Commits

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

DateSubjectAuthorReleases
2025-06-19 doc: Mention GIN indexes support parallel builds. Fujii Masao 18.0
2025-03-10 CREATE INDEX: do update index stats if autovacuum=off. Tom Lane 18.0
2025-03-07 CREATE INDEX: don't update table stats if autovacuum=off. Jeff Davis 18.0
2025-03-03 Add relallfrozen to pg_class Melanie Plageman 18.0
2025-02-21 Drop opcintype from index AM strategy translation API Peter Eisentraut 18.0
2025-02-07 Allow non-btree speculative insertion indexes Peter Eisentraut 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-20 Remove pg_attribute.attcacheoff column David Rowley 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-12-17 Update comments about index parallel builds Tomas Vondra 18.0
2024-12-03 Revert "Introduce CompactAttribute array in TupleDesc" David Rowley 18.0
2024-12-03 Introduce CompactAttribute array in TupleDesc David Rowley 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-11-03 Suppress new "may be used uninitialized" warning. Noah Misch 18.0
2024-11-02 Move I/O before the index_update_stats() buffer lock region. Noah Misch 18.0
2024-10-28 Ensure we have a snapshot when updating pg_index in index_drop(). Nathan Bossart 18.0
2024-10-25 For inplace update, send nontransactional invalidations. Noah Misch 18.0
2024-10-10 Unbreak overflow test for attinhcount/coninhcount Álvaro Herrera 18.0
2024-09-27 Fix incorrect memory access in VACUUM FULL with invalid toast indexes Michael Paquier 18.0
2024-09-26 Ensure we have a snapshot when updating pg_index entries. Nathan Bossart 18.0
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 18.0
2024-09-17 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 18.0
2024-08-20 Log the conflicts while applying changes in logical replication. Amit Kapila 18.0