13.107. Release 0.156

    • Fix query failure when using AT TIME ZONE in VALUES list.
    • Add support for quantified comparison predicates: ALL, , and SOME.
    • Add support for ARRAY and that contain NULL in checksum() 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 the optimize_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 the hash row decoder.