git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 9370978) | patch
Add support for sorted gist index builds to btree_gist
Thu, 3 Apr 2025 10:46:35 +0000 (13:46 +0300)
Thu, 3 Apr 2025 10:46:35 +0000 (13:46 +0300)
commit e4309f73f698851a2f7d49ca5e98e3e188400891
Add support for sorted gist index builds to btree_gist

This enables sortsupport in the btree_gist extension for faster builds
of gist indexes.

Sorted gist index build strategy is the new default now. Regression
tests are unchanged (except for one small change in the 'enum' test to
add coverage for enum values added later) and are using the sorted
build strategy instead.

One version of this was committed a long time ago already, in commit
9f984ba6d2, but it was quickly reverted because of buildfarm
failures. The failures were presumably caused by some small bugs, but
we never got around to debug and commit it again. This patch was
written from scratch, implementing the same idea, with some fragments
and ideas from the original patch.

Author: Bernd Helmle <mailings@oopsware.de>
Author: Andrey Borodin <x4mmm@yandex-team.ru>
Discussion: https://www.postgresql.org/message-id/64d324ce2a6d535d3f0f3baeeea7b25beff82ce4.camel@oopsware.de
29 files changed:
contrib/btree_gist/Makefile diff | blob | blame | history
contrib/btree_gist/btree_bit.c diff | blob | blame | history
contrib/btree_gist/btree_bool.c diff | blob | blame | history
contrib/btree_gist/btree_bytea.c diff | blob | blame | history
contrib/btree_gist/btree_cash.c diff | blob | blame | history
contrib/btree_gist/btree_date.c diff | blob | blame | history
contrib/btree_gist/btree_enum.c diff | blob | blame | history
contrib/btree_gist/btree_float4.c diff | blob | blame | history
contrib/btree_gist/btree_float8.c diff | blob | blame | history
contrib/btree_gist/btree_gist--1.8--1.9.sql [new file with mode: 0644] blob
contrib/btree_gist/btree_gist.control diff | blob | blame | history
contrib/btree_gist/btree_inet.c diff | blob | blame | history
contrib/btree_gist/btree_int2.c diff | blob | blame | history
contrib/btree_gist/btree_int4.c diff | blob | blame | history
contrib/btree_gist/btree_int8.c diff | blob | blame | history
contrib/btree_gist/btree_interval.c diff | blob | blame | history
contrib/btree_gist/btree_macaddr.c diff | blob | blame | history
contrib/btree_gist/btree_macaddr8.c diff | blob | blame | history
contrib/btree_gist/btree_numeric.c diff | blob | blame | history
contrib/btree_gist/btree_oid.c diff | blob | blame | history
contrib/btree_gist/btree_text.c diff | blob | blame | history
contrib/btree_gist/btree_time.c diff | blob | blame | history
contrib/btree_gist/btree_ts.c diff | blob | blame | history
contrib/btree_gist/btree_utils_var.h diff | blob | blame | history
contrib/btree_gist/btree_uuid.c diff | blob | blame | history
contrib/btree_gist/expected/enum.out diff | blob | blame | history
contrib/btree_gist/meson.build diff | blob | blame | history
contrib/btree_gist/sql/enum.sql diff | blob | blame | history
doc/src/sgml/btree-gist.sgml diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /