summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-12Fix jsonb subscripting to cope with toasted subscript values.Tom Lane
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Fix typoPeter Eisentraut
2021-08-25Remove redundant test.Tom Lane
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Fix typo in jsonfuncs.c.Amit Kapila
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2021-02-11Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-09-05Remove still more useless assignments.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-31Fix assorted typosMagnus Hagander
2020-03-25Go back to returning int from ereport auxiliary functions.Tom Lane
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-31Fix not-quite-right string comparison in parse_jsonb_index_flags().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-24Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas
2020-01-20Further tweaking of jsonb_set_lax().Tom Lane
2020-01-19Silence minor compiler warnings.Tom Lane
2020-01-17Add a non-strict version of jsonb_setAndrew Dunstan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-30Fix typos in the codeMichael Paquier
2019-09-20Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera
2019-09-20Optimize get_jsonb_path_all avoiding an iteratorAlvaro Herrera
2019-09-20Refactor code into new JsonbValueAsText, and use it moreAlvaro Herrera
2019-08-19Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier