aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
Commit message (Expand)AuthorAge
* Fix copy-paste error in datum_to_jsonb_internal()Amit Langote2025-03-13
* Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane2025-01-24
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Optimize escaping of JSON stringsDavid Rowley2024-07-27
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Some refactoring to export json(b) conversion functionsAmit Langote2023-07-26
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Use appendStringInfoSpaces in more placesDavid Rowley2023-01-20
* Update copyright for 2023Bruce Momjian2023-01-02
* 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
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* 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
* Small cleanups in SQL/JSON codeAndrew Dunstan2022-04-15
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Move some code from jsonapi.c to jsonfuncs.c.Robert Haas2020-01-27
* Adjust pg_parse_json() so that it does not directly ereport().Robert Haas2020-01-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Allow datetime values in JsonbValueAlexander Korotkov2019-09-25
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unify error messagesAlvaro Herrera2019-04-24
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Update copyright for 2019Bruce Momjian2019-01-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Improve jsonb cast error messageTeodor Sigaev2018-05-09
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add casts from jsonbTeodor Sigaev2018-03-29
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Update copyright for 2018Bruce Momjian2018-01-02