Commits

DateSubjectAuthorReleases
2023-03-31 SQL/JSON: support the IS JSON predicate Alvaro Herrera 16.0
2023-03-29 SQL/JSON: add standard JSON constructor functions Alvaro Herrera 16.0
2023-03-13 Fix JSON error reporting for many cases of erroneous string values. Tom Lane 12.15
2023-03-13 Fix JSON error reporting for many cases of erroneous string values. Tom Lane 11.20
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-11 Convert json_in and jsonb_in to report errors softly. Tom Lane 16.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 15.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-07-01 Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-04-13 Fix finalization for json_objectagg and friends Andrew Dunstan 15.0
2022-04-04 Avoid freeing objects during json aggregate finalization Andrew Dunstan 15.0
2022-03-30 SQL JSON functions Andrew Dunstan 15.0
2022-03-28 IS JSON predicate Andrew Dunstan 15.0
2022-03-27 SQL/JSON constructors Andrew Dunstan 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-09-04 remove redundant initializations Bruce Momjian 14.0
2020-07-29 Fix incorrect print format in json.c Michael Paquier 14.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-01-29 Move jsonapi.c and jsonapi.h to src/common. Robert Haas 13.0
2020-01-27 Move some code from jsonapi.c to jsonfuncs.c. Robert Haas 13.0