Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 17, 2020
Update time zone data files to tzdata release 2020c.
Show description for 13dbf4acommittedSync our copy of the timezone library with IANA release tzcode2020c.
Show description for 5515c73committed
Commits on Oct 16, 2020
Add missing error check in pgcrypto/crypt-md5.c.
Show description for e15115bcommittedDoc: tweak column widths in synchronous-commit-matrix table.
Show description for 35b1294committedpg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Show description for 9dcffe6committed
Commits on Oct 15, 2020
pg_upgrade: generate check error for left-over new tablespace
Show description for 39c23c1committeddoc: improve description of synchronous_commit modes
Show description for ee59f66committedIn the postmaster, rely on the signal infrastructure to block signals.
Show description for 7753ca4committed
Commits on Oct 12, 2020
Fix memory leak when guc.c decides a setting can't be applied now.
Show description for c7573abcommitted
Commits on Oct 7, 2020
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Show description for eb48619committedRethink recent fix for pg_dump's handling of extension config tables.
Show description for 710c0a6committed
Commits on Oct 6, 2020
pg_upgrade: remove pre-8.4 code and >= 8.4 check
Show description for 700b700committedpg_upgrade; change major version comparisons to use <=, not <
Show description for 0e78dcacommitted
Commits on Oct 5, 2020
doc: show functions returning record types and use of ROWS FROM
Show description for 997188bcommittedFix two latent(?) bugs in equivclass.c.
Show description for f6a2334committed
Commits on Oct 3, 2020
doc: libpq connection options can override command-line flags
Show description for cf42550committeddoc: clarify the use of ssh port forwarding
Show description for d449ec6committed
Commits on Sep 30, 2020
Fix handling of BC years in to_date/to_timestamp.
Show description for 19e7982committed
Commits on Sep 29, 2020
Archive timeline history files in standby if archive_mode is set to "always".
Show description for 7be02a3committed
Commits on Sep 26, 2020
Revise RelationBuildRowSecurity() to avoid memory leaks.
Show description for acab757committed
Commits on Sep 24, 2020
Fix handling of -d "connection string" in pg_dump/pg_restore.
Show description for 7c154f2committed
Commits on Sep 23, 2020
Fix missing fsync of SLRU directories.
Show description for d38e159committedAvoid possible dangling-pointer access in tsearch_readline_callback.
Show description for b1fbb7dcommitted
Commits on Sep 18, 2020
Use factorial rather than numeric_fac in create_operator.sql.
Show description for 1e00333committed
Commits on Sep 14, 2020
Fix race in test of pg_switch_wal().
Show description for e09391acommitted
Commits on Sep 13, 2020
Use the properly transformed RangeVar for expandTableLikeClause().
Show description for 1a9c93ecommitted
Commits on Sep 10, 2020
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Show description for dc71c64committedFix title in reference section
Show description for 4f737cacommitteddoc: Fix some grammar and inconsistencies
Show description for a4c0dbccommitted
Commits on Sep 9, 2020
Make archiver's SIGQUIT handler exit via _exit().
Show description for b2eadddcommitted
Commits on Sep 8, 2020
Use return instead of exit() in configure
Show description for 27acbd5committed
Commits on Sep 6, 2020
Fix misleading error message about inconsistent moving-aggregate types.
Show description for 2939f61committedRemove useless lstat() call in pg_rewind.
Show description for 1f8c163committed
Commits on Sep 4, 2020
C comment: correct use of 64-"byte" cache line size
Show description for 7f79f95committedFix rare deadlock failure in create_am regression test.
Show description for b2fcaedcommitted