Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-11-06 | Make json{b}_populate_recordset() use the right tuple descriptor. | Tom Lane | 9.3.20 |
| 2014-06-25 | Fix handling of nested JSON objects in json_populate_recordset and friends. | Tom Lane | 9.3.5 |
| 2014-02-03 | In json code, clean up temp memory contexts after processing. | Andrew Dunstan | 9.3.3 |
| 2013-08-09 | Message punctuation and pluralization fixes | Peter Eisentraut | 9.3.0 |
| 2013-08-08 | Message style improvements | Peter Eisentraut | 9.3.0 |
| 2013-07-20 | Clean up new JSON API typedefs | Peter Eisentraut | 9.3.0 |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian | 9.3.0 |
| 2013-04-15 | Correct handling of NULL arguments in json funcs. | Andrew Dunstan | 9.3.0 |
| 2013-04-04 | Fix off by one error in JSON extract path code. | Andrew Dunstan | 9.3.0 |
| 2013-03-29 | Add new JSON processing functions and parser API. | Andrew Dunstan | 9.3.0 |