PostgreSQL Version EOL (2026)
PostgreSQL releases a new major version every year in September, and each major version is supported for five years from its release date. The PostgreSQL Global Development Group (PGDG) maintains a strict calendar-based support policy: when a version reaches its EOL date, no further updates — including security patches — are released. This predictable schedule makes PostgreSQL one of the easiest databases to plan for in terms of lifecycle management. Understanding the PostgreSQL version support timeline is essential for database administrators who need to keep their clusters secure and compliant, especially when running in production environments with strict uptime requirements.
PostgreSQL Version Support Table
| Version | Release Date | End of Life |
|---|---|---|
| PostgreSQL 12 | Oct 2019 | Nov 2024 |
| PostgreSQL 13 | Sep 2020 | Nov 2025 |
| PostgreSQL 14 | Sep 2021 | Nov 2026 |
| PostgreSQL 15 | Oct 2022 | Nov 2027 |
| PostgreSQL 16 | Sep 2023 | Nov 2028 |
| PostgreSQL 17 | Sep 2024 | Nov 2029 |
| PostgreSQL 18 | Sep 2025 | Nov 2030 |
PostgreSQL Support Policy
The PostgreSQL release cycle is managed by the PostgreSQL Global Development Group.
- Release cadence: One major version per year, typically in September or October.
- Support window: 5 years from the initial release date. End-of-life always falls on a November date.
- Minor releases: Bug fix and security releases are issued quarterly for all supported major versions.
- Major version upgrades: In-place upgrades are supported via the
pg_upgradetool, which allows upgrading between consecutive major versions with minimal downtime. - Extended support: Most cloud providers (RDS, Cloud SQL, Aurora, Supabase, etc.) extend PostgreSQL support beyond the upstream EOL for their managed services, typically by 6–12 months.
How to Check Your PostgreSQL Version
psql --versionFrom within a PostgreSQL session:
SELECT version();FAQ
Related Schedules
- MySQL Version EOL
- MongoDB Version EOL
Built by the developers of DodaTech
Doda Browser, DodaZIP & Durga Antivirus Pro