summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist/README.rtree_gist
AgeCommit message (Collapse)Author
2005-07-01Remove contrib version of rtree_gist --- now in core system.Tom Lane
2005-05-12This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway
the "extern" keyword from function definitions, reorganize some PG_GETARG_XXX() usage, and similar.
2004-11-01Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway
documentation.
2001-12-05We forgot to mention in README.rtree_gist we implemented newBruce Momjian
picksplit algorithm for Rtree. Please apply patch below to CVS Oleg Bartunov
2001-05-31Support for emulating RTREE indexing in GiST. Contributed byTom Lane
Oleg Bartunov and Teodor Sigaev.