Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 28, 2021
pgbench: Remove dead code
Show description for 4162f91committed
Commits on Jan 26, 2021
Report the true database name on connection errors
Show description for bcae842committedCode review for psql's helpSQL() function.
Show description for 2c2e134committed
Commits on Jan 25, 2021
Fix broken ruleutils support for function TRANSFORM clauses.
Show description for 57a7d6fcommittedFix hypothetical bug in heap backward scans
Show description for 317de9ccommitted
Commits on Jan 24, 2021
Update time zone data files to tzdata release 2021a.
Show description for 7e07867committed
Commits on Jan 23, 2021
Make check-prepared-txns use temp-install binaries.
Show description for cedbca8committed
Commits on Jan 22, 2021
Doc: improve directions for building on macOS.
Show description for 4dd2c3bcommitted
Commits on Jan 20, 2021
Further tweaking of PG_SYSROOT heuristics for macOS.
Show description for cbcf7b1committedFix ALTER DEFAULT PRIVILEGES with duplicated objects
Show description for 7dc3be9committed
Commits on Jan 19, 2021
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Show description for fe8edbbcommitted
Commits on Jan 18, 2021
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Show description for ffbf174committed
Commits on Jan 16, 2021
Fix pg_dump for GRANT OPTION among initial privileges.
Show description for ad2b7c9committedPrevent 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