docs/src/main/sphinx/release/release-0.156.md
:::{warning}
Query may incorrectly produce NULL when no row qualifies for the aggregation
if the optimize_mixed_distinct_aggregations session property or
the optimizer.optimize-mixed-distinct-aggregations config option is enabled.
:::
AT TIME ZONE in VALUES list.ALL, ANY, and SOME.array-type and {ref}row-type that contain NULL
in {func}checksum aggregation.SELECT sum(a) FILTER (WHERE b > 0) FROM ...from_unixtime function that takes a timezone argument.GROUP BY queries that compute a mix of distinct
and non-distinct aggregations. This optimization can be turned on by setting
the optimizer.optimize-mixed-distinct-aggregations configuration option or
via the optimize_mixed_distinct_aggregations session property.iso8601 data format for the hash row decoder.ConnectorPageSink#finish() asynchronous.:::{note} These are backwards incompatible changes with the previous SPI. If you have written a plugin, you will need to update your code before deploying this release. :::