summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_text.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan2017-03-211-12/+12
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-9/+0
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+0
* 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/+24
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-6/+24
* Per-column collation supportPeter Eisentraut2011-02-081-6/+7
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+3
* 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-4/+14
* ChangesTeodor Sigaev2006-06-281-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-4/+23
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-15/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-121-3/+3
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-011-89/+9
* Pgindent run for 8.0.Bruce Momjian2004-08-291-155/+165
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-211-4/+8
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+271