]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/array_userfuncs.c
pgindent run for 9.4
[postgresql] / src / backend / utils / adt / array_userfuncs.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-23 Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
2009-06-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Tom LaneSwitch order of tests to avoid possible Assert failure for
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-14 Tom LaneMinor code clarity improvements in array_agg functions...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-19 Tom LaneChange array_push and array_cat so that they retain...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-17 Tom LaneMake array_cat more paranoid about checking datatypes...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...