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
/
json.c
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
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
*
Split JSON lexer/parser from 'json' data type support.
Robert Haas
2020-01-24
*
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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Add some noreturn attributes to help static analyzers
Peter Eisentraut
2018-01-29
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo on comment
Magnus Hagander
2017-12-18
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Fix typo in comment.
Heikki Linnakangas
2017-05-18
*
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
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix typos.
Robert Haas
2016-03-15
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-02
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
*
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
[next]