Commits
Branch selector
User selector
Datepicker
Commit History
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
Commits on Dec 4, 2020
Fix race conditions in newly-added test.
Show description for a075c84committed
Commits on Dec 3, 2020
docs: list single-letter options first in command-line summary
Show description for 89cdf1bcommittedFix pg_rewind bugs when rewinding a standby server.
Show description for 0740857committed
Commits on Dec 1, 2020
Ensure that expandTableLikeClause() re-examines the same table.
Show description for f00c440committedFree disk space for dropped relations on commit.
Show description for d0bbe21committed
Commits on Nov 30, 2020
Document concurrent indexes waiting on each other
Show description for b3d33bfcommittedFix miscomputation of direct_lateral_relids for join relations.
Show description for ab4cbb4committed
Commits on Nov 29, 2020
Fix recently-introduced breakage in psql's \connect command.
Show description for 3f59a05committedDoc: clarify behavior of PQconnectdbParams().
Show description for 7fbd144committed
Commits on Nov 28, 2020
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Show description for 8a40697committed
Commits on Nov 25, 2020
doc: Fix typos
Show description for 272ace0committed
Commits on Nov 24, 2020
Properly check index mark/restore in ExecSupportsMarkRestore.
Show description for 6402afdcommitted
Commits on Nov 20, 2020
Skip allocating hash table in EXPLAIN-only mode.
Show description for 02a2dbecommittedOn macOS, use -isysroot in link steps as well as compile steps.
Show description for e7abc11committed
Commits on Nov 19, 2020
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Show description for 159b677committed
Commits on Nov 17, 2020
Don't Insert() a VFD entry until it's fully built.
Show description for d726e44committed
Commits on Nov 16, 2020
doc: update bgwriter description
Show description for de56e96committed