PostgreSQL release friction and QEMU infrastructure fixes
PostgreSQL hackers raised release-readiness questions around catalog, dump, and schema bugs, while QEMU developers landed virtio-gpu security fixes and large core refactoring series. Kubernetes contributors also weighed a static kubelet build.
PGQ catalog bugs and release readiness
Core developers on pgsql-hackers reported multiple locking, dependency, and crash bugs in PGQ catalog representation and pg_dump support. The release management team questioned whether the work is ready for PostgreSQL 19 or 20. The heated exchange matters for anyone tracking catalog stability and upcoming major releases.
Offline checksum changes break standby state
A pgsql-hackers thread described bugs in which offline data checksum changes can leave standbys with mismatched or unreadable checksum state. Discussion of patches continues among a small group of participants. Operators who rely on checksum verification across replicas need to watch the outcome.
QEMU virtio-gpu use-after-free and dmabuf fixes
A 24-patch series on qemu-devel fixes CVE-2026-66020, a use-after-free in virtio-gpu, together with dmabuf and scanout ownership bugs. An earlier related series performed similar cleanup while addressing the same CVE. These changes affect QEMU security and graphics device correctness.
QOM properties tied to QAPI schema types
A 75-patch series associates QOM and qdev properties with QAPI schema types to improve introspection. The work touches core QEMU infrastructure and many files. Developers extending the device model or relying on property introspection should follow the series.
Static kubelet build proposal
Kubernetes developers discussed a pull request to build kubelet as a static binary with CGO_ENABLED=0. The thread seeks input on resulting DNS and NSS resolver behavior. The change would affect kubelet portability and system library dependencies.
CREATE SCHEMA domain support under review for revert
pgsql-hackers participants discussed reverting v19 CREATE SCHEMA commits after review found a silent change to subcommand name resolution semantics. The dispute centers on CREATE DOMAIN support inside CREATE SCHEMA. Schema and extension authors should note the potential semantic rollback.
Helper-to-TCG translator series
A 50-patch v2 series introduces an LLVM-based helper-to-tcg C-to-TCG translator as a QEMU subproject, initially targeting Hexagon. The work continues technical review of the translation path. It is relevant to QEMU TCG maintainers and architecture porters.