|
| 1 | +# Percona Distribution for PostgreSQL 16.14 ({{date["16_14"] | default("unreleased")}}) |
| 2 | + |
| 3 | +[Installation](../installing.md){.md-button} |
| 4 | + |
| 5 | +--8<-- "release-notes-intro.md" |
| 6 | + |
| 7 | +This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 16.14](https://www.postgresql.org/docs/16/release-16-14.html). |
| 8 | + |
| 9 | +## Release Highlights |
| 10 | + |
| 11 | +This release continues to deliver Percona’s open source value-add components for enterprise use cases, see the full component list below for details. |
| 12 | + |
| 13 | +!!! note |
| 14 | + To upgrade from earlier versions (e.g. Percona Distribution for PostgreSQL 15.x), follow the steps in [Upgrading Percona Distribution for PostgreSQL](../major-upgrade.md). |
| 15 | + |
| 16 | +### Ubuntu 26.04 LTS support added |
| 17 | + |
| 18 | + Percona Distribution for PostgreSQL is available on Ubuntu 26.04 LTS (Noble Numbat's successor). Packages are provided for AMD64 and ARM64 architectures. |
| 19 | + |
| 20 | +### Added Quick Start guide |
| 21 | + |
| 22 | +Added a Quick Start Guide walking users through setting up Percona Distribution for PostgreSQL with minimal steps and linking to more advanced topics. |
| 23 | + |
| 24 | +### Tarball updates |
| 25 | + |
| 26 | +The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions: |
| 27 | + |
| 28 | +- postgres-common: 290 |
| 29 | +- pgBouncer: 1.25.2 |
| 30 | +- etcd: 3.5.30 |
| 31 | +- pysyncobj: 0.3.15 |
| 32 | +- haproxy: 2.8.23 |
| 33 | +- patroni: 4.1.3 |
| 34 | +- pgpool2: 4.7.1 |
| 35 | +- postgis: 3.5.6 |
| 36 | +- pg_gather: 33 |
| 37 | +- pg_cron: 1.6.7 |
| 38 | + |
| 39 | +See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links. |
| 40 | + |
| 41 | +### Addressed CVEs |
| 42 | + |
| 43 | +This release includes important security measures that address the following CVEs: CVE-2026-6479, CVE-2026-6473, CVE-2026-6474, CVE-2026-6472, CVE-2026-6478, CVE-2026-6477, CVE-2026-6475, CVE-2026-6637. For more details, see the PostgreSQL [16.14 release notes](https://www.postgresql.org/docs/16/release-16-14.html). |
| 44 | + |
| 45 | +## Known Issue |
| 46 | + |
| 47 | +### For minor & major upgrades (RHEL only) |
| 48 | + |
| 49 | +During an upgrade on RHEL, you may encounter the following error: |
| 50 | + |
| 51 | +``` |
| 52 | +Unknown Error occurred: Transaction test error: |
| 53 | + file /usr/share/postgresql-common/server/postgresql.mk from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev |
| 54 | + file /usr/share/postgresql-common/t/040_upgrade.t from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev |
| 55 | +``` |
| 56 | + |
| 57 | +To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server. |
| 58 | + |
| 59 | +## Supplied third-party extensions |
| 60 | + |
| 61 | +Review each extension’s release notes for What’s new, improvements, or bug fixes. |
| 62 | + |
| 63 | +The following is the list of extensions available in Percona Distribution for PostgreSQL. |
| 64 | + |
| 65 | +| Extension | Version | Description | |
| 66 | +| --- | --- | --- | |
| 67 | +| [etcd](https://etcd.io/) | 3.5.30 | A distributed, reliable key-value store for setting up high available Patroni clusters | |
| 68 | +| [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd | |
| 69 | +| [HAProxy](http://www.haproxy.org/) | 2.8.23 | A high-availability and load-balancing solution | |
| 70 | +| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.1.3 | A HA (High Availability) solution for PostgreSQL | |
| 71 | +| [PgAudit](https://www.pgaudit.org/) | 16.1 | Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL | |
| 72 | +| [pgAudit set_user](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate themselves to superusers or object owner roles in order to perform needed maintenance tasks | |
| 73 | +| [pgBackRest](https://pgbackrest.org/) | 2.58.0 | A backup and restore solution for PostgreSQL | |
| 74 | +| [pgBadger](https://github.com/darold/pgbadger) | 13.2 | A fast PostgreSQL log analyzer | |
| 75 | +| [PgBouncer](https://www.pgbouncer.org/) | 1.25.2 | A lightweight connection pooler for PostgreSQL | |
| 76 | +| [pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron) | 1.6.7 | A simple cron-based job scheduler for PostgreSQL | |
| 77 | +| [pg_gather](https://github.com/jobinau/pg_gather) | v33 | An SQL script for running diagnostics on the health of a PostgreSQL cluster | |
| 78 | +| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects | |
| 79 | +| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information | |
| 80 | +| [pg_vector](https://github.com/pgvector/pgvector) | v0.8.2 | A vector similarity search extension for PostgreSQL | |
| 81 | +| [pgpool2](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.7.1 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing | |
| 82 | +| [PostGIS](https://github.com/postgis/postgis) | 3.5.6 | A spatial extension for PostgreSQL | |
| 83 | +| [PostgreSQL Commons](https://salsa.debian.org/postgresql/postgresql-common) | 290 | PostgreSQL database-cluster manager. It provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time | |
| 84 | +| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin | |
| 85 | + |
| 86 | +For Red Hat Enterprise Linux 8 and compatible derivatives, Percona Distribution for PostgreSQL also includes the supplemental `python3-etcd` 0.4.5 packages, which are used for setting up Patroni clusters. |
| 87 | + |
| 88 | +Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/16/libpq.html) library. It contains "a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries." |
0 commit comments