Commits

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

DateSubjectAuthorReleases
2026-05-27 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 18 (unreleased)
2026-04-23 Don't allow composite type to be member of itself via multirange Heikki Linnakangas 18.4
2026-04-23 Don't call CheckAttributeType() with InvalidOid on dropped cols Heikki Linnakangas 18.4
2026-02-21 Avoid name collision with NOT NULL constraints Álvaro Herrera 18.3
2026-02-03 Reject ADD CONSTRAINT NOT NULL if name mismatches existing constraint Álvaro Herrera 18.2
2025-06-28 Message style improvements Peter Eisentraut 18.0
2025-06-25 Restrict virtual columns to use built-in functions and types Peter Eisentraut 18.0
2025-06-18 Document "relrewrite" at the top of heap_create_with_catalog() Michael Paquier 18.0
2025-04-07 Allow NOT NULL constraints to be added as NOT VALID Álvaro Herrera 18.0
2025-03-28 Add support for not-null constraints on virtual generated columns Peter Eisentraut 18.0
2025-03-03 Remove now-dead code in StoreAttrDefault(). Tom Lane 18.0
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 18.0
2025-03-03 Add relallfrozen to pg_class Melanie Plageman 18.0
2025-02-07 Virtual generated columns Peter Eisentraut 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2025-01-07 Remove unnecessary code to handle CONSTR_NOTNULL Álvaro Herrera 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-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-10-28 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING Michael Paquier 18.0
2024-10-10 Unbreak overflow test for attinhcount/coninhcount Álvaro Herrera 18.0
2024-09-17 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 18.0
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 18.0
2024-07-02 Use TupleDescAttr macro consistently David Rowley 18.0