Commits

DateSubjectAuthorReleases
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.1.14
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.2.9
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.3.5
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.4.0
2013-12-11 Tweak placement of explicit ANALYZE commands in the regression tests. Tom Lane 9.4.0
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-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-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-08-01 Improve unique-constraint-violation error messages to include the exact 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-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0
2008-07-21 Code review for array_fill patch: fix inadequate check for array size overflow Tom Lane 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