]> granicus.if.org Git - postgresql/history - src/test/regress/expected/jsonb_1.out
Additional functions and operators for jsonb
[postgresql] / src / test / regress / expected / jsonb_1.out
2015-05-12 Andrew DunstanAdditional functions and operators for jsonb
2015-02-26 Andrew DunstanRender infinite date/timestamps as 'infinity' for json...
2015-01-30 Tom LaneFix jsonb Unicode escape processing, and in consequence...
2014-12-12 Andrew DunstanAdd several generator functions for jsonb that exist...
2014-12-12 Andrew DunstanAdd json_strip_nulls and jsonb_strip_nulls functions.
2014-10-11 Tom LaneFix bogus optimization in JSONB containment tests.
2014-08-22 Tom LaneFix corner-case behaviors in JSON/JSONB field extractio...
2014-08-20 Tom LaneMore regression test cases for json/jsonb extraction...
2014-08-20 Tom LaneFix core dump in jsonb #> operator, and add regression...
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-24 Andrew DunstanDo jsonb regression test input in the conventional...
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.