Commits
Branch selector
User selector
Datepicker
Commit History
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 de56e96committeddoc: clarify how to find pg_type_d.h in the install tree
Show description for 5491d78committeddoc: adjust expression index analyze working some more
Show description for 7bf7e5ccommitteddoc: improve wording of the need for analyze of exp. indexes
Show description for 708853acommitted
Commits on Nov 12, 2020
doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h
Show description for fe709f3committeddocs: mention that expression indexes need analyze
Show description for 05a719ccommitteddoc: wire protocol data type for history file content is bytea
Show description for 86913bacommittedpg_trgm: fix crash in 2-item picksplit
Show description for 245a35fcommitted
Commits on Nov 11, 2020
Fix and simplify some usages of TimestampDifference().
Show description for cd39c23committeddoc: fix spelling "connction" to "connection"
Show description for efc3069committed
Commits on Nov 10, 2020
Work around cross-version-upgrade issues created by commit 9e38c2bb5.
Show description for cea97d9committed
Commits on Nov 9, 2020
- committed
Last-minute updates for release notes.
Show description for 0425151committedDoc: clarify data type behavior of COALESCE and NULLIF.
Show description for d4fb509committed