pgsql: Rewrite GiST support code for rangetypes.

Started by Tom Laneover 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Rewrite GiST support code for rangetypes.

This patch installs significantly smarter penalty and picksplit functions
for ranges, making GiST indexes for them smaller and faster to search.

There is no on-disk format change, so no catversion bump, but you'd need
to REINDEX to get the benefits for any existing index.

Alexander Korotkov, reviewed by Jeff Davis

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80da9e68fdd70b796b3a7de3821589513596c0f7

Modified Files
--------------
src/backend/utils/adt/rangetypes_gist.c | 1293 ++++++++++++++++++++++++++-----
1 files changed, 1102 insertions(+), 191 deletions(-)