Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-01-27 | Move some code from jsonapi.c to jsonfuncs.c. | Robert Haas | 13.0 |
| 2020-01-27 | Adjust pg_parse_json() so that it does not directly ereport(). | Robert Haas | 13.0 |
| 2020-01-24 | Split JSON lexer/parser from 'json' data type support. | Robert Haas | 13.0 |
| 2020-01-24 | Adjust src/include/utils/jsonapi.h so it's not backend-only. | Robert Haas | 13.0 |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas | 9.6.0 |
| 2014-04-04 | Fix some compiler warnings that clang emits with -pedantic. | Robert Haas | 9.4.0 |