index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Back-patch log_newpage_range().
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Stamp 11.7.
REL_11_7
Tom Lane
2020-02-10
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-21
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Fix typo.
Amit Kapila
2020-01-13
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Stamp 11.6.
REL_11_6
Tom Lane
2019-11-11
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
For PowerPC instruction "addi", use constraint "b".
Noah Misch
2019-10-18
*
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-03
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-19
*
Replace xlc __fetch_and_add() with inline asm.
Noah Misch
2019-09-13
*
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-09-13
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Fix typo
Alvaro Herrera
2019-08-21
*
Stamp 11.5.
REL_11_5
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
*
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-06-25
*
Fix spinlock assembly code for MIPS so it works on MIPS r6.
Tom Lane
2019-06-22
*
Stamp 11.4.
REL_11_4
Tom Lane
2019-06-17
*
Mark ReplicationSlotCtl as PGDLLIMPORT.
Tom Lane
2019-06-13
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-06-12
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Stamp 11.3.
REL_11_3
Tom Lane
2019-05-06
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
[next]