Commits

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

DateSubjectAuthorReleases
2025-12-17 Assert lack of hazardous buffer locks before possible catalog read. Noah Misch 14.21
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 14.14
2023-07-14 Add indisreplident to fields refreshed by RelationReloadIndexInfo() Michael Paquier 14.9
2022-03-23 Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 14.3
2021-10-24 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. Noah Misch 14.1
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 14.0
2021-07-05 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). Tom Lane 14.0
2021-06-28 Improve RelationGetIdentityKeyBitmap(). Amit Kapila 14.0
2021-06-19 Handle no replica identity index case in RelationGetIdentityKeyBitmap. Amit Kapila 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-07 Revert per-index collation version tracking feature. Thomas Munro 14.0
2021-04-28 Allow a partdesc-omitting-partitions to be cached Alvaro Herrera 14.0
2021-04-27 Fix Logical Replication of Truncate in synchronous commit mode. Amit Kapila 14.0
2021-04-06 Clean up treatment of missing default and CHECK-constraint records. Tom Lane 14.0
2021-03-23 Add macro RelationIsPermanent() to report relation permanence Bruce Momjian 14.0
2021-03-19 Don't run RelationInitTableAccessMethod in a long-lived context. Tom Lane 14.0
2021-03-19 Don't leak rd_statlist when a relcache entry is dropped. Tom Lane 14.0
2021-01-06 Replace CLOBBER_CACHE_ALWAYS with run-time GUC Peter Eisentraut 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-11-02 Track collation versions for indexes. Thomas Munro 14.0
2020-10-28 Don't use custom OID symbols in pg_proc.dat. Tom Lane 14.0
2020-09-10 Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers. Noah Misch 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-07-07 Don't create pg_type entries for sequences or toast tables. Tom Lane 14.0