summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_userfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 3 of pgindent updates.Tom Lane2017-06-211-8/+8
* Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane2017-05-021-73/+0
* Improve function header comment for create_singleton_array().Tom Lane2017-05-011-1/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-091-2/+4
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-301-1/+13
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message improvementsPeter Eisentraut2015-11-161-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-8/+11
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-49/+56
* Remove duplicated words in comments.Heikki Linnakangas2015-04-121-2/+2
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-301-25/+29
* array_offset() and array_offsets()Alvaro Herrera2015-03-181-0/+296
* Fix over-optimistic caching in fetch_array_arg_replace_nulls().Tom Lane2015-02-251-14/+22
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-211-2/+12
* Remove unused variable.Tom Lane2015-02-201-3/+1
* Split array_push into separate array_append and array_prepend functions.Tom Lane2015-02-181-99/+123
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-251-10/+78
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* 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