13.107. Release 0.156
- Fix query failure when using
AT TIME ZONE
inVALUES
list. - Add support for quantified comparison predicates:
ALL
, , andSOME
. - Add support for ARRAY and that contain
NULL
inchecksum()
aggregation. - Add support for filtered aggregations. Example:
SELECT sum(a) FILTER (WHERE b > 0) FROM ...
- Improve performance of 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 theoptimize_mixed_distinct_aggregations
session property. - Change default task concurrency to 16.
- Add support for legacy RCFile header version in new RCFile reader.
- Support
iso8601
data format for thehash
row decoder.