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