summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist/rtree_gist.c
AgeCommit message (Collapse)Author
2002-05-28Fix a bug with building rtree_gist indexes.Tom Lane
Patch from Teodor Sigaev.
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
tests pass.
2001-10-01Fix a couple of stray // comments.Tom Lane
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.