summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
AgeCommit message (Expand)Author
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-03remove redundant initializationsBruce Momjian
2020-07-29Fix incorrect print format in json.cMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-27Move some code from jsonapi.c to jsonfuncs.c.Robert Haas
2020-01-27Adjust pg_parse_json() so that it does not directly ereport().Robert Haas
2020-01-24Split JSON lexer/parser from 'json' data type support.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-25Allow datetime values in JsonbValueAlexander Korotkov
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-24Unify error messagesAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-25Apply unconstify() in more placesPeter Eisentraut
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-01-29Add some noreturn attributes to help static analyzersPeter Eisentraut
2018-01-16Centralize json and jsonb handling of datetime typesAndrew Dunstan
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-18Fix typo on commentMagnus Hagander
2017-10-25Process variadic arguments consistently in json functionsAndrew Dunstan
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-18Fix typo in comment.Heikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-15Fix typos.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-22Remove unnecessary escaping in C character literalsPeter Eisentraut
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-09-18Cache argument type information in json(b) aggregate functions.Andrew Dunstan
2015-07-17Support JSON negative array subscripts everywhereAndrew Dunstan
2015-05-23pgindent run for 9.5Bruce Momjian
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-02-26Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-12Add several generator functions for jsonb that exist for json.Andrew Dunstan
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane