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
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-04-01
*
Fix typo related to to_tsvector() in tests of json and jsonb
Michael Paquier
2019-03-15
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
*
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
*
Make test of json(b)_to_tsvector language-independ
Teodor Sigaev
2018-04-07
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
*
Add casts from jsonb
Teodor Sigaev
2018-03-29
*
Add tests for json{b}_populate_recordset() crash case.
Tom Lane
2017-11-06
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
*
Fix unstable regression test result.
Tom Lane
2017-03-31
*
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
*
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-18
*
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-13
*
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
[next]