Commits

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

DateSubjectAuthorReleases
2025-12-17 For inplace update, send nontransactional invalidations. Noah Misch 14.21
2024-11-03 Suppress new "may be used uninitialized" warning. Noah Misch 14.14
2024-11-02 Move I/O before the index_update_stats() buffer lock region. Noah Misch 14.14
2024-11-02 Revert "For inplace update, send nontransactional invalidations." Noah Misch 14.14
2024-10-25 For inplace update, send nontransactional invalidations. Noah Misch 14.14
2024-09-27 Fix incorrect memory access in VACUUM FULL with invalid toast indexes Michael Paquier 14.14
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 14.14
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 14.13
2024-01-18 Improve handling of dropped partitioned indexes for REINDEX INDEX Michael Paquier 14.11
2023-09-28 Fix checking of index expressions in CompareIndexInfo(). Tom Lane 14.10
2023-07-06 WAL-log the creation of the init fork of unlogged indexes. Heikki Linnakangas 14.9
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 14.7
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 14.7
2022-05-09 Make relation-enumerating operations be security-restricted operations. Noah Misch 14.3
2022-01-22 Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 14.2
2021-11-01 Preserve opclass parameters across REINDEX CONCURRENTLY Michael Paquier 14.1
2021-05-23 Re-order pg_attribute columns to eliminate some padding space. Tom Lane 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-03-25 Fix interaction of TOAST compression with expression indexes. Robert Haas 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-02-22 Hide internal error for pg_collation_actual_version(<bad OID>). Thomas Munro 14.0
2021-02-22 Use pgstat_progress_update_multi_param() where possible Michael Paquier 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0