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-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-03 Remove create_singleton_array(), hard-coding the case in its sole caller. Tom Lane 10.0
2016-08-18 In plpgsql, don't try to convert int2vector or oidvector to expanded array. Tom Lane 10.0
2016-08-18 In plpgsql, don't try to convert int2vector or oidvector to expanded array. Tom Lane 9.6.0
2016-08-18 In plpgsql, don't try to convert int2vector or oidvector to expanded array. Tom Lane 9.5.5
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0