--- title: "Materialize v0.95" date: 2024-04-10 released: true patch: 2 --- ## v0.95 #### Sources and sinks * Improve the readability of the output of the [`SHOW CREATE SOURCE`](/sql/show-create-source/) command for PostgreSQL and MySQL sources {{% gh 26376 %}}. #### SQL * Make the [`max_query_result_size`](/sql/set/#other-configuration-parameters) configuration parameter user-configurable. This parameter allows tuning the maximum size in bytes for a single query’s result. * Improve the performance of the [`ALTER SCHEMA...SWAP WITH...`](https://materialize.com/docs/sql/alter-swap/) command {{% gh 26361 %}}, which speeds up [blue/green deployments](https://materialize.com/docs/manage/blue-green/). * Support using the [`min()`](/sql/functions/#min) and [`max()`](/sql/functions/#max) functions with `time` values. #### Bug fixes and other improvements * Add the [`mz_probe`](/sql/show-clusters/#mz_probe-system-cluster) and [`mz_support`](/sql/show-clusters/#mz_support-system-cluster) system clusters to support internal monitoring tasks. Users are **not billed** for these clusters.