Add support for automatic query retries. This feature can be turned on by setting the retry-policy
config property or the retry_policy session property to retry. (#9361)
Add CREATE privilege kind to SQL grammar. Note that this permission is not used by any
existing security systems, but is available for plugins. (#10206)
Add support for DENY statement in the engine. Note that this statement is not supported by any
existing security systems, but is available for plugins. (#10205)
Reduce lock contention during query execution. (#10246, #10239)
Improve query performance through optimizations to in-memory representations. (#10225)
Reduce query latency for contended clusters or complex queries with multiple stages. (#10249)
Fix incorrect results or failure when casting numeric values to varchar(n) type. (#552)
Remove support for spilling aggregations containing ORDER BY or DISTINCT clauses and associated
configuration properties spill-distincting-aggregations-enabled, spill-ordering-aggregations-enabled.
(#10183)