Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-11 | Fix integer overflow in array_agg(), when the array grows too large | Heikki Linnakangas | 18.4 |
| 2026-02-08 | Code coverage for most pg_mblen* calls. | Thomas Munro | 18.2 |
| 2025-03-13 | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |
| 2024-10-15 | Add contrib/pg_logicalinspect. | Masahiko Sawada | 18.0 |
| 2024-10-14 | Use construct_array_builtin for FLOAT8OID instead of construct_array. | Masahiko Sawada | 18.0 |
| 2024-07-24 | Detect integer overflow in array_set_slice(). | Nathan Bossart | 18.0 |