postgresql/src/backend/access
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds.
Commit 16fa9b2b30 introduced a faster way to build GiST indexes, by
sorting all the data. This commit adds the sortsupport functions needed
to make use of that feature for btree_gist.

Author: Andrey Borodin
Discussion: https://www.postgresql.org/message-id/2F3F7265-0D22-44DB-AD71-8554C743D943@yandex-team.ru
2021-04-07 13:22:05 +03:00
..
brin Fix bug in brin_minmax_multi_union 2021-04-04 19:36:12 +02:00
common Clean up treatment of missing default and CHECK-constraint records. 2021-04-06 10:34:39 -04:00
gin Remove redundant memset(0) calls for page init of some index AMs 2021-04-07 14:35:26 +09:00
gist Add sortsupport for gist_btree opclasses, for faster index builds. 2021-04-07 13:22:05 +03:00
hash Remove tupgone special case from vacuumlazy.c. 2021-04-06 08:49:22 -07:00
heap Remove tupgone special case from vacuumlazy.c. 2021-04-06 08:49:22 -07:00
index Simplify state managed by VACUUM. 2021-04-05 13:21:44 -07:00
nbtree Remove tupgone special case from vacuumlazy.c. 2021-04-06 08:49:22 -07:00
rmgrdesc Remove tupgone special case from vacuumlazy.c. 2021-04-06 08:49:22 -07:00
spgist Remove redundant memset(0) calls for page init of some index AMs 2021-04-07 14:35:26 +09:00
table Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Stop archive recovery if WAL generated with wal_level=minimal is found. 2021-04-06 22:56:51 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00