Commits

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

DateSubjectAuthorReleases
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 12.20
2024-06-28 AccessExclusiveLock new relations just after assigning the OID. Noah Misch 12.20
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 12.19
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 12.18
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 12.14
2021-06-18 Don't set a fast default for anything but a plain table Andrew Dunstan 12.8
2021-05-21 Disallow whole-row variables in GENERATED expressions. Tom Lane 12.8
2021-01-14 Prevent drop of tablespaces used by partitioned relations Alvaro Herrera 12.6
2020-11-01 Preserve index data in pg_statistic across REINDEX CONCURRENTLY Michael Paquier 12.5
2020-02-07 Fix TRUNCATE .. CASCADE on partitions Alvaro Herrera 12.2
2020-01-31 Fix CheckAttributeType's handling of collations for ranges. Tom Lane 12.2
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 12.2
2019-12-23 Prevent a rowtype from being included in itself via a range. Tom Lane 12.2
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 12.2
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 12.0
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-09 Clean up the behavior and API of catalog.c's is-catalog-relation tests. Tom Lane 12.0
2019-04-30 Fix several recently introduced issues around handling new relation forks. Andres Freund 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-29 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. Andres Freund 12.0
2019-03-27 Improve error handling of column references in expression transformation Michael Paquier 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0