Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 16.12 |
| 2025-04-19 | Be more wary of corrupt data in pageinspect's heap_page_items(). | Tom Lane | 16.9 |
| 2024-09-12 | Reintroduce support for sequences in pgstattuple and pageinspect. | Nathan Bossart | 16.5 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-09-05 | Fix incorrect uses of Datum conversion macros | Peter Eisentraut | 16.0 |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut | 16.0 |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut | 16.0 |