Commits

DateSubjectAuthorReleases
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 13.2
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 14.0
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 9.5.25
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 10.16
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 9.6.21
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 11.11
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 12.6
2020-01-17 Add a non-strict version of jsonb_set Andrew Dunstan 13.0
2019-08-21 Remove unnecessary test dependency on the contents of pg_pltemplate. Tom Lane 13.0
2019-08-19 Restore json{b}_populate_record{set}'s ability to take type info from AS. Tom Lane 13.0
2019-08-19 Restore json{b}_populate_record{set}'s ability to take type info from AS. Tom Lane 12.0
2019-08-19 Restore json{b}_populate_record{set}'s ability to take type info from AS. Tom Lane 11.6
2019-06-11 Fix conversion of JSON strings to JSON output columns in json_to_record(). Tom Lane 12.0
2019-06-11 Fix conversion of JSON strings to JSON output columns in json_to_record(). Tom Lane 10.9
2019-06-11 Fix conversion of JSON strings to JSON output columns in json_to_record(). Tom Lane 11.4
2019-04-01 GIN support for @@ and @? jsonpath operators Alexander Korotkov 12.0
2019-03-15 Fix typo related to to_tsvector() in tests of json and jsonb Michael Paquier 12.0
2018-11-22 Fix another crash in json{b}_populate_recordset and json{b}_to_recordset. Tom Lane 12.0
2018-11-22 Fix another crash in json{b}_populate_recordset and json{b}_to_recordset. Tom Lane 11.2
2018-07-13 Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). Tom Lane 11.0
2018-07-13 Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). Tom Lane 12.0
2018-04-07 Make test of json(b)_to_tsvector language-independ Teodor Sigaev 11.0
2018-04-07 Add json(b)_to_tsvector function Teodor Sigaev 11.0
2018-03-29 Add casts from jsonb Teodor Sigaev 11.0
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.4.15