Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 16, 2021
Prevent excess SimpleLruTruncate() deletion.
Show description for 1a31d8ccommitted
Commits on Jan 15, 2021
Improve our heuristic for selecting PG_SYSROOT on macOS.
Show description for fc6d08bcommitted
Commits on Jan 13, 2021
Doc: clarify behavior of back-half options in pg_dump.
Show description for 7343a15committedFix memory leak in SnapBuildSerialize.
Show description for f2b268ecommittedAmit Kapila
Commits on Jan 12, 2021
Fix thinko in comment
Show description for 594a7dccommitted
Commits on Jan 9, 2021
doc: expand description of how non-SELECT queries are processed
Show description for e8973d8committed
Commits on Jan 8, 2021
Fix ancient bug in parsing of BRE-mode regular expressions.
Show description for 085a1cfcommitted
Commits on Jan 7, 2021
Further second thoughts about idle_session_timeout patch.
Show description for 388ec04committeddoc: Remove reference to recovery params for divergence lookup in pg_rewind
Show description for dd31210committed
Commits on Jan 6, 2021
Detect the deadlocks between backends and the startup process.
Show description for 0307b98committed
Commits on Jan 5, 2021
doc: improve NLS instruction wording
Show description for 72c2187committedAdd an explicit cast to double when using fabs().
Show description for f0b9badcommittedFix numeric_power() when the exponent is INT_MIN.
Show description for 9a299dfcommitted
Commits on Jan 2, 2021
Update copyright for 2021
Show description for 0709b64committed
Commits on Jan 1, 2021
Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.
Show description for 1cfdedacommitted
Commits on Dec 30, 2020
Doc: spell out comparison behaviors for the date/time types.
Show description for d56ea24committed
Commits on Dec 29, 2020
doc: Improve some grammar and sentences
Show description for b25c106committed
Commits on Dec 28, 2020
Fix inconsistent code with shared invalidations of snapshots
Show description for 7bf20c1committedpostgres_fdw: Fix connection leak.
Show description for 03b7a1ecommitted
Commits on Dec 25, 2020
Fix back-patch of "Invalidate acl.c caches when pg_authid changes."
Show description for 3f920e8committedInvalidate acl.c caches when pg_authid changes.
Show description for b81d379committed
Commits on Dec 23, 2020
Fix portability issues with parsing of recovery_target_xid
Show description for 0b54a80committed
Commits on Dec 21, 2020
Remove "invalid concatenation of jsonb objects" error case.
Show description for 1d5f3f9committed
Commits on Dec 20, 2020
Doc: fix description of how to use src/tutorial files.
Show description for c336e90committedDoc: improve description of pgbench script weights.
Show description for c7a0b94committed
Commits on Dec 18, 2020
Avoid memcpy() with same source and destination during relmapper init.
Show description for 4878674committed
Commits on Dec 15, 2020
Use native methods to open input in TestLib::slurp_file on Windows.
Show description for b5eb07ecommittedRevert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Show description for f10da1ecommitted
Commits on Dec 12, 2020
initdb: complete getopt_long alphabetization
Show description for 348dd28committedinitdb: properly alphabetize getopt_long options in C string
Show description for 5ec8a2ecommitted
Commits on Dec 8, 2020
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Show description for 17c77c8committedDoc: clarify that CREATE TABLE discards redundant unique constraints.
Show description for 2bf5d1acommittedDoc: explain that the string types can't store \0 (ASCII NUL).
Show description for 3410a9bcommittedpgcrypto: Detect errors with EVP calls from OpenSSL
Show description for 95992e5committed
Commits on Dec 7, 2020
Fix more race conditions in the newly-added pg_rewind test.
Show description for 3ea8e66committed