]> granicus.if.org Git - postgresql/history - contrib/intarray/_int_gist.c
Redesign tablesample method API, and do extensive code review.
[postgresql] / contrib / intarray / _int_gist.c
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-02-16 Kevin GrittnerEliminate unnecessary NULL checks in picksplit method...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
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-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
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-12 Bruce MomjianChange int->int32, for clarity.
2006-04-03 Teodor SigaevMinor cleanups
2006-04-03 Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-19 Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-14 Teodor SigaevRemove usage of ArrayType->flags field, use pgsql's...
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-08-04 Bruce Momjianpgindent run.
2003-06-11 Bruce MomjianAdd missing intarray files.