]> granicus.if.org Git - postgresql/history - contrib/btree_gist/btree_utils_var.c
Fix erroneous range-union logic for varlena types in contrib/btree_gist.
[postgresql] / contrib / btree_gist / btree_utils_var.c
2013-02-07 Tom LaneFix erroneous range-union logic for varlena types in...
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-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-02 Robert HaasAdd btree_gist support for searching on "not equals".
2010-02-26 Bruce Momjianpgindent run for 9.0
2009-12-02 Teodor SigaevPreventing intersection of ranges during page split...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianAdjust /contrib for new include file contents.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
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-16 Neil ConwayFix typo in comment.
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-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-06-03 Teodor Sigaev- Add aligment of variable data types
2004-05-28 Teodor SigaevNew version. Add support for int2, int8, float4, float8...