Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-05-05 | With GB18030, prevent SIGSEGV from reading past end of allocation. | Noah Misch | 16.9 |
| 2024-05-09 | Fix overread in JSON parsing errors for incomplete byte sequences | Michael Paquier | 16.4 |
| 2023-03-13 | Fix JSON error reporting for many cases of erroneous string values. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-11 | Convert json_in and jsonb_in to report errors softly. | Tom Lane | 16.0 |
| 2022-12-11 | Change JsonSemAction to allow non-throw error reporting. | Tom Lane | 16.0 |
| 2022-09-28 | Change some errdetail() to errdetail_internal() | Alvaro Herrera | 16.0 |
| 2022-09-02 | Speed up lexing of long JSON strings | John Naylor | 16.0 |
| 2022-07-12 | Fix out-of-bounds read in json_lex_string | John Naylor | 16.0 |
| 2022-07-11 | Build de-escaped JSON strings in larger chunks during lexing | John Naylor | 16.0 |
| 2022-07-08 | Simplify json lexing state | John Naylor | 16.0 |