Add support for Pacific/Kanton time zone. (#10679)
Display Physical input read time using most succinct time unit in EXPLAIN ANALYZE VERBOSE. (#10576)
Fine tune request retry mechanism in HTTP event listener. (#10566)
Add support for using PostgreSQL and Oracle as backend database for resource
groups. (#9812)
Remove unnecessary spilling configuration properties spill-order-by and
spill-window-operator. (#10591)
Remove distinction between system and user memory to simplify
cluster configuration. The configuration property
query.max-total-memory-per-node is removed. Use query.max-memory-per-node
instead. (#10574)
Use formatting specified in the SQL standard when casting double and real
values to varchar type. (#552)
Add support for ALTER MATERIALIZED VIEW ... SET PROPERTIES. (#9613)
Add experimental implementation of task level retries. This can be enabled by
setting the retry-policy configuration property or the retry_policy
session property to task. (#9818)
Improve query wall time by splitting workload between nodes in a more balanced
way. Previous workload balancing policy can be restored via
node-scheduler.splits-balancing-policy=node. (#10660)
Prevent hanging query execution on failures with phased execution policy.
(#10656)
Catch overflow in decimal multiplication. (#10732)
Fix UnsupportedOperationException in max_by and min_by aggregation.
(#10599)
Fix incorrect results or failure when casting date to varchar(n) type.
(#552)
Fix issue where the length of log file names grow indefinitely upon log
rotation. (#10738)