summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-271-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-101-2/+5
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Create an official API function for C functions to use to check if they areTom Lane2010-02-081-11/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* In a non-hashed Agg node, reset the "aggcontext" at group boundaries, insteadTom Lane2009-07-231-2/+4
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-201-3/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-10/+9
* Switch order of tests to avoid possible Assert failure forTom Lane2009-06-091-4/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-6/+29
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-141-9/+5
* Minor code clarity improvements in array_agg functions, and add a commentTom Lane2008-11-141-9/+33
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-131-1/+33
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-191-5/+9
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-23/+89
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+21
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-171-17/+17
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-2/+2
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-3/+3
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-31/+39
* pgindent run.Bruce Momjian2003-08-041-40/+51
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-15/+52
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-011-3/+3
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-184/+93
* Back out array mega-patch.Bruce Momjian2003-06-251-103/+186
* Array mega-patch.Bruce Momjian2003-06-241-186/+103
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-0/+436