]> granicus.if.org Git - postgresql/history - contrib/intarray/_int_tool.c
Redesign tablesample method API, and do extensive code review.
[postgresql] / contrib / intarray / _int_tool.c
2015-03-16 Tom LaneReplace insertion sort in contrib/intarray with qsort().
2014-05-06 Bruce Momjianpgindent run for 9.4
2013-09-07 Bruce Momjianintarray: return empty zero-dimensional array for...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-02-17 Tom LaneFix longstanding error in contrib/intarray's int[]...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-05-10 Teodor SigaevSome optimizations by Volkan YAZICI <yazicivo@ttnet...
2005-11-19 Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-14 Teodor SigaevRemove usage of ArrayType->flags field, use pgsql's...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2003-08-04 Bruce Momjianpgindent run.
2003-06-11 Bruce MomjianAdd missing intarray files.