aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
Commit message (Expand)AuthorAge
...
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create an official API function for C functions to use to check if they areTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* In a non-hashed Agg node, reset the "aggcontext" at group boundaries, insteadTom Lane2009-07-23
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Switch order of tests to avoid possible Assert failure forTom Lane2009-06-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-14
* Minor code clarity improvements in array_agg functions, and add a commentTom Lane2008-11-14
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-19
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-01
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08