Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-11-06 | Detect integer overflow while computing new array dimensions. | Tom Lane | 11.22 |
| 2023-03-26 | Fix oversights in array manipulation. | Tom Lane | 11.20 |
| 2021-05-10 | Prevent integer overflows in array subscripting calculations. | Tom Lane | 11.12 |
| 2018-09-24 | Fix over-allocation of space for array_out()'s result string. | Tom Lane | 11.0 |
| 2017-09-30 | Support arrays over domains. | Tom Lane | 11.0 |
| 2017-09-25 | Make construct_[md_]array return a valid empty array for zero-size input. | Tom Lane | 11.0 |
| 2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane | 11.0 |