Commits

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

DateSubjectAuthorReleases
2026-04-22 Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier 17.10
2025-11-10 Check for CREATE privilege on the schema in CREATE STATISTICS. Nathan Bossart 17.7
2025-11-04 Tighten check for generated column in partition key expression Peter Eisentraut 17.7
2025-10-11 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 17.7
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 17.6
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 17.6
2025-05-30 Ensure we have a snapshot when updating various system catalogs. Nathan Bossart 17.6
2025-05-02 Handle self-referencing FKs correctly in partitioned tables Álvaro Herrera 17.5
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 17.5
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 17.5
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 17.5
2025-01-21 Fix detach of a partition that has a toplevel FK to a partitioned table Álvaro Herrera 17.3
2024-10-30 Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 17.1
2024-10-22 Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 17.1
2024-09-29 Remove NULL dereference from RenameRelationInternal(). Noah Misch 17.1
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 17.1
2024-08-29 Message style improvements Peter Eisentraut 17.0
2024-08-29 Disallow USING clause when altering type of generated column Peter Eisentraut 17.0
2024-08-24 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands Alexander Korotkov 17.0
2024-08-22 Avoid repeated table name lookups in createPartitionTable() Alexander Korotkov 17.0
2024-08-08 Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 17.0
2024-07-15 Fix tablespace handling in MERGE/SPLIT partition commands. Fujii Masao 17.0
2024-07-12 Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 17.0
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 17.0
2024-06-12 Harmonize function parameter names for Postgres 17. Peter Geoghegan 17.0