summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious semicolons.Heikki Linnakangas2015-03-311-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane2015-02-201-9/+9
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-161-1/+3
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-121-0/+197
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-221-279/+296
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-201-1/+15
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-291-54/+6
* Rationalize error messages within jsonfuncs.c.Tom Lane2014-06-251-74/+113
* Cosmetic improvements in jsonfuncs.c.Tom Lane2014-06-251-108/+81
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-241-6/+22
* Improve the efficiency of certain jsonb get operations.Andrew Dunstan2014-06-011-112/+64
* Clean up jsonb code.Heikki Linnakangas2014-05-071-32/+32
* pgindent run for 9.4Bruce Momjian2014-05-061-17/+18
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-23/+23
* Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan2014-03-261-0/+2
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-261-12/+24
* Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan2014-03-251-36/+18
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-91/+1060
* Fix crash in json_to_record().Jeff Davis2014-02-261-3/+17
* Fix whitespacePeter Eisentraut2014-02-051-2/+2
* In json code, clean up temp memory contexts after processing.Andrew Dunstan2014-02-031-0/+4
* Silence compiler warnings about possibly unset variables.Andrew Dunstan2014-01-291-2/+2
* Add json_array_elements_text function.Andrew Dunstan2014-01-291-12/+55
* New json functions.Andrew Dunstan2014-01-281-49/+127
* Reindent json.c and jsonfuncs.c.Andrew Dunstan2014-01-221-10/+10
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-091-2/+2
* Message style improvementsPeter Eisentraut2013-08-071-1/+1
* Clean up new JSON API typedefsPeter Eisentraut2013-07-201-83/+83
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Correct handling of NULL arguments in json funcs.Andrew Dunstan2013-04-151-4/+11
* Fix off by one error in JSON extract path code.Andrew Dunstan2013-04-041-2/+6
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-291-0/+1919