Commits

DateSubjectAuthorReleases
2013-12-11 Tweak placement of explicit ANALYZE commands in the regression tests. Tom Lane 9.2.7
2013-12-11 Tweak placement of explicit ANALYZE commands in the regression tests. Tom Lane 9.3.3
2013-06-01 Don't emit non-canonical empty arrays in array_remove(). Noah Misch 9.3.0
2013-05-12 Fix handling of strict non-set functions with NULLs in set-valued inputs. Tom Lane 9.3.0
2012-07-11 Add array_remove() and array_replace() functions. Tom Lane 9.3.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2011-01-08 Fix GIN to support null keys, empty and null items, and full index scans. Tom Lane 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 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-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.3.10
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.4.3
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 9.0.0
2009-04-09 Remove SQL-compatibility function cardinality(). It is not exactly clear Tom Lane 8.4.0
2008-11-29 Fix recently-added array_agg tests to ensure they produce stable results Tom Lane 8.4.0
2008-11-14 Implement the basic form of UNNEST, ie unnest(anyarray) returns setof Tom Lane 8.4.0
2008-11-13 array_agg aggregate function, as per SQL:2008, but without ORDER BY clause Peter Eisentraut 8.4.0
2008-11-12 array_length() function, and for SQL compatibility also cardinality() Peter Eisentraut 8.4.0
2008-11-05 A few additional test cases for array functionality Peter Eisentraut 8.4.0
2008-11-04 ADD array_ndims function Peter Eisentraut 8.4.0
2008-07-16 Add array_fill() to create arrays initialized with a value. Bruce Momjian 8.4.0
2008-04-28 Add generate_subscripts, a series-generation function which generates an Alvaro Herrera 8.4.0
2008-03-20 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied Tom Lane 8.4.0
2007-05-12 Fix the problem that creating a user-defined type named _foo, followed by one Tom Lane 8.3.0
2006-09-29 Allow assignment to array elements not contiguous with those already Tom Lane 8.2.0
2006-09-10 Rename contains/contained-by operators to @> and <@, per discussion that Tom Lane 8.2.0