postgres/contrib/btree_gist/sql
Heikki Linnakangas e4309f73f6 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
2025-04-03 13:46:35 +03:00
..
bit.sql
bool.sql
bytea.sql
cash.sql
char.sql
cidr.sql
date.sql
enum.sql Add support for sorted gist index builds to btree_gist 2025-04-03 13:46:35 +03:00
float4.sql
float8.sql
inet.sql
init.sql
int2.sql
int4.sql
int8.sql
interval.sql
macaddr.sql
macaddr8.sql
not_equal.sql
numeric.sql
oid.sql
partitions.sql Allow some exclusion constraints on partitions 2023-07-12 09:25:17 +02:00
stratnum.sql Change gist stratnum function to use CompareType 2025-01-15 11:34:04 +01:00
text.sql
time.sql
timestamp.sql
timestamptz.sql
timetz.sql
uuid.sql
varbit.sql
varchar.sql
without_overlaps.sql Add temporal FOREIGN KEY contraints 2024-09-17 11:29:30 +02:00