PostgreSQL Releases New Updates
The PostgreSQL Global Development Group has released updates for all supported versions of its open-source database. The new versions include 18.2, 17.8, 16.12, 15.16, and 14.21. The updates address various bugs and security issues, continuing the platform's long-standing commitment to reliability and performance.
- These updates are considered "minor releases," which are issued at least every three months to provide bug and security fixes. They differ from "major versions," which are released annually and introduce new features. - The upgrade process for a minor release is designed to be straightforward, typically requiring only a server restart with updated binaries, rather than a full data dump and restore which can be necessary for major version upgrades. - Each major version of PostgreSQL is officially supported with these periodic updates for five years from its initial release, after which it is considered end-of-life. - The PostgreSQL project is governed by a core team and supported by a broad community of developers. For the PostgreSQL 16 release, there were contributions from 360 individuals representing 109 different companies. - It is the second most-used open-source relational database, behind MySQL, holding approximately 16.85% of the market share. - Many large technology companies rely on PostgreSQL for critical applications, including Instagram, Spotify, and Reddit. - In addition to the core open-source offering, major cloud providers like AWS, Google Cloud, and Azure offer managed PostgreSQL services, often with proprietary enhancements. - A dedicated Security Team handles vulnerability reports, and if a critical bug is discovered, the project may issue an unplanned, out-of-cycle release to address it before the next scheduled update.