aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-07
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* doc: remove unnecessary blank before command option textBruce Momjian2020-12-03
* docs: list single-letter options first in command-line summaryBruce Momjian2020-12-03
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Document concurrent indexes waiting on each otherAlvaro Herrera2020-11-30
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-30
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* Doc: clarify behavior of PQconnectdbParams().Tom Lane2020-11-29
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-28
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* In psql's \d commands, don't truncate attribute default values.Tom Lane2020-11-25
* doc: Fix typosPeter Eisentraut2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* On macOS, use -isysroot in link steps as well as compile steps.Tom Lane2020-11-20
* Adjust DSM and DSA slot usage constants (back-patch).Thomas Munro2020-11-20
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* doc: update bgwriter descriptionBruce Momjian2020-11-16
* doc: clarify how to find pg_type_d.h in the install treeBruce Momjian2020-11-16
* doc: improve wording of the need for analyze of exp. indexesBruce Momjian2020-11-16
* Fix typoAlvaro Herrera2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* Doc: improve partitioning discussion in ddl.sgml.Tom Lane2020-11-14
* doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.hBruce Momjian2020-11-12
* docs: mention that expression indexes need analyzeBruce Momjian2020-11-12
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* doc: fix spelling "connction" to "connection"Bruce Momjian2020-11-10
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-10
* Stamp 12.5.REL_12_5Tom Lane2020-11-09
* Last-minute updates for release notes.Tom Lane2020-11-09
* Doc: clarify data type behavior of COALESCE and NULLIF.Tom Lane2020-11-09
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09