]> granicus.if.org Git - postgresql/history - contrib/btree_gist/btree_text.c
Change TRUE/FALSE to true/false
[postgresql] / contrib / btree_gist / btree_text.c
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for varlena...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2011-08-27 Bruce MomjianAdd postgres.h to *.c files for pg_upgrade, ltree,...
2011-04-23 Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-02-08 Peter EisentrautPer-column collation support
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2006-06-28 Teodor SigaevChanges
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-01 Teodor SigaevFixes from Janko Richter <jankorichter@yahoo.de>
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-12 Neil ConwayThis patch makes some minor style cleanups to contrib...
2005-03-01 Teodor SigaevSimplify/clean up code for varlena types
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-05-28 Teodor SigaevNew version. Add support for int2, int8, float4, float8...