Commits

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

DateSubjectAuthorReleases
2026-05-22 Prevent setting NO INHERIT on partitioned NOT NULL constraints Fujii Masao 18 (unreleased)
2026-02-03 Reject ADD CONSTRAINT NOT NULL if name mismatches existing constraint Álvaro Herrera 18.2
2025-11-03 Prevent setting a column as identity if its not-null constraint is invalid Álvaro Herrera 18.1
2025-10-18 Fix determination of not-null constraint "locality" for inherited columns Álvaro Herrera 18.1
2025-07-16 Fix dumping of comments on invalid constraints on domains Álvaro Herrera 18.0
2025-07-02 Fix error message for ALTER CONSTRAINT ... NOT VALID Álvaro Herrera 18.0
2025-06-26 pg_dump: include comments on valid not-null constraints, too Álvaro Herrera 18.0
2025-04-28 Fix pg_dump for inherited validated not-null constraints Álvaro Herrera 18.0
2025-04-23 Change the names generated for child foreign key constraints. Tom Lane 18.0
2025-04-16 Elide not-null constraint checks on child tables during PK creation Álvaro Herrera 18.0
2025-04-07 Use specific collation where needed in new test Álvaro Herrera 18.0
2025-04-07 Allow NOT NULL constraints to be added as NOT VALID Álvaro Herrera 18.0
2025-04-02 Add support for NOT ENFORCED in foreign key constraints Peter Eisentraut 18.0
2025-03-04 Fix ALTER TABLE error message Álvaro Herrera 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-07-12 Add ORDER BY to new test query Alvaro Herrera 18.0
2024-07-12 Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 18.0