Commits

DateSubjectAuthorReleases
2023-11-13 Improve readability and error detection of array_in(). Tom Lane 17.0
2023-11-06 Detect integer overflow while computing new array dimensions. Tom Lane 14.10
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 11.22
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
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 14.0
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 13.3
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 12.7
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 10.17
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 9.6.22
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 11.12
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2011-01-09 Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. Tom Lane 9.1.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2000-07-22 Arrays are toastable. (At least if you initdb, which I didn't force.) Tom Lane 7.1.1