Materialize v0.75
v0.75.0
SQL
-
Support
ALTER [ CLUSTER | SCHEMA ] SWAP, which allows atomically renaming clusters and schemas. This is useful in the context of Blue/Green deployments. -
Change the semantics and schema of the
mz_internal.mz_frontierssystem catalog table, and add themz_internal.mz_cluster_replica_frontierssystem catalog table. These objects are mostly useful to support existing and upcoming features in Materialize.
Bug fixes and other improvements
- Remove the requirement of
USAGEprivileges on types forSELECTandEXPLAINstatements.