Commits

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

DateSubjectAuthorReleases
2026-03-05 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. Fujii Masao 16.14
2025-10-11 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 16.11
2025-08-22 Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 16.11
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 16.10
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 16.10
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 16.4
2023-04-12 Revert "Catalog NOT NULL constraints" and fallout Alvaro Herrera 16.0
2023-04-07 Catalog NOT NULL constraints Alvaro Herrera 16.0
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 16.0
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 16.0
2023-02-09 Fix various typos in code and tests Michael Paquier 16.0
2022-11-10 Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". Tom Lane 16.0
2022-11-10 Fix alter_table.sql test case to test what it claims to. Tom Lane 16.0
2022-11-09 Report a more useful error for reloptions on a partitioned table. Tom Lane 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-22 Remove ALL keyword from TABLES IN SCHEMA for publication Alvaro Herrera 16.0
2022-07-13 Allow specifying STORAGE attribute for a new table Peter Eisentraut 16.0