aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAge
* Fix broken indentationDavid Rowley2025-04-30
* Fix a couple of comment typosDavid Rowley2025-04-30
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Further reduce dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* Optimize escaping of JSON stringsDavid Rowley2024-07-27
* SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote2024-07-26
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* jsonapi: Use const char *Peter Eisentraut2024-06-21
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Silence compiler warning introduced in 1edb3b491bAmit Langote2024-01-25
* Adjust populate_record_field() to handle errors softlyAmit Langote2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-12
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-11
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-24
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix typoPeter Eisentraut2021-09-08
* Remove redundant test.Tom Lane2021-08-25
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Fix typo in jsonfuncs.c.Amit Kapila2021-04-08
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-01
* Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane2021-02-11
* Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov2021-01-31
* Filling array gaps during jsonb subscriptingAlexander Korotkov2021-01-31
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09