summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist/rtree_gist.c
AgeCommit message (Expand)Author
2005-07-01Remove contrib version of rtree_gist --- now in core system.Tom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-24Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-07-27elog mop-up.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-05-28Fix a bug with building rtree_gist indexes.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-01Fix a couple of stray // comments.Tom Lane
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-05-31Support for emulating RTREE indexing in GiST. Contributed byTom Lane