summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
AgeCommit message (Expand)Author
2025-04-30Fix broken indentationDavid Rowley
2025-04-30Fix a couple of comment typosDavid Rowley
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-08-16Further reduce dependence on -fwrapv semantics in jsonb.Nathan Bossart
2024-08-16Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-01-25Silence compiler warning introduced in 1edb3b491bAmit Langote
2024-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-07-20Unify JSON categorize type API and export for external useAmit Langote
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
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