Commits

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

DateSubjectAuthorReleases
2024-11-03 Suppress new "may be used uninitialized" warning. Noah Misch 12.21
2024-11-02 Move I/O before the index_update_stats() buffer lock region. Noah Misch 12.21
2024-11-02 Revert "For inplace update, send nontransactional invalidations." Noah Misch 12.21
2024-10-25 For inplace update, send nontransactional invalidations. Noah Misch 12.21
2024-09-27 Fix incorrect memory access in VACUUM FULL with invalid toast indexes Michael Paquier 12.21
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 12.21
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 12.20
2023-09-28 Fix checking of index expressions in CompareIndexInfo(). Tom Lane 12.17
2023-07-06 WAL-log the creation of the init fork of unlogged indexes. Heikki Linnakangas 12.16
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 12.14
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 12.14
2022-05-09 Make relation-enumerating operations be security-restricted operations. Noah Misch 12.11
2022-01-22 Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 12.10
2021-06-28 Make index_set_state_flags() transactional Michael Paquier 12.8
2021-02-10 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY Michael Paquier 12.7
2020-11-01 Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 12.5
2020-06-05 Preserve pg_index.indisreplident across REINDEX CONCURRENTLY Michael Paquier 12.4
2020-04-21 Fix possible crash during FATAL exit from reindexing. Tom Lane 12.3
2020-03-19 Fix comment related to concurrent index swapping in index.c Michael Paquier 12.3
2020-03-10 Prevent reindex of invalid indexes on TOAST tables Michael Paquier 12.3
2020-03-05 Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY Michael Paquier 12.3
2020-03-03 Preserve pg_index.indisclustered across REINDEX CONCURRENTLY Michael Paquier 12.3
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 12.2
2019-12-17 Fix error reporting for index expressions of prohibited types. Tom Lane 12.2
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 12.2