Commits

DateSubjectAuthorReleases
2022-07-31 Fix trim_array() for zero-dimensional array argument. Tom Lane 16.0
2022-02-08 Rearrange core regression tests to reduce cross-script dependencies. Tom Lane 15.0
2022-01-29 Fix failure to validate the result of select_common_type(). Tom Lane 14.2
2022-01-29 Fix failure to validate the result of select_common_type(). Tom Lane 15.0
2022-01-29 Fix failure to validate the result of select_common_type(). Tom Lane 13.6
2021-03-03 Add trim_array() function. Tom Lane 14.0
2020-12-11 Provide an error cursor for "can't subscript" error messages. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-07 Add a couple of regression test cases related to array subscripting. Tom Lane 14.0
2020-11-19 Remove undocumented IS [NOT] OF syntax. Tom Lane 14.0
2020-11-04 Declare assorted array functions using anycompatible not anyelement. Tom Lane 14.0
2020-09-02 Add string_to_table() function. Tom Lane 14.0
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 9.3.16
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 9.2.20
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 10.0
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 9.6.2
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 9.4.11
2017-01-05 Fix handling of empty arrays in array_fill(). Tom Lane 9.5.6
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0
2014-12-02 Improve error messages for malformed array input strings. Tom Lane 9.4.0
2014-12-02 Improve error messages for malformed array input strings. Tom Lane 9.5.0
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2014-09-09 Add width_bucket(anyelement, anyarray). Tom Lane 9.5.0
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 8.4.22
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.0.18