Commits

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

DateSubjectAuthorReleases
2023-02-16 Fix check for child column generation status matching parent. Tom Lane 16.0
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 16.0
2023-01-14 Fix MAINTAIN privileges for toast tables and partitions. Jeff Davis 16.0
2023-01-11 Improve handling of inherited GENERATED expressions. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-22 Fix operator typo in tablecmds.c Michael Paquier 16.0
2022-12-14 Add grantable MAINTAIN privilege and pg_maintain role. Jeff Davis 16.0
2022-12-12 Get rid of recursion-marker values in enum AlterTableType Alvaro Herrera 16.0
2022-12-07 Fix FK comment think-o Peter Eisentraut 16.0
2022-11-29 Add 'missing_ok' argument to build_attrmap_by_name Alvaro Herrera 16.0
2022-11-18 Add a SET option to the GRANT command. Robert Haas 16.0
2022-11-13 Refactor aclcheck functions Peter Eisentraut 16.0
2022-11-13 Refactor ownercheck functions Peter Eisentraut 16.0
2022-11-10 Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". Tom Lane 16.0
2022-11-03 Create FKs properly when attaching table as partition Alvaro Herrera 16.0
2022-11-03 Resolve partition strategy during early parsing Alvaro Herrera 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-10-07 Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-09-23 Allow publications with schema and table of the same schema. Amit Kapila 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-09-09 Fix GetForeignKey*Triggers for self-referential FKs Alvaro Herrera 16.0
2022-09-08 Choose FK name correctly during partition attachment Alvaro Herrera 16.0