Commit Graph

120 Commits (bda6dedbea599209048bc51115ecb2062ceb976c)

Author SHA1 Message Date
Tom Lane f33a71a786 De-anonymize the union in JsonbValue. 12 years ago
Andrew Dunstan 7e4d1600a6 Fix uninitialized variables in json's populate_record_worker(). 12 years ago
Andrew Dunstan f9c6d72cbf Cleanup around json_to_record/json_to_recordset 12 years ago
Andrew Dunstan fbc3def862 Tidy up the populate/to_record{set} code for json a bit. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Jeff Davis 486ea0b19e Fix crash in json_to_record(). 12 years ago
Peter Eisentraut f65233755c Fix whitespace 12 years ago
Andrew Dunstan d3ee45152b In json code, clean up temp memory contexts after processing. 12 years ago
Andrew Dunstan 120c5cc761 Silence compiler warnings about possibly unset variables. 12 years ago
Andrew Dunstan 5264d91541 Add json_array_elements_text function. 12 years ago
Andrew Dunstan 105639900b New json functions. 12 years ago
Andrew Dunstan 243ee26633 Reindent json.c and jsonfuncs.c. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut 072457b360 Message punctuation and pluralization fixes 12 years ago
Peter Eisentraut 9d775d8894 Message style improvements 12 years ago
Peter Eisentraut ff41a5de09 Clean up new JSON API typedefs 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Andrew Dunstan 728ec9731f Correct handling of NULL arguments in json funcs. 13 years ago
Andrew Dunstan e75feb2834 Fix off by one error in JSON extract path code. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago