index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonfuncs.c
Age
Commit message (
Expand
)
Author
2024-01-24
Adjust populate_record_field() to handle errors softly
Amit Langote
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-07-20
Unify JSON categorize type API and export for external use
Amit Langote
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-13
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-12
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-11
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-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-08
Fix typo
Peter Eisentraut
2021-08-25
Remove redundant test.
Tom Lane
2021-04-09
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-08
Fix typo in jsonfuncs.c.
Amit Kapila
2021-03-01
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-02-11
Simplify jsonfuncs.c code by using strtoint() not strtol().
Tom Lane
2021-01-31
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-09-04
Remove still more useless assignments.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-31
Fix assorted typos
Magnus Hagander
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-16
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-31
Fix not-quite-right string comparison in parse_jsonb_index_flags().
Tom Lane
2020-01-29
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-27
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-24
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-20
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-19
Silence minor compiler warnings.
Tom Lane
[next]