Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2015-10-04 Disallow invalid path elements in jsonb_set Andrew Dunstan 9.5.0
2015-09-13 Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 9.5.0
2015-07-28 Only adjust negative indexes in json_get up to the length of the path. Andrew Dunstan 9.5.0
2015-07-19 Remove dead code. Andrew Dunstan 9.5.0
2015-07-18 Support JSON negative array subscripts everywhere Andrew Dunstan 9.5.0
2015-06-12 Fix "path" infrastructure bug affecting jsonb_set() Andrew Dunstan 9.5.0
2015-06-08 Desupport jsonb subscript deletion on objects Andrew Dunstan 9.5.0
2015-06-01 Avoid naming a variable "new", and remove bogus initializer. Andrew Dunstan 9.5.0
2015-06-01 Add a couple of missing JsonbValue type initialisers. Andrew Dunstan 9.5.0
2015-06-01 Rename jsonb_replace to jsonb_set and allow it to add new values Andrew Dunstan 9.5.0
2015-05-27 Revert "Simplify addJsonbToParseState()" Andrew Dunstan 9.5.0
2015-05-26 Simplify addJsonbToParseState() Andrew Dunstan 9.5.0
2015-05-25 Clean up and simplify jsonb_concat code. Andrew Dunstan 9.5.0
2015-05-13 Fix jsonb replace and delete on scalars and empty structures Andrew Dunstan 9.5.0
2015-05-12 Additional functions and operators for jsonb Andrew Dunstan 9.5.0
2015-05-04 Fix two small bugs in json's populate_record_worker Andrew Dunstan 9.5.0
2014-12-16 Fix some jsonb issues found by Coverity in recent commits. Andrew Dunstan 9.5.0
2014-12-12 Add json_strip_nulls and jsonb_strip_nulls functions. Andrew Dunstan 9.5.0