Commits

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

DateSubjectAuthorReleases
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 12.21
2023-07-14 Add indisreplident to fields refreshed by RelationReloadIndexInfo() Michael Paquier 12.16
2022-09-21 Suppress more variable-set-but-not-used warnings from clang 15. Tom Lane 12.13
2022-03-23 Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 12.11
2021-10-24 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. Noah Misch 12.9
2021-07-05 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). Tom Lane 12.8
2021-06-18 Don't set a fast default for anything but a plain table Andrew Dunstan 12.8
2021-03-19 Don't run RelationInitTableAccessMethod in a long-lived context. Tom Lane 12.7
2021-03-19 Don't leak rd_statlist when a relcache entry is dropped. Tom Lane 12.7
2020-03-28 Ensure snapshot is registered within ScanPgRelation(). Andres Freund 12.3
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 12.3
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 12.3
2020-03-21 Fix cosmetic blemishes involving rd_createSubid. Noah Misch 12.3
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 12.2
2019-08-28 Avoid catalog lookups in RelationAllowsEarlyPruning(). Thomas Munro 12.0
2019-07-30 Allow table AM's to use rd_amcache, too. Heikki Linnakangas 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-09 Clean up the behavior and API of catalog.c's is-catalog-relation tests. Tom Lane 12.0
2019-05-03 Remove RelationSetIndexList(). Tom Lane 12.0
2019-05-02 Fix reindexing of pg_class indexes some more. Tom Lane 12.0
2019-04-30 Fix several recently introduced issues around handling new relation forks. Andres Freund 12.0
2019-04-18 Fix handling of temp and unlogged tables in FOR ALL TABLES publications Peter Eisentraut 12.0
2019-04-13 Prevent memory leaks associated with relcache rd_partcheck structures. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0