Commits

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

DateSubjectAuthorReleases
2026-04-22 Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier 16.14
2025-11-10 Check for CREATE privilege on the schema in CREATE STATISTICS. Nathan Bossart 16.11
2025-11-04 Tighten check for generated column in partition key expression Peter Eisentraut 16.11
2025-10-11 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 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
2025-05-30 Ensure we have a snapshot when updating various system catalogs. Nathan Bossart 16.10
2025-05-02 Handle self-referencing FKs correctly in partitioned tables Álvaro Herrera 16.9
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 16.9
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 16.9
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 16.9
2025-01-21 Fix detach of a partition that has a toplevel FK to a partitioned table Álvaro Herrera 16.7
2024-11-08 Message style improvement Peter Eisentraut 16.5
2024-10-30 Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 16.5
2024-10-22 Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 16.5
2024-09-29 Remove NULL dereference from RenameRelationInternal(). Noah Misch 16.5
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 16.5
2024-08-29 Disallow USING clause when altering type of generated column Peter Eisentraut 16.5
2024-08-08 Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 16.5
2024-07-12 Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 16.4
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 16.4
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 16.4
2024-05-02 Throw a more on-point error for publications depending on columns. Tom Lane 16.3
2024-04-28 Throw a more on-point error for functions depending on columns. Tom Lane 16.3
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 16.3