Commits

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

DateSubjectAuthorReleases
2026-05-27 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 17 (unreleased)
2026-04-23 Don't call CheckAttributeType() with InvalidOid on dropped cols Heikki Linnakangas 17.10
2026-04-23 Don't allow composite type to be member of itself via multirange Heikki Linnakangas 17.10
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 17.5
2024-10-28 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING Michael Paquier 17.1
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 17.0
2024-06-28 AccessExclusiveLock new relations just after assigning the OID. Noah Misch 17.0
2024-05-16 Revert temporal primary keys and foreign keys Peter Eisentraut 17.0
2024-05-13 Revert structural changes to not-null constraints Alvaro Herrera 17.0
2024-05-03 Fix an assortment of typos David Rowley 17.0
2024-05-02 Disallow direct change of NO INHERIT of not-null constraints Alvaro Herrera 17.0
2024-04-18 Fix restore of not-null constraints with inheritance Alvaro Herrera 17.0
2024-03-17 Add attstattarget to FormExtraData_pg_attribute Peter Eisentraut 17.0
2024-03-17 Generalize handling of nullable pg_attribute columns in DDL Peter Eisentraut 17.0
2024-03-05 Rename pg_constraint.conwithoutoverlaps to conperiod Peter Eisentraut 17.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0
2024-02-16 Add missing check_stack_depth() to some recursive functions Alexander Korotkov 17.0
2024-01-24 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 17.0
2024-01-13 Make attstattarget nullable Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-22 Set all variable-length fields of pg_attribute to null on column drop Peter Eisentraut 17.0
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 17.0
2023-09-26 Add some const qualifiers Peter Eisentraut 17.0
2023-08-29 Disallow changing NO INHERIT status of a not-null constraint Alvaro Herrera 17.0
2023-08-25 Catalog not-null constraints Alvaro Herrera 17.0