index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
json.sql
Commit message (
Expand
)
Author
Age
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Factor out encoding specific tests for json
Andrew Dunstan
2015-10-07
*
Fix insufficiently-portable regression test case.
Tom Lane
2015-10-05
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
*
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
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
*
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-22
*
More regression test cases for json/jsonb extraction operators.
Tom Lane
2014-08-20
*
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-20
*
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
*
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-24
*
Do not escape a unicode sequence when escaping JSON text.
Andrew Dunstan
2014-06-03
*
Output timestamps in ISO 8601 format when rendering JSON.
Andrew Dunstan
2014-06-03
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
*
New json functions.
Andrew Dunstan
2014-01-28
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
json_typeof function.
Andrew Dunstan
2013-10-10
*
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-12
*
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-08
*
Remove whitespace from end of lines
Peter Eisentraut
2013-05-30
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-20
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
*
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-03
*
Built-in JSON data type.
Robert Haas
2012-01-31