Commits

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

DateSubjectAuthorReleases
2025-12-17 For inplace update, send nontransactional invalidations. Noah Misch 16.12
2024-11-03 Suppress new "may be used uninitialized" warning. Noah Misch 16.5
2024-11-02 Revert "For inplace update, send nontransactional invalidations." Noah Misch 16.5
2024-11-02 Move I/O before the index_update_stats() buffer lock region. Noah Misch 16.5
2024-10-25 For inplace update, send nontransactional invalidations. Noah Misch 16.5
2024-09-27 Fix incorrect memory access in VACUUM FULL with invalid toast indexes Michael Paquier 16.5
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 16.5
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 16.4
2024-01-18 Improve handling of dropped partitioned indexes for REINDEX INDEX Michael Paquier 16.2
2023-09-28 Fix checking of index expressions in CompareIndexInfo(). Tom Lane 16.1
2023-07-06 WAL-log the creation of the init fork of unlogged indexes. Heikki Linnakangas 16.0
2023-06-10 Revert "Fix search_path to a safe value during maintenance operations." Jeff Davis 16.0
2023-06-09 Fix search_path to a safe value during maintenance operations. Jeff Davis 16.0
2023-04-03 Move heaprel struct field next to index rel field. Peter Geoghegan 16.0
2023-04-02 Pass down table relation into more index relation functions Andres Freund 16.0
2023-03-28 Save a few bytes in pg_attribute Peter Eisentraut 16.0
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-03-20 Ignore BRIN indexes when checking for HOT updates Tomas Vondra 16.0
2023-02-24 Disallow NULLS NOT DISTINCT indexes for primary keys Daniel Gustafsson 16.0
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-09-23 pgstat: Fix transactional stats dropping for indexes Andres Freund 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0