Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2014-06-03 | Do not escape a unicode sequence when escaping JSON text. | Andrew Dunstan | 9.4.0 |
| 2014-06-03 | Output timestamps in ISO 8601 format when rendering JSON. | Andrew Dunstan | 9.4.0 |
| 2014-03-23 | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 9.4.0 |
| 2014-01-29 | Add json_array_elements_text function. | Andrew Dunstan | 9.4.0 |
| 2014-01-28 | New json functions. | Andrew Dunstan | 9.4.0 |
| 2013-10-10 | json_typeof function. | Andrew Dunstan | 9.4.0 |
| 2013-06-12 | Fix unescaping of JSON Unicode escapes, especially for non-UTF8. | Andrew Dunstan | 9.3.0 |
| 2013-06-08 | Handle Unicode surrogate pairs correctly when processing JSON. | Andrew Dunstan | 9.3.0 |
| 2013-03-29 | Add new JSON processing functions and parser API. | Andrew Dunstan | 9.3.0 |
| 2013-03-10 | JSON generation improvements. | Andrew Dunstan | 9.3.0 |
| 2012-02-20 | Fix a couple of cases of JSON output. | Andrew Dunstan | 9.2.0 |
| 2012-02-03 | Add array_to_json and row_to_json functions. | Andrew Dunstan | 9.2.0 |