aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Expand)AuthorAge
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-09
* Fix btree_gist for new larger money type.Tom Lane2007-01-03
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-13
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Add #include code to prevent multiple inclusion.Bruce Momjian2006-07-10
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-10
* ChangesTeodor Sigaev2006-06-28
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-13
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* contrib uninstall scriptsPeter Eisentraut2006-02-27
* Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane2006-01-26
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-21
* /contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian2005-07-20
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* Fix typo in comment.Neil Conway2005-05-16
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-12
* Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane2005-04-25
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-01
* Fix float8->int64 transformationTeodor Sigaev2005-02-25
* Simplify definesTeodor Sigaev2005-02-21
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-21
* Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway2004-11-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-21
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* - Add aligment of variable data typesTeodor Sigaev2004-06-03
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-28
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* pgindent run.Bruce Momjian2003-08-04
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-01
* elog mop-up.Tom Lane2003-07-27
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Regression output didn't get updated to match recent commit.Tom Lane2003-03-28
* please apply attached patch to current CVS.Bruce Momjian2003-03-20
* We just released new version of contrib/btree_gistBruce Momjian2003-02-19
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-01
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-21