Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
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
2005-05-12This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway
2004-11-01Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.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
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-05-28Fix a bug with building rtree_gist indexes.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2001-12-05We forgot to mention in README.rtree_gist we implemented newBruce Momjian
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-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-06-20Attached is a patch to deal with the ones that I missed the first timeBruce Momjian
2001-05-31Support for emulating RTREE indexing in GiST. Contributed byTom Lane