index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-02-08
Stamp 11.11.
REL_11_11
Tom Lane
2021-02-08
Translation updates
Peter Eisentraut
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-05
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-04
Avoid crash when rolling back within a prepared statement.
Tom Lane
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
pgbench: Remove dead code
Alvaro Herrera
2021-01-28
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-26
Report the true database name on connection errors
Alvaro Herrera
2021-01-26
Code review for psql's helpSQL() function.
Tom Lane
2021-01-25
Don't clobber the calling user's credentials cache in Kerberos test.
Tom Lane
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-24
Update time zone data files to tzdata release 2021a.
Tom Lane
2021-01-20
Further tweaking of PG_SYSROOT heuristics for macOS.
Tom Lane
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-19
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
Improve our heuristic for selecting PG_SYSROOT on macOS.
Tom Lane
2021-01-15
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-14
pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.
Tom Lane
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-13
Disallow a digit as the first character of a variable name in pgbench.
Tom Lane
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
pg_dump: label INDEX ATTACH ArchiveEntries with an owner.
Tom Lane
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-08
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
Adjust createdb TAP tests to work on recent OpenBSD.
Tom Lane
2021-01-07
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-05
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-04
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2020-12-30
In pg_upgrade cross-version test, handle lack of oldstyle_length().
Noah Misch
2020-12-28
Further fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
Fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-23
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
[next]