Commits

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

DateSubjectAuthorReleases
2024-10-22 Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14.14
2024-08-08 Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 14.14
2024-07-12 Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 14.13
2024-03-20 Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 14.12
2022-11-03 Create FKs properly when attaching table as partition Alvaro Herrera 14.6
2022-10-07 Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 14.6
2022-09-08 Choose FK name correctly during partition attachment Alvaro Herrera 14.6
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 14.5
2021-11-22 Add missing words in comment Alvaro Herrera 14.2
2021-10-19 Ensure correct lock level is used in ALTER ... RENAME Alvaro Herrera 14.1
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 14.1
2021-08-16 Revert analyze support for partitioned tables Alvaro Herrera 14.0
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 14.0
2021-05-05 Remove unused argument of ATAddForeignConstraint Alvaro Herrera 14.0
2021-05-05 Have ALTER CONSTRAINT recurse on partitioned tables Alvaro Herrera 14.0
2021-05-04 Fix OID passed to object-alter hook during ALTER CONSTRAINT Alvaro Herrera 14.0
2021-04-28 Allow a partdesc-omitting-partitions to be cached Alvaro Herrera 14.0
2021-04-22 Fix relcache inconsistency hazard in partition detach Alvaro Herrera 14.0
2021-04-21 Don't add a redundant constraint when detaching a partition Alvaro Herrera 14.0
2021-04-09 Set pg_class.reltuples for partitioned tables Alvaro Herrera 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-03-25 Add comments for AlteredTableInfo->rel Alvaro Herrera 14.0
2021-03-25 Let ALTER TABLE Phase 2 routines manage the relation pointer Alvaro Herrera 14.0
2021-01-14 Prevent drop of tablespaces used by partitioned relations Alvaro Herrera 14.0
2020-10-20 Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion Alvaro Herrera 14.0