Materialize v0.96
v0.96
SQL
-
Support
FORMAT CSVin theCOPY .. TO STDOUTcommand. -
Add
mz_role_parametersto the system catalog. This table contains a row for each parameter whose default value has been altered for a given role using ALTER ROLE … SET.
Bug fixes and other improvements
-
Fix the behavior of the
translatefunction when used with multibyte chars (#26585). -
Avoid panicking in the presence of composite keys in
SUBSCRIBEcommands usingENVELOPE UPSERT(#26567). -
Remove the unstable introspection relations
mz_internal.mz_compute_delays_histogram,mz_internal.mz_compute_delays_histogram_per_worker, andmz_internal.mz_compute_delays_histogram_raw.