summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
AgeCommit message (Expand)Author
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