Amazon RDS for PostgreSQL Releases
Track Amazon RDS PostgreSQL version support, version lag vs upstream, major version upgrade paths, parameter group changes, and Multi-AZ considerations.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- Must upgrade one major version at a time
- Parameter group must be updated for each version
- Extension version compatibility changes
- pg_stat_statements schema changes between versions
- Default authentication method changes (scram-sha-256)
- Some deprecated functions removed
Migration Notes
Test each hop with a snapshot restore to a new instance. Run pg_upgrade checks (RDS does this automatically but test manually). Update parameter groups. Check extension compatibility. For large databases (500GB+), the in-place upgrade can take 1-2 hours. Use blue-green deployments for zero-downtime upgrades on RDS.
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| Amazon RDS for PostgreSQL PG 12 and older | Critical | Critical | Deprecated | Auto-upgrade | Critical | AWS will force-upgrade — do it yourself first |
| Amazon RDS for PostgreSQL PG 13 | High | Medium | EOL imminent | Active | High | Community EOL Nov 2025 — upgrade to PG 16+ |
| Amazon RDS for PostgreSQL PG 14 | Medium | Low | Active | Active | Medium | Supported until Nov 2026 |
| Amazon RDS for PostgreSQL PG 15/16 | Low | Low | Active | Active | Low | Current — recommended |
| Amazon RDS for PostgreSQL PG 17 | None | Low | Active | Active | Low | Latest — recommended for new instances |
RDS follows upstream PostgreSQL EOL. AWS auto-upgrades deprecated versions after a grace period. Assessed March 2026.
RDS PostgreSQL Version Feature Comparison
Side-by-side feature differences across major versions.
| Feature | PG 13 | PG 14 | PG 15 | PG 16 | PG 17 |
|---|---|---|---|---|---|
| Parallel vacuum | Stable | Enhanced | Enhanced | Enhanced | Enhanced |
| Logical replication | Basic | Improved | Enhanced | Enhanced | Enhanced |
| MERGE statement | No | No | Stable | Enhanced | Enhanced |
| JSON improvements | Basic | Improved | Enhanced | SQL/JSON | SQL/JSON+ |
| pgvector support | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 |
| Query parallelism | Stable | Enhanced | Enhanced | Enhanced | Enhanced |
| Auth default | md5 | scram | scram | scram | scram |
| Blue-green deploy | Yes | Yes | Yes | Yes | Yes |
Embed Badges
Add live Amazon RDS for PostgreSQL status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about Amazon RDS for PostgreSQL releases and lifecycle.