]> granicus.if.org Git - postgresql/history - contrib/intarray/_intbig_gist.c
Eliminate unnecessary NULL checks in picksplit method of intarray.
[postgresql] / contrib / intarray / _intbig_gist.c
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2011-01-09 Tom LaneFix assorted corner-case bugs in contrib/intarray.
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-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-06-28 Teodor SigaevChanges
2006-04-03 Teodor SigaevMinor cleanups
2006-04-03 Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2005-11-19 Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-11 Bruce MomjianAdd missing intarray files.