[25.5.8] - 2026-02-25

Features

- New ALTER SYSTEM parameter `sql_log` (default: false)
  enables logging of all SQL statements to log file.
- Introduce `sql_preemption_opcode_max` to control the VDBE opcode interval
  between execution time checks when `sql_preemption` is enabled.
- Fixed local SQL iterators to survive fiber yields during table truncation.

Fixes

- Fixed that `--pg-advertise` CLI argument was erroneously disallowed to be used
  simultaneously with `--iproto-advertise`.
- Fixed an issue where upgrade operations were inserted incorrectly
  when applying system catalog changes for several catalog versions.