aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAge
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan2014-03-26
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan2014-03-25
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Fix crash in json_to_record().Jeff Davis2014-02-26
* Fix whitespacePeter Eisentraut2014-02-05
* In json code, clean up temp memory contexts after processing.Andrew Dunstan2014-02-03
* Silence compiler warnings about possibly unset variables.Andrew Dunstan2014-01-29
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* New json functions.Andrew Dunstan2014-01-28
* Reindent json.c and jsonfuncs.c.Andrew Dunstan2014-01-22
* Update copyright for 2014Bruce Momjian2014-01-07
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Message style improvementsPeter Eisentraut2013-08-07
* Clean up new JSON API typedefsPeter Eisentraut2013-07-20
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Correct handling of NULL arguments in json funcs.Andrew Dunstan2013-04-15
* Fix off by one error in JSON extract path code.Andrew Dunstan2013-04-04
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29