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
/
jsonb.sql
Commit message (
Expand
)
Author
Age
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
*
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 erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
*
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
*
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
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
*
Fix some typos in regression test comments.
Tom Lane
2015-07-05
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
*
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
*
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
*
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 several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-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
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
*
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
*
Do jsonb regression test input in the conventional way.
Andrew Dunstan
2014-03-23
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23