Commits
Branch selector
User selector
Datepicker
Commit History
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
Commits on Sep 3, 2020
Avoid lockup of a parallel worker when reporting a long error message.
Show description for 2500e51committed
Commits on Sep 1, 2020
doc: clarify that max_wal_size is "during" checkpoints
Show description for 34071aacommittedTeach libpq to handle arbitrary-length lines in .pgpass files.
Show description for ba23174committed
Commits on Aug 31, 2020
doc: add commas after 'i.e.' and 'e.g.'
Show description for 5394b87committedC comment: remove mention of use of t_hoff WAL structure member
Show description for 160c8a4committedpg_upgrade doc: mention saving postgresql.conf.auto files
Show description for cda4397committeddocs: in mapping SQL to C data types, timestamp isn't a pointer
Show description for 511d51acommitteddoc: cross-link file-fdw and CSV config log sections
Show description for e80e789committeddocs: clarify intermediate certificate creation instructions
Show description for 3612176committed