=== Applying patches on top of PostgreSQL commit ID a19f83f87966f763991cc76404f8e42a36e7e842 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v20240930-0001-WIP-index-batching-prefetching.patch patching file src/backend/access/heap/heapam_handler.c patching file src/backend/access/index/genam.c patching file src/backend/access/index/indexam.c patching file src/backend/executor/execIndexing.c patching file src/backend/executor/execReplication.c patching file src/backend/executor/nodeIndexonlyscan.c patching file src/backend/executor/nodeIndexscan.c patching file src/backend/utils/adt/selfuncs.c patching file src/backend/utils/misc/guc_tables.c patching file src/backend/utils/misc/postgresql.conf.sample patching file src/include/access/amapi.h patching file src/include/access/genam.h patching file src/include/access/relscan.h patching file src/include/nodes/execnodes.h patching file src/test/regress/expected/sysviews.out patching file src/tools/pgindent/typedefs.list [cf/4351 f36be8e695] WIP: index batching / prefetching Author: Tomas Vondra Date: Mon Sep 30 22:48:12 2024 +0200 16 files changed, 1084 insertions(+), 25 deletions(-) === applying patch ./v20240930-0002-WIP-batching-for-nbtree-indexes.patch patching file src/backend/access/nbtree/nbtree.c patching file src/backend/access/nbtree/nbtsearch.c patching file src/include/access/nbtree.h patching file src/tools/pgindent/typedefs.list [cf/4351 af2dfae3b6] WIP: batching for nbtree indexes Author: Tomas Vondra Date: Mon Sep 30 22:48:39 2024 +0200 4 files changed, 361 insertions(+) === applying patch ./v20240930-0003-PoC-support-for-mark-restore-for-nbtree.patch patching file src/backend/access/index/indexam.c patching file src/backend/access/nbtree/nbtree.c patching file src/backend/access/nbtree/nbtsearch.c patching file src/backend/executor/nodeIndexonlyscan.c patching file src/backend/executor/nodeIndexscan.c patching file src/include/access/nbtree.h patching file src/include/access/relscan.h [cf/4351 dd25e1e52c] PoC: support for mark/restore for nbtree Author: Tomas Vondra Date: Mon Sep 30 22:48:46 2024 +0200 7 files changed, 152 insertions(+), 31 deletions(-) === applying patch ./v20240930-0004-WIP-batching-for-hash-indexes.patch patching file src/backend/access/hash/hash.c patching file src/backend/access/hash/hashsearch.c patching file src/include/access/hash.h patching file src/tools/pgindent/typedefs.list [cf/4351 99d6a13c88] WIP: batching for hash indexes Author: Tomas Vondra Date: Mon Sep 30 22:48:52 2024 +0200 4 files changed, 344 insertions(+) === applying patch ./v20240930-0005-WIP-batching-for-gist-indexes.patch patching file src/backend/access/gist/gist.c patching file src/backend/access/gist/gistget.c patching file src/include/access/gist_private.h patching file src/tools/pgindent/typedefs.list [cf/4351 eee65e4442] WIP: batching for gist indexes Author: Tomas Vondra Date: Mon Sep 30 22:48:57 2024 +0200 4 files changed, 313 insertions(+) === applying patch ./v20240930-0006-WIP-batching-for-sp-gist-indexes.patch patching file src/backend/access/spgist/spgscan.c patching file src/backend/access/spgist/spgutils.c patching file src/include/access/spgist.h patching file src/include/access/spgist_private.h patching file src/tools/pgindent/typedefs.list [cf/4351 c73f0e6dd9] WIP: batching for sp-gist indexes Author: Tomas Vondra Date: Mon Sep 30 22:49:04 2024 +0200 5 files changed, 160 insertions(+)