PostgreSQL 17 released <a href="https://www.postgresql.org/about/news/postgresql-17-released-2936/" rel="nofollow">Version 17</a> of the https://www.postgresql.org/ database has been released. This release of PostgreSQL adds significant overall performance gains, including an overhauled memory management implementation for vacuum, optimizations to storage access and improvements for high concurrency workloads, speedups in bulk loading and exports, and query execution improvements for indexes. PostgreSQL 17 has features that benefit brand new workloads and critical systems alike, such as additions to the developer experience with the SQL/JSON JSON_TABLE command, and enhancements to logical replication that simplify management of high availability workloads and major version upgrades. LWN recently https://lwn.net/Articles/984599/ some of the interesting new features and security enhancements in PostgreSQL 17. https://lwn.net/Articles/991904/