|
| 1 | +# Percona Distribution for PostgreSQL 13.22 ({{date.13_22}}) |
| 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 13.22](https://www.postgresql.org/docs/13/release-13-22.html). |
| 8 | + |
| 9 | +## Release Highlights |
| 10 | + |
| 11 | +### Tarball updates |
| 12 | + |
| 13 | +The [installation preconditions for tarballs](../tarball.md) now include an extra step for RHEL, Rocky Linux, or Oracle Linux 10: installing the `acl` package. |
| 14 | + |
| 15 | +The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions: |
| 16 | + |
| 17 | +- LIBXSLT: 1.1.43 |
| 18 | +- LUA: 5.3.6 |
| 19 | +- LIBTIFF: 4.7.0 |
| 20 | +- EXPAT: 2.5.0 |
| 21 | +- PGPOOL: 4.6.2 |
| 22 | +- PGBACKREST: 2.56.0 |
| 23 | +- PATRONI: 4.0.6 |
| 24 | + |
| 25 | +See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links. |
| 26 | + |
| 27 | +The [installation preconditions for tarballs](../tarball.md) now include an extra step for RHEL, Rocky Linux, or Oracle Linux 10: installing the `acl` package. |
| 28 | + |
| 29 | +### SBOMs available for download |
| 30 | + |
| 31 | +Percona now provides Software Bill of Materials (SBOMs) to support compliance and security audits. SBOM files are available for tarball builds. |
| 32 | + |
| 33 | +See [Software Bill of Materials (SBOMs)](../sboms.md) for the full list. |
| 34 | + |
| 35 | +### Addressed CVEs |
| 36 | + |
| 37 | +This release includes important security measures that address the following CVEs: CVE-2025-8713, CVE-2025-8714, and CVE-2025-8715. For more details, see the [PostgreSQL 13.22 release notes](https://www.postgresql.org/docs/release/13.22/). |
| 38 | + |
| 39 | +## Known Issue |
| 40 | + |
| 41 | +### For minor & major upgrades (RHEL only) |
| 42 | + |
| 43 | +During an upgrade on RHEL, you may encounter the following error: |
| 44 | + |
| 45 | +``` |
| 46 | +Unknown Error occurred: Transaction test error: |
| 47 | + file /usr/share/postgresql-common/server/postgresql.mk from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev |
| 48 | + file /usr/share/postgresql-common/t/040_upgrade.t from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev |
| 49 | +``` |
| 50 | + |
| 51 | +To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server. |
| 52 | + |
| 53 | +## Supplied third-party extensions |
| 54 | + |
| 55 | +Review each extension’s release notes for What’s new, improvements, or bug fixes. |
| 56 | + |
| 57 | +The following is the list of extensions available in Percona Distribution for PostgreSQL. |
| 58 | + |
| 59 | +| Extension | Version | Description | |
| 60 | +|----------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------| |
| 61 | +| [etcd](https://etcd.io/) | 3.5.21 | A distributed, reliable key-value store for setting up high available Patroni clusters | |
| 62 | +| [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd | |
| 63 | +| [HAProxy](http://www.haproxy.org/) | 2.8.15 | A high-availability and load-balancing solution | |
| 64 | +| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.0.6 | A HA (High Availability) solution for PostgreSQL | |
| 65 | +| [PgAudit](https://www.pgaudit.org/) | 1.5.3 | Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL | |
| 66 | +| [pgAudit set_user](https://github.com/pgaudit/set_user) | 4.1.0 | Provides an additional layer of logging and control when unprivileged users must escalate themselves to superusers or object owner roles to perform needed maintenance tasks. | |
| 67 | +| [pgBackRest](https://pgbackrest.org/) | 2.56.0 | A backup and restore solution for PostgreSQL | |
| 68 | +| [pgBadger](https://github.com/darold/pgbadger) | 13.1 | A fast PostgreSQL Log Analyzer. | |
| 69 | +| [PgBouncer](https://www.pgbouncer.org/) | 1.24.1 | A lightweight connection pooler for PostgreSQL | |
| 70 | +| [pg_gather](https://github.com/jobinau/pg_gather) | v31 | An SQL script for running the diagnostics of the health of PostgreSQL cluster | |
| 71 | +| [pgpool2](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.6.2 | A middleware between PostgreSQL server and client for high availability, connection pooling and load balancing. | |
| 72 | +| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | Rebuilds PostgreSQL database objects | |
| 73 | +| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.2.0 | Collects and aggregates statistics for PostgreSQL and provides histogram information. | |
| 74 | +| [pgvector](https://github.com/pgvector/pgvector) | v0.8.0 | A vector similarity search for PostgreSQL | |
| 75 | +| [PostGIS](https://github.com/postgis/postgis) | 3.3.8 | A spatial extension for PostgreSQL. | |
| 76 | +| [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 280 | 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. | |
| 77 | +| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin | |
| 78 | + |
| 79 | +For Red Hat Enterprise Linux 8 and 9 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. |
| 80 | + |
| 81 | +Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/13/libpq.html) library. It contains "a set of |
| 82 | +library functions that allow client programs to pass queries to the PostgreSQL |
| 83 | +backend server and to receive the results of these queries." |
0 commit comments