Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-13 | Fix JSON error reporting for many cases of erroneous string values. | Tom Lane | 14.8 |
| 2022-12-12 | Fix jsonb subscripting to cope with toasted subscript values. | Tom Lane | 14.7 |
| 2021-08-25 | Remove redundant test. | Tom Lane | 14.0 |
| 2021-03-01 | Improve reporting for syntax errors in multi-line JSON data. | Tom Lane | 14.0 |
| 2021-02-11 | Simplify jsonfuncs.c code by using strtoint() not strtol(). | Tom Lane | 14.0 |
| 2020-12-21 | Remove "invalid concatenation of jsonb objects" error case. | Tom Lane | 14.0 |
| 2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-09-05 | Remove still more useless assignments. | Tom Lane | 14.0 |