Commits

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

DateSubjectAuthorReleases
2026-05-27 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 14 (unreleased)
2026-04-23 Don't call CheckAttributeType() with InvalidOid on dropped cols Heikki Linnakangas 14.23
2026-04-23 Don't allow composite type to be member of itself via multirange Heikki Linnakangas 14.23
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 14.18
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 14.13
2024-06-28 AccessExclusiveLock new relations just after assigning the OID. Noah Misch 14.13
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 14.12
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 14.7
2021-10-26 Ensure that slots are zeroed before use Daniel Gustafsson 14.1
2021-06-28 Pre branch pgindent / pgperltidy run Andrew Dunstan 14.0
2021-06-18 Don't set a fast default for anything but a plain table Andrew Dunstan 14.0
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-23 Re-order pg_attribute columns to eliminate some padding space. Tom Lane 14.0
2021-05-21 Disallow whole-row variables in GENERATED expressions. Tom Lane 14.0
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-04-09 Fix typos and grammar in documentation and code comments Michael Paquier 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2021-01-14 Prevent drop of tablespaces used by partitioned relations Alvaro Herrera 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-11-02 Track collation versions for indexes. Thomas Munro 14.0
2020-11-01 Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 14.0