Commits

DateSubjectAuthorReleases
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.5.10
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.6.6
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 10.1
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-29 Make edge-case behavior of jsonb_populate_record match json_populate_record Tom Lane 10.0
2017-05-29 Fix thinko in JsObjectSize() macro. Tom Lane 10.0
2017-05-19 Fix misspelled struct tag. Tom Lane 10.0
2017-01-25 Introduce convenience macros to hide JsonbContainer header accesses better. Tom Lane 10.0
2017-01-22 Relocate static function declarations to be after typedefs in jsonfuncs.c. Tom Lane 10.0
2016-10-13 Fix broken jsonb_set() logic for replacing array elements. Tom Lane 10.0
2016-10-13 Fix broken jsonb_set() logic for replacing array elements. Tom Lane 9.6.1
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-03-23 Code review for error reports in jsonb_set(). Tom Lane 9.6.0
2016-03-23 Code review for error reports in jsonb_set(). Tom Lane 9.5.2
2016-03-23 Fix unsafe use of strtol() on a non-null-terminated Text datum. Tom Lane 9.5.2
2016-03-23 Fix unsafe use of strtol() on a non-null-terminated Text datum. Tom Lane 9.6.0
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.6.0
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.4.7
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.5.2
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. Tom Lane 9.5.0