summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_bytea.c
Commit message (Expand)AuthorAgeFilesLines
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-261-0/+2
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-221-19/+34
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-041-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-1/+6
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-1/+1
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-5/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-121-2/+2
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-011-4/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-68/+76
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+149