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
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-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
*
Undo inadvertent change in capitalization in commit 18fc4ec.
Andrew Dunstan
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Fix typo in comment.
Fujii Masao
2016-07-06
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
*
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Message improvements
Peter Eisentraut
2015-11-16
*
Message style improvements
Peter Eisentraut
2015-10-28
[next]