Commits

DateSubjectAuthorReleases
2026-03-17 make immutability tests in to_json and to_jsonb complete Andrew Dunstan 19 (unreleased)
2025-03-05 Allow json{b}_strip_nulls to remove null array elements Andrew Dunstan 18.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 15.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-03-29 SQL/JSON query functions Andrew Dunstan 15.0
2022-03-28 IS JSON predicate Andrew Dunstan 15.0
2020-01-17 Add a non-strict version of jsonb_set Andrew Dunstan 13.0
2017-04-07 Remove extraneous comma to satisfy picky compiler Andrew Dunstan 10.0
2017-04-07 Make json_populate_record and friends operate recursively Andrew Dunstan 10.0
2017-03-31 Transform or iterate over json(b) string values Andrew Dunstan 10.0
2015-10-04 Disallow invalid path elements in jsonb_set Andrew Dunstan 9.5.0
2015-10-04 Disallow invalid path elements in jsonb_set Andrew Dunstan 9.6.0
2015-09-13 Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 9.5.0
2015-09-13 Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 9.6.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-28 Only adjust negative indexes in json_get up to the length of the path. Andrew Dunstan 9.6.0
2015-07-19 Remove dead code. Andrew Dunstan 9.5.0
2015-07-19 Remove dead code. Andrew Dunstan 9.6.0
2015-07-18 Support JSON negative array subscripts everywhere Andrew Dunstan 9.6.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