Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| 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 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-09-25 | Allow datetime values in JsonbValue | Alexander Korotkov | 13.0 |
| 2019-08-05 | Fix inconsistencies and typos in the tree, take 9 | Michael Paquier | 13.0 |