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