summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Expand)AuthorAgeFilesLines
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-1/+1
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-215-37/+42
* /contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian2005-07-202-4/+4
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-0127-304/+730
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-0/+3
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-218-102/+17
* Fix typo in comment.Neil Conway2005-05-161-1/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-126-23/+22
* Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane2005-04-251-3/+16
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-016-161/+58
* Fix float8->int64 transformationTeodor Sigaev2005-02-251-5/+0
* Simplify definesTeodor Sigaev2005-02-211-5/+5
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-212-17/+21
* Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway2004-11-011-7/+7
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-1/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-2923-2478/+2657
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-213-41/+41
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-4/+8
* - Add aligment of variable data typesTeodor Sigaev2004-06-0317-110/+161
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-2899-2951/+18198
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-305-26/+26
* pgindent run.Bruce Momjian2003-08-042-2/+1
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-6/+6
* elog mop-up.Tom Lane2003-07-271-3/+0
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-243-16/+34
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-14/+12
* Regression output didn't get updated to match recent commit.Tom Lane2003-03-281-10/+12
* please apply attached patch to current CVS.Bruce Momjian2003-03-204-7/+89
* We just released new version of contrib/btree_gistBruce Momjian2003-02-1910-602/+975
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-4/+4
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-212-3/+2
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-48/+87
* pgindent run.Bruce Momjian2002-09-041-8/+9
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+4
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-35/+35
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-187/+36
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-12/+19
* Please, apply attached patch of contrib/btree_gist to 7.2.1 and currentBruce Momjian2002-02-221-22/+12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-338/+382
* Update incorrect expected file. Use 'timestamp without time zone'Tom Lane2001-10-032-8/+8
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-61/+7
* Makefile forgot to install README.btree_gist.Tom Lane2001-08-231-1/+1
* tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane2001-08-231-15/+7
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-228-0/+2992