Latest in branch 14
14.23
Released 11 May 2026
(2 days ago)
SoftwarePostgreSQL
Branch14
Status
Supported
Initial release14.0
27 Sep 2021
(4 years ago)
Latest release14.23
11 May 2026
(2 days ago)
End of life12 Nov 2026
(Ends in 6 months)
Release noteshttps://www.postgresql.org/docs/14/release.html
Source codehttps://github.com/postgres/postgres/tree/REL_14_23
Documentationhttps://www.postgresql.org/docs/14/
Downloadhttps://www.postgresql.org/download/
PostgreSQL 14 ReleasesView full list

What is New in PostgreSQL 14

PostgreSQL 14 brings important performance gains, enhanced security, better scalability, and several developer-friendly features. This major release focuses on improving vacuum efficiency, logical replication, query performance for large datasets, and overall system reliability.

Key improvements include faster vacuuming, more powerful logical replication, new security capabilities, and better support for modern workloads.

Performance Improvements

PostgreSQL 14 delivers noticeable speed improvements across multiple areas:

  • Substantial vacuum performance improvements, especially on tables with many indexes
  • Faster B-tree index builds and maintenance
  • Improved query planning and execution for partitioned tables
  • Better memory management during sorting and aggregation
  • Enhanced parallel query execution in more scenarios

These changes help reduce maintenance windows and improve overall database responsiveness under heavy load.

Logical Replication Enhancements

Logical replication has been significantly strengthened in PostgreSQL 14:

  • Support for streaming large in-progress transactions to subscribers
  • Two-phase commit support for logical replication
  • Row filtering on the publisher side for more efficient replication
  • Improved monitoring with new system views
  • Better conflict detection and resolution options

These features make building scalable, distributed database architectures much easier and more reliable.

Security Improvements

PostgreSQL 14 introduces several important security enhancements:

  • New predefined role pg_database_owner for easier ownership management
  • Support for SCRAM-SHA-256 password encryption by default in many setups
  • Ability to restrict access to specific schemas using the pg_read_all_settings and related roles
  • Improved TLS configuration options and certificate handling

SQL and Developer Features

PostgreSQL 14 adds several useful features for developers and data teams:

  • New multirange data types for easier date and number range handling
  • Support for the OUT and INOUT parameters in procedures
  • Improved JSON functions and performance
  • New pg_stat_progress_copy view for monitoring COPY operations
  • Better support for GROUP BY and window functions

Monitoring and Administration

Area Improvement
Vacuum More efficient index cleanup and statistics updates
Monitoring New progress reporting for COPY and other operations
Replication Enhanced visibility into logical replication status
Security New predefined roles for better privilege management

Other Notable Changes

Additional improvements include:

  • Better handling of very large databases and tablespaces
  • Improved WAL writing performance
  • More efficient TOAST storage management
  • Removal of some long-deprecated features
  • Enhanced support for ARM64 architecture

Migration Considerations

When planning an upgrade to PostgreSQL 14, keep these points in mind:

  • Test vacuum performance thoroughly as behavior has changed significantly
  • Review logical replication setups to take advantage of new streaming and filtering features
  • Update security policies to use the new predefined roles where appropriate
  • Check applications using deprecated features that have been removed

PostgreSQL 14 delivers a strong balance of performance improvements, security enhancements, and new functionality, making it an excellent upgrade for most production environments.

Releases In Branch 14

VersionRelease date
14.2311 May 2026
(2 days ago)
14.2223 Feb 2026
(2 months ago)
14.2109 Feb 2026
(3 months ago)
14.2010 Nov 2025
(6 months ago)
14.1911 Aug 2025
(9 months ago)
14.1805 May 2025
(1 year ago)
14.1717 Feb 2025
(1 year ago)
14.1610 Feb 2025
(1 year ago)
14.1518 Nov 2024
(1 year ago)
14.1411 Nov 2024
(1 year ago)
14.1305 Aug 2024
(1 year ago)
14.1206 May 2024
(2 years ago)
14.1105 Feb 2024
(2 years ago)
14.1006 Nov 2023
(2 years ago)
14.907 Aug 2023
(2 years ago)
14.808 May 2023
(3 years ago)
14.706 Feb 2023
(3 years ago)
14.607 Nov 2022
(3 years ago)
14.508 Aug 2022
(3 years ago)
14.413 Jun 2022
(3 years ago)
14.309 May 2022
(4 years ago)
14.207 Feb 2022
(4 years ago)
14.108 Nov 2021
(4 years ago)
14.027 Sep 2021
(4 years ago)