PostgreSQL 18.6 Released
By BIOS Founding Team

The PostgreSQL Global Development Group released PostgreSQL 18.6 on August 13, 2026, alongside matching updates for the 17, 16, 15, and 14 branches.
This is a security and bug-fix release: it patches 28 security vulnerabilities and more than 110 other bugs. Notable fixes include correcting parallel GIN index builds that were leaving bogus reltuples values, repairing btree_gist issues with NaN handling and bit-column sorting, and fixing an integer overflow in ltree comparisons that could corrupt B-tree indexes.
It also fixes query planner bugs that could produce outright incorrect results in some cases, along with partition-pruning issues for DEFAULT partitions and performance fixes for hash joins and index operations, the kind of deep, correctness-critical work that keeps a database millions of companies run on trustworthy.
If you run PostgreSQL anywhere in production, this is worth upgrading to promptly given the security content.
Full release notes: https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/
More from the community

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Rust Debugging Survey 2026 Results
The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Docker Desktop 4.90.0
This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.