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
/
jsonfuncs.c
Commit message (
Expand
)
Author
Age
*
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix typo
Peter Eisentraut
2021-09-08
*
Remove redundant test.
Tom Lane
2021-08-25
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Fix typo in jsonfuncs.c.
Amit Kapila
2021-04-08
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
*
Simplify jsonfuncs.c code by using strtoint() not strtol().
Tom Lane
2021-02-11
*
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-31
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Fix not-quite-right string comparison in parse_jsonb_index_flags().
Tom Lane
2020-01-31
*
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
*
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24
*
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-20
*
Silence minor compiler warnings.
Tom Lane
2020-01-19
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Split out code into new getKeyJsonValueFromContainer()
Alvaro Herrera
2019-09-20
*
Optimize get_jsonb_path_all avoiding an iterator
Alvaro Herrera
2019-09-20
*
Refactor code into new JsonbValueAsText, and use it more
Alvaro Herrera
2019-09-20
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
[next]