Commits

DateSubjectAuthorReleases
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-02-25 Fix over-optimistic caching in fetch_array_arg_replace_nulls(). Tom Lane 9.5.0
2015-02-20 Remove unused variable. Tom Lane 9.5.0
2015-02-19 Split array_push into separate array_append and array_prepend functions. Tom Lane 9.5.0
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2011-04-27 Fix array- and path-creating functions to ensure padding bytes are zeroes. Tom Lane 8.2.22
2011-04-27 Fix array- and path-creating functions to ensure padding bytes are zeroes. Tom Lane 8.3.16
2011-04-27 Fix array- and path-creating functions to ensure padding bytes are zeroes. Tom Lane 8.4.9
2011-04-27 Fix array- and path-creating functions to ensure padding bytes are zeroes. Tom Lane 9.0.5
2011-04-27 Fix array- and path-creating functions to ensure padding bytes are zeroes. Tom Lane 9.1.0
2010-08-10 Add three-parameter forms of array_to_string and string_to_array, to allow Tom Lane 9.1.0
2010-02-08 Create an official API function for C functions to use to check if they are Tom Lane 9.0.0
2009-07-23 In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead Tom Lane 8.4.1
2009-07-23 In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead Tom Lane 9.0.0
2009-06-20 Fix things so that array_agg_finalfn does not modify or free its input Tom Lane 8.4.0
2009-06-09 Switch order of tests to avoid possible Assert failure for Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-11-14 Actually, instead of whining about how type internal might not safely store Tom Lane 8.4.0
2008-11-14 Minor code clarity improvements in array_agg functions, and add a comment Tom Lane 8.4.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2005-11-19 Change array_push and array_cat so that they retain the lower bound of Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-01-01 Some more missed copyright notices. Many of these look like they Tom Lane 8.0.0
2004-12-17 Make array_cat more paranoid about checking datatypes in empty arrays. Tom Lane 7.4.7
2004-12-17 Make array_cat more paranoid about checking datatypes in empty arrays. Tom Lane 8.0.0