title: "Materialize v0.92" date: 2024-03-20 released: true
Adjust null handling in the to_jsonb
function to match PostgreSQL's behavior. The functin now returns NULL
when
its input is NULL
, rather than returning the JSON null
value.
Add timeline_id
to the mz_internal.mz_postgres_sources
system catalog
table. This column registers the PostgreSQL timeline ID
determined on source creation.
to_jsonb
on a list containing NULL
array values.