Commits

DateSubjectAuthorReleases
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 16.1
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 12.17
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 15.5
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 13.13
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 17.0
2023-04-07 Add array_sample() and array_shuffle() functions. Tom Lane 16.0
2023-03-13 Remove incidental md5() function uses from main regression tests Peter Eisentraut 16.0
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2022-07-31 Fix trim_array() for zero-dimensional array argument. Tom Lane 14.5
2022-07-31 Fix trim_array() for zero-dimensional array argument. Tom Lane 15.0
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-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-03-11 Improve expression evaluation test coverage. Andres Freund 10.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