Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-11 | Fix unique key checks in JSON object constructors | Tomas Vondra | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-12-18 | Micro-optimize datum_to_json_internal() some more. | Nathan Bossart | 17.0 |
| 2023-12-08 | Micro-optimize JSONTYPE_NUMERIC code path in json.c. | Nathan Bossart | 17.0 |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut | 17.0 |
| 2023-10-05 | Improve JsonLexContext's freeability | Alvaro Herrera | 17.0 |
| 2023-08-16 | Unify some error messages | Peter Eisentraut | 17.0 |
| 2023-07-26 | Some refactoring to export json(b) conversion functions | Amit Langote | 17.0 |
| 2023-07-20 | Unify JSON categorize type API and export for external use | Amit Langote | 17.0 |