=== Applying patches on top of PostgreSQL commit ID 84a3778c79c2d28b4dc281d03ef2ab019b16483b === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Tue Dec 16 03:42:23 UTC 2025 On branch cf/6299 nothing to commit, working tree clean === using 'git am' to apply patch ./v3-0001-add-in-memory-btree-tuple-index.patch === Applying: add in-memory btree tuple index === using 'git am' to apply patch ./v3-0002-introduce-AGG_INDEX-grouping-strategy-node.patch === Applying: introduce AGG_INDEX grouping strategy node error: sha1 information is lacking or useless (src/include/nodes/execnodes.h). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 introduce AGG_INDEX grouping strategy node When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". === using patch(1) to apply patch ./v3-0002-introduce-AGG_INDEX-grouping-strategy-node.patch === patching file src/backend/executor/execExpr.c patching file src/backend/executor/nodeAgg.c patching file src/backend/utils/sort/tuplesort.c patching file src/backend/utils/sort/tuplesortvariants.c patching file src/include/executor/executor.h patching file src/include/executor/nodeAgg.h Hunk #1 succeeded at 321 with fuzz 2. patching file src/include/nodes/execnodes.h patching file src/include/nodes/nodes.h patching file src/include/nodes/plannodes.h patching file src/include/utils/tuplesort.h [cf/6299 c5943c6e37e] introduce AGG_INDEX grouping strategy node Author: Sergey Soloviev Date: Wed Dec 3 16:41:58 2025 +0300 10 files changed, 1620 insertions(+), 228 deletions(-) === using 'git am' to apply patch ./v3-0003-make-use-of-IndexAggregate-in-planner-and-explain.patch === fatal: previous rebase directory .git/rebase-apply still exists but mbox given. === using patch(1) to apply patch ./v3-0003-make-use-of-IndexAggregate-in-planner-and-explain.patch === patching file src/backend/commands/explain.c patching file src/backend/optimizer/path/costsize.c patching file src/backend/optimizer/plan/createplan.c patching file src/backend/optimizer/plan/planner.c patching file src/backend/optimizer/util/pathnode.c patching file src/backend/utils/misc/guc_parameters.dat patching file src/backend/utils/misc/postgresql.conf.sample patching file src/include/nodes/pathnodes.h patching file src/include/optimizer/cost.h [cf/6299 909096788d0] make use of IndexAggregate in planner and explain Author: Sergey Soloviev Date: Wed Dec 3 17:34:18 2025 +0300 9 files changed, 251 insertions(+), 58 deletions(-) === using 'git am' to apply patch ./v3-0004-add-support-for-Partial-IndexAggregate.patch === fatal: previous rebase directory .git/rebase-apply still exists but mbox given. === using patch(1) to apply patch ./v3-0004-add-support-for-Partial-IndexAggregate.patch === patching file src/backend/optimizer/path/allpaths.c patching file src/backend/optimizer/plan/planner.c patching file src/backend/optimizer/prep/prepunion.c patching file src/backend/optimizer/util/pathnode.c patching file src/include/optimizer/pathnode.h [cf/6299 88704830a62] add support for Partial IndexAggregate Author: Sergey Soloviev Date: Thu Dec 11 14:30:37 2025 +0300 5 files changed, 185 insertions(+), 8 deletions(-) === using 'git am' to apply patch ./v3-0005-fix-tests-for-IndexAggregate.patch === fatal: previous rebase directory .git/rebase-apply still exists but mbox given. === using patch(1) to apply patch ./v3-0005-fix-tests-for-IndexAggregate.patch === patching file contrib/postgres_fdw/expected/postgres_fdw.out patching file src/test/regress/expected/aggregates.out patching file src/test/regress/expected/collate.icu.utf8.out patching file src/test/regress/expected/eager_aggregate.out patching file src/test/regress/expected/join.out patching file src/test/regress/expected/partition_aggregate.out patching file src/test/regress/expected/select_parallel.out patching file src/test/regress/expected/sysviews.out patching file src/test/regress/sql/aggregates.sql patching file src/test/regress/sql/eager_aggregate.sql patching file src/test/regress/sql/join.sql patching file src/test/regress/sql/partition_aggregate.sql patching file src/test/regress/sql/select_parallel.sql [cf/6299 9741462d384] fix tests for IndexAggregate Author: Sergey Soloviev Date: Thu Dec 11 16:06:01 2025 +0300 13 files changed, 1096 insertions(+), 435 deletions(-)