index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb.c
Commit message (
Expand
)
Author
Age
*
Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
2025-03-13
*
Make jsonb casts to scalar types translate JSON null to SQL NULL.
Tom Lane
2025-01-24
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Optimize escaping of JSON strings
David Rowley
2024-07-27
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-16
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Some refactoring to export json(b) conversion functions
Amit Langote
2023-07-26
*
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-20
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Use appendStringInfoSpaces in more places
David Rowley
2023-01-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
SQL JSON functions
Andrew Dunstan
2022-03-30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Move some code from jsonapi.c to jsonfuncs.c.
Robert Haas
2020-01-27
*
Adjust pg_parse_json() so that it does not directly ereport().
Robert Haas
2020-01-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Unify error messages
Alvaro Herrera
2019-04-24
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Improve jsonb cast error message
Teodor Sigaev
2018-05-09
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add casts from jsonb
Teodor Sigaev
2018-03-29
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
[next]