index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
jsonfuncs.h
Commit message (
Expand
)
Author
Age
*
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-06
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
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: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some header identifications
Michael Paquier
2020-07-14
*
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 src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24