summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_gist.sql.in
Commit message (Expand)AuthorAgeFilesLines
* Fix btree_gist for new larger money type.Tom Lane2007-01-031-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-121/+121
* Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane2006-01-261-16/+6
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-211-9/+9
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-011-6/+11
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-1/+6
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-169/+906
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-12/+12
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* please apply attached patch to current CVS.Bruce Momjian2003-03-201-3/+76
* We just released new version of contrib/btree_gistBruce Momjian2003-02-191-0/+223
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-30/+68
* 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
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-221-0/+263