Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2025-11-03 Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. Noah Misch 14.20
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 14.19
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 14.13
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2022-10-17 Guard against table-AM-less relations in planner. Tom Lane 14.6
2021-05-07 Revert per-index collation version tracking feature. Thomas Munro 14.0
2021-04-22 Fix relcache inconsistency hazard in partition detach Alvaro Herrera 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-26 Extended statistics on expressions Tomas Vondra 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-03-23 Add macro RelationIsPermanent() to report relation permanence Bruce Momjian 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-01-30 Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. Noah Misch 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-09 Change get_constraint_index() to use pg_constraint.conindid Peter Eisentraut 14.0
2020-11-24 Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 14.0
2020-11-02 Track collation versions for indexes. Thomas Munro 14.0
2020-10-28 Fix foreign-key selectivity estimation in the presence of constants. Tom Lane 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0