Postgres freeze debates and QEMU security work
PostgreSQL hackers weighed reverting complex version 19 features after elevated post-freeze bug counts, while QEMU developers advanced security fixes and confidential computing support. The day centered on stability pressure in Postgres and architecture modeling patches across ARM targets.
Postgres weighs reverting three PG19 features
PostgreSQL hackers debated reverting RI FK batching, REPACK CONCURRENTLY, and online checksums after high post-freeze bug counts surfaced through LLM analysis. The heated thread on pgsql-hackers involved 21 participants across 35 messages. Developers tracking Postgres 19 readiness should note the tension between feature ambition and freeze-period reliability.
Virtio-gpu dmabuf ownership fixes after CVE work
An 18-patch RFC series on qemu-devel addresses dmabuf and scanout ownership bugs in virtio-gpu. The issues were uncovered while handling CVE-2026-66020. The changes matter for correct lifetime handling of GPU shared buffers in QEMU guests.
Single qemu-system binary for ARM and RISC-V
A 12-patch series proposes linking ARM and RISC-V support into one qemu-system binary. Reviewers raised concerns about the build approach and command-line interface impact across 55 messages. Acceptance would simplify multi-architecture QEMU packaging if the design objections are resolved.
Arm Realm confidential VM support reaches RFC v3
A 24-patch RFC v3 series adds Arm Realm (CCA/RME) confidential VM support to QEMU-VMM. The work builds on earlier KVM Realm enablement. It expands confidential computing options for Arm guests under QEMU.
Secure state support for QEMU SMMUv3
RFC v5 delivers a 28-patch series adding Secure state support and register banking to the QEMU SMMUv3 model. Four participants reviewed the hw/arm/smmuv3 changes. The series extends accurate modeling of Arm secure-world IOMMU behavior.
Cortex-M85, SSE-310, and mps3-an555 added to QEMU
A nine-patch v3 series introduces the Cortex-M85 CPU model, SSE-310 subsystem, and mps3-an555 board for QEMU ARM targets. Two developers exchanged technical feedback. Embedded ARM users gain additional microcontroller and board coverage.
Apply worker index bug in REPLICA IDENTITY FULL
A patch fixes the logical replication apply worker selecting an invalid index for REPLICA IDENTITY FULL lookups. The defect can cause silent divergence or errors and has existed since PostgreSQL 16. Operators running logical replication should treat the correction as high priority.
Conflict log history table review continues
Review of the proposed conflict log history table for logical replication identified buffer-size and replica-identity bugs. Eight participants contributed 44 messages on pgsql-hackers. The work aims to make replication conflict visibility more durable and queryable.