Commits

DateSubjectAuthorReleases
2026-06-26 Take into account default_tablespace during MERGE/SPLIT PARTITION(S) Alexander Korotkov 19 (unreleased)
2026-06-18 Create TOAST table for partitions made by MERGE/SPLIT PARTITION Alexander Korotkov 19 (unreleased)
2026-04-22 Preserve extension dependencies on indexes during partition merge/split Alexander Korotkov 19 (unreleased)
2025-12-14 Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code Alexander Korotkov 19 (unreleased)
2025-12-14 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 19 (unreleased)
2025-12-14 Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov 19 (unreleased)
2024-08-24 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands Alexander Korotkov 17.0
2024-08-24 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands Alexander Korotkov 18.0
2024-08-22 Avoid repeated table name lookups in createPartitionTable() Alexander Korotkov 17.0
2024-08-22 Avoid repeated table name lookups in createPartitionTable() Alexander Korotkov 18.0
2024-05-22 Don't copy extended statistics during MERGE/SPLIT partition operations Alexander Korotkov 17.0
2024-05-22 Fix the name collision detection in MERGE/SPLIT partition operations Alexander Korotkov 17.0
2024-04-30 Inherit parent's AM for partition MERGE/SPLIT operations Alexander Korotkov 17.0
2024-04-30 Make new partitions with parent's persistence during MERGE/SPLIT Alexander Korotkov 17.0
2024-04-30 Change the way ATExecMergePartitions() handles the name collision Alexander Korotkov 17.0
2024-04-15 Grammar fixes for split/merge partitions code Alexander Korotkov 17.0
2024-04-11 Revert: Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 17.0
2024-04-11 Revert: Let table AM insertion methods control index insertion Alexander Korotkov 17.0
2024-04-11 Revert: Custom reloptions for table AM Alexander Korotkov 17.0
2024-04-09 Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands Alexander Korotkov 17.0
2024-04-08 Fix some grammer errors from error messages and codes comments Alexander Korotkov 17.0
2024-04-08 Custom reloptions for table AM Alexander Korotkov 17.0
2024-04-06 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 17.0
2024-04-06 Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov 17.0
2024-04-02 Revert "Custom reloptions for table AM" Alexander Korotkov 17.0