summaryrefslogtreecommitdiff
path: root/src/include/utils/jsonapi.h
Commit message (Expand)AuthorAgeFilesLines
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-291-167/+0
* Move some code from jsonapi.c to jsonfuncs.c.Robert Haas2020-01-271-14/+1
* Adjust pg_parse_json() so that it does not directly ereport().Robert Haas2020-01-271-3/+43
* Split JSON lexer/parser from 'json' data type support.Robert Haas2020-01-241-0/+6
* Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas2020-01-241-33/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Allow datetime values in JsonbValueAlexander Korotkov2019-09-251-1/+2
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-6/+6
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-8/+9
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-071-4/+17
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-161-0/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-5/+5
* Transform or iterate over json(b) string valuesAndrew Dunstan2017-03-311-0/+16
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-171-0/+7
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-011-0/+7
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-091-0/+4
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-041-1/+1
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-1/+7
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Clean up new JSON API typedefsPeter Eisentraut2013-07-201-4/+3
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+3
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-291-0/+110