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 |
| 2021-05-10 | Prevent integer overflows in array subscripting calculations. | Tom Lane | 11.12 |
| 2019-07-01 | Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType. | Noah Misch | 11.5 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.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 |