summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_gist.c
AgeCommit message (Expand)Author
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
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
2003-02-19We just released new version of contrib/btree_gistBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-02-22Please, apply attached patch of contrib/btree_gist to 7.2.1 and currentBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-23tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane
2001-08-22New contrib module for BTREE emulation in GiST.Tom Lane