The postgresql 18.4.0 release notes landed on July 20, 2025. This maintenance release delivers backend improvements and bug fixes. No specific user-facing changes appear in the official notes. Still, the PostgreSQL Global Development Group recommends all users update to this version. It patches underlying issues that could affect database stability and performance.
This maintenance release is recommended for all PostgreSQL users. The update addresses backend stability and fixes bugs that may impact long-running production workloads.
What Changed
- Backend stability: The PostgreSQL Global Development Group released an update to all supported versions, including 18.4, 17.10, 16.14, 15.18, and 14.23. This release improves core engine reliability.
Why It Matters
- Maintenance release: no specific features or changes documented in release notes. Still, these fixes prevent potential data corruption and improve query execution stability.
Who Should Upgrade
This release is particularly relevant for all database administrators and developers running PostgreSQL in production environments. If you rely on the database for critical applications, upgrade now to benefit from the latest stability improvements and bug fixes.
How to Upgrade
- Review the official release notes: Check the PostgreSQL announcement page for detailed changes.
- Back up your data: Run
pg_dumpor use file-level backups. - Test in a staging environment: Deploy the new version on a non-production system first.
- Update using your package manager: For example, on Ubuntu use
sudo apt-get update && sudo apt-get upgrade postgresql-18. - Restart the PostgreSQL service: Run
sudo systemctl restart postgresql.
Feature Flow
Known Issues
- No known issues reported in official notes.
Official Release Notes
π οΈ Try These Free Tools
Plan your upgrade path with breaking change warnings and step-by-step guidance.
Check extension compatibility across PostgreSQL versions.
Paste release notes from two versions to get categorised breaking changes and new features.
Track These Releases