index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
json.sql
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-06
Resolve failures in json and jsonb regression tests
Tomas Vondra
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-01
Fix unstable regression test result.
Tom Lane
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-08
Factor out encoding specific tests for json
Andrew Dunstan
2015-10-05
Fix insufficiently-portable regression test case.
Tom Lane
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-07-24
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-01-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2014-12-12
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-09-29
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-12
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-08-22
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-20
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-07-22
Allow empty string object keys in json_object().
Andrew Dunstan
2014-06-29
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-25
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-03
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-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-01-29
Add json_array_elements_text function.
Andrew Dunstan
2014-01-28
New json functions.
Andrew Dunstan
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-10
json_typeof function.
Andrew Dunstan
2013-06-12
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-05-31
Remove whitespace from end of lines
Peter Eisentraut
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-10
JSON generation improvements.
Andrew Dunstan
2012-05-19
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-15
Remove whitespace from end of lines
Peter Eisentraut
2012-02-20
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-01-31
Built-in JSON data type.
Robert Haas