=== Applying patches on top of PostgreSQL commit ID 79e872fedb4d2f73baa0a80ba572480774edc61b === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Feb 1 08:00:32 UTC 2025 On branch cf/3659 nothing to commit, working tree clean === applying patch ./v35-0001-Implement-ALTER-TABLE-.-MERGE-PARTITIONS-.-comma.patch Applied patch to 'doc/src/sgml/ddl.sgml' cleanly. Applied patch to 'doc/src/sgml/ref/alter_table.sgml' cleanly. Applied patch to 'src/backend/commands/tablecmds.c' cleanly. Applied patch to 'src/backend/parser/gram.y' cleanly. Applied patch to 'src/backend/parser/parse_utilcmd.c' cleanly. Applied patch to 'src/backend/partitioning/partbounds.c' cleanly. Applied patch to 'src/bin/psql/tab-complete.in.c' cleanly. Applied patch to 'src/include/nodes/parsenodes.h' cleanly. Applied patch to 'src/include/parser/kwlist.h' cleanly. Applied patch to 'src/include/partitioning/partbounds.h' cleanly. Falling back to direct application... Applied patch to 'src/test/isolation/isolation_schedule' cleanly. Falling back to direct application... Applied patch to 'src/test/modules/test_ddl_deparse/test_ddl_deparse.c' cleanly. Falling back to direct application... Applied patch to 'src/test/regress/parallel_schedule' cleanly. Falling back to direct application... Applied patch to 'src/tools/pgindent/typedefs.list' cleanly. [cf/3659 0c5ef5a3c4] Implement ALTER TABLE ... MERGE PARTITIONS ... command Author: Alexander Korotkov Date: Sun Apr 7 00:57:22 2024 +0300 18 files changed, 2707 insertions(+), 24 deletions(-) create mode 100644 src/test/isolation/expected/partition-merge.out create mode 100644 src/test/isolation/specs/partition-merge.spec create mode 100644 src/test/regress/expected/partition_merge.out create mode 100644 src/test/regress/sql/partition_merge.sql === applying patch ./v35-0002-Implement-ALTER-TABLE-.-SPLIT-PARTITION-.-comman.patch Applied patch to 'doc/src/sgml/ddl.sgml' cleanly. Applied patch to 'doc/src/sgml/ref/alter_table.sgml' cleanly. Applied patch to 'src/backend/commands/tablecmds.c' cleanly. Applied patch to 'src/backend/parser/gram.y' cleanly. Applied patch to 'src/backend/parser/parse_utilcmd.c' cleanly. Applied patch to 'src/backend/partitioning/partbounds.c' cleanly. Applied patch to 'src/backend/utils/adt/ruleutils.c' cleanly. Applied patch to 'src/bin/psql/tab-complete.in.c' cleanly. Applied patch to 'src/include/nodes/parsenodes.h' cleanly. Applied patch to 'src/include/parser/kwlist.h' cleanly. Applied patch to 'src/include/partitioning/partbounds.h' cleanly. Applied patch to 'src/include/utils/ruleutils.h' cleanly. Falling back to direct application... Applied patch to 'src/test/isolation/isolation_schedule' cleanly. Falling back to direct application... Applied patch to 'src/test/modules/test_ddl_deparse/test_ddl_deparse.c' cleanly. Falling back to direct application... Applied patch to 'src/test/regress/parallel_schedule' cleanly. Falling back to direct application... Applied patch to 'src/tools/pgindent/typedefs.list' cleanly. [cf/3659 76c90e599e] Implement ALTER TABLE ... SPLIT PARTITION ... command Author: Alexander Korotkov Date: Sun Apr 7 00:58:09 2024 +0300 20 files changed, 4103 insertions(+), 17 deletions(-) create mode 100644 src/test/isolation/expected/partition-split.out create mode 100644 src/test/isolation/specs/partition-split.spec create mode 100644 src/test/regress/expected/partition_split.out create mode 100644 src/test/regress/sql/partition_split.sql === applying patch ./v35-0003-Refactor-createPartitionTable-to-remove-ProcessU.patch Applied patch to 'src/backend/catalog/heap.c' cleanly. Applied patch to 'src/backend/commands/tablecmds.c' cleanly. Applied patch to 'src/include/catalog/heap.h' cleanly. Applied patch to 'src/test/regress/expected/partition_split.out' cleanly. Applied patch to 'src/test/regress/sql/partition_split.sql' cleanly. [cf/3659 732700de9d] Refactor createPartitionTable to remove ProcessUtility call Author: Koval Dmitry Date: Thu Aug 29 20:27:03 2024 +0300 5 files changed, 327 insertions(+), 58 deletions(-)