Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.4.15
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.4.7
2015-10-12 Use JsonbIteratorToken consistently in automatic variable declarations. Noah Misch 9.4.6
2015-05-04 Fix two small bugs in json's populate_record_worker Andrew Dunstan 9.4.2
2015-03-31 Remove spurious semicolons. Heikki Linnakangas 9.4.2
2014-08-22 Fix corner-case behaviors in JSON/JSONB field extraction operators. Tom Lane 9.4.0
2014-08-20 Fix core dump in jsonb #> operator, and add regression test cases. Tom Lane 9.4.0
2014-06-29 Remove use_json_as_text options from json_to_record/json_populate_record. Tom Lane 9.4.0
2014-06-25 Rationalize error messages within jsonfuncs.c. Tom Lane 9.4.0
2014-06-25 Cosmetic improvements in jsonfuncs.c. Tom Lane 9.4.0
2014-06-25 Fix handling of nested JSON objects in json_populate_recordset and friends. Tom Lane 9.4.0
2014-06-01 Improve the efficiency of certain jsonb get operations. Andrew Dunstan 9.4.0
2014-05-07 Clean up jsonb code. Heikki Linnakangas 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-02 De-anonymize the union in JsonbValue. Tom Lane 9.4.0
2014-03-26 Fix uninitialized variables in json's populate_record_worker(). Andrew Dunstan 9.4.0
2014-03-26 Cleanup around json_to_record/json_to_recordset Andrew Dunstan 9.4.0
2014-03-26 Tidy up the populate/to_record{set} code for json a bit. Andrew Dunstan 9.4.0
2014-03-23 Introduce jsonb, a structured format for storing json. Andrew Dunstan 9.4.0
2014-02-26 Fix crash in json_to_record(). Jeff Davis 9.4.0
2014-02-06 Fix whitespace Peter Eisentraut 9.4.0
2014-02-03 In json code, clean up temp memory contexts after processing. Andrew Dunstan 9.4.0
2014-01-29 Silence compiler warnings about possibly unset variables. Andrew Dunstan 9.4.0
2014-01-29 Add json_array_elements_text function. Andrew Dunstan 9.4.0
2014-01-28 New json functions. Andrew Dunstan 9.4.0