summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist/rtree_gist.c
AgeCommit message (Collapse)Author
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
for haskeytype). Update GiST contrib modules too. Add linear-time split algorithm for R-tree GiST opclass. From Oleg Bartunov and Teodor Sigaev.
2001-05-31Support for emulating RTREE indexing in GiST. Contributed byTom Lane
Oleg Bartunov and Teodor Sigaev.