summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
AgeCommit message (Expand)Author
2014-06-25Cosmetic improvements in jsonfuncs.c.Tom Lane
2014-06-24Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane
2014-06-01Improve the efficiency of certain jsonb get operations.Andrew Dunstan
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-26Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-25Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-02-26Fix crash in json_to_record().Jeff Davis
2014-02-05Fix whitespacePeter Eisentraut
2014-02-03In json code, clean up temp memory contexts after processing.Andrew Dunstan
2014-01-29Silence compiler warnings about possibly unset variables.Andrew Dunstan
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-28New json functions.Andrew Dunstan
2014-01-22Reindent json.c and jsonfuncs.c.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-08-09Message punctuation and pluralization fixesPeter Eisentraut
2013-08-07Message style improvementsPeter Eisentraut
2013-07-20Clean up new JSON API typedefsPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-15Correct handling of NULL arguments in json funcs.Andrew Dunstan
2013-04-04Fix off by one error in JSON extract path code.Andrew Dunstan
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan