summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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