Skip to content
PostgreSQL Releases

PostgreSQL 18.4.0 Release Notes: Backend Stability Improvements

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 […]

Jack Pauley July 14, 2026 6 min read
postgresql 18.4.0 release notes

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

  1. Review the official release notes: Check the PostgreSQL announcement page for detailed changes.
  2. Back up your data: Run pg_dump or use file-level backups.
  3. Test in a staging environment: Deploy the new version on a non-production system first.
  4. Update using your package manager: For example, on Ubuntu use sudo apt-get update && sudo apt-get upgrade postgresql-18.
  5. Restart the PostgreSQL service: Run sudo systemctl restart postgresql.

Feature Flow

Known Issues

  • No known issues reported in official notes.

Official Release Notes

View full release notes on PostgreSQL β†’

πŸ› οΈ Try These Free Tools

πŸ—ΊοΈ Upgrade Path Planner

Plan your upgrade path with breaking change warnings and step-by-step guidance.

🐘 PostgreSQL Extension Matrix

Check extension compatibility across PostgreSQL versions.

πŸ“ Release Notes Diff

Paste release notes from two versions to get categorised breaking changes and new features.

See all free tools β†’

Stay Updated

Get the best releases delivered monthly. No spam, unsubscribe anytime.

By subscribing you agree to our Privacy Policy.