Commits

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

DateSubjectAuthorReleases
2025-11-03 Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. Noah Misch 18.1
2025-09-15 Expand virtual generated columns in constraint expressions Peter Eisentraut 18.0
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 18.0
2025-04-07 Allow NOT NULL constraints to be added as NOT VALID Álvaro Herrera 18.0
2025-04-06 Relax ordering-related hardcoded btree requirements in planning Peter Eisentraut 18.0
2025-04-03 Remove duplicated comment in get_relation_constraints Richard Guo 18.0
2025-04-02 Add support for NOT ENFORCED in foreign key constraints Peter Eisentraut 18.0
2025-03-15 Remove table AM callback scan_bitmap_next_block Melanie Plageman 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 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 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-12-12 Detect redundant GROUP BY columns using UNIQUE indexes David Rowley 18.0
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-09-17 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 18.0
2024-09-10 Add amgettreeheight index AM API routine Peter Eisentraut 18.0
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 18.0
2024-07-02 Use TupleDescAttr macro consistently David Rowley 18.0