summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_bit.c
AgeCommit message (Expand)Author
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-03-21Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2015-03-26Minor refactoring of btree_gist code.Heikki Linnakangas
2014-05-13Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-04-23Fix contrib/btree_gist to handle collations properly.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2005-07-01Fixes from Janko Richter <[email protected]>Teodor Sigaev
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-12This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway
2005-03-01Simplify/clean up code for varlena typesTeodor Sigaev
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev