Commits

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

DateSubjectAuthorReleases
2022-09-28 Change some errdetail() to errdetail_internal() Alvaro Herrera 13.9
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 13.2
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-31 Fix assorted typos Magnus Hagander 13.0
2020-03-25 Go back to returning int from ereport auxiliary functions. Tom Lane 13.0
2020-03-24 Improve the internal implementation of ereport(). Tom Lane 13.0
2020-03-17 Remove useless pfree()s at the ends of various ValuePerCall SRFs. Tom Lane 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-01-31 Fix not-quite-right string comparison in parse_jsonb_index_flags(). Tom Lane 13.0
2020-01-29 Move jsonapi.c and jsonapi.h to src/common. Robert Haas 13.0
2020-01-27 Move some code from jsonapi.c to jsonfuncs.c. Robert Haas 13.0
2020-01-27 Adjust pg_parse_json() so that it does not directly ereport(). Robert Haas 13.0
2020-01-24 Adjust src/include/utils/jsonapi.h so it's not backend-only. Robert Haas 13.0
2020-01-20 Further tweaking of jsonb_set_lax(). Tom Lane 13.0
2020-01-19 Silence minor compiler warnings. Tom Lane 13.0
2020-01-17 Add a non-strict version of jsonb_set Andrew Dunstan 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-10-30 Fix typos in the code Michael Paquier 13.0
2019-09-20 Split out code into new getKeyJsonValueFromContainer() Alvaro Herrera 13.0
2019-09-20 Optimize get_jsonb_path_all avoiding an iterator Alvaro Herrera 13.0
2019-09-20 Refactor code into new JsonbValueAsText, and use it more Alvaro Herrera 13.0
2019-08-19 Restore json{b}_populate_record{set}'s ability to take type info from AS. Tom Lane 13.0