summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_gist.c
AgeCommit message (Collapse)Author
2001-08-23tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane
interval arithmetic. From Teodor Sigaev.
2001-08-22New contrib module for BTREE emulation in GiST.Tom Lane
From Oleg Bartunov and Teodor Sigaev.