|
| 1 | +# Percona Distribution for PostgreSQL 13.20 ({{date.13_20}}) |
| 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.19](https://www.postgresql.org/docs/13/release-13-19.html) and PostgreSQL 13.20. |
| 8 | + |
| 9 | +## Release Highlights |
| 10 | + |
| 11 | +This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/CVE-2025-1094/), which closed a vulnerability in the `libpq` PostgreSQL client library but introduced a regression related to string handling for non-null terminated strings. The error would be visible based on how a PostgreSQL client implemented this behavior. This regression affects versions 17.3, 16.7, 15.11, 14.16, and 13.19. For this reason, version 13.19 was skipped. |
| 12 | + |
| 13 | +### Improved security and user experience for Docker images |
| 14 | + |
| 15 | +* Percona Distribution for PostgreSQL Docker image is now based on Universal Base Image (UBI) version 9, which includes the latest security fixes. This makes the image compliant with the Red Hat certification and ensures the seamless work of containers on Red Hat OpenShift Container Platform. |
| 16 | + |
| 17 | +* You no longer have to specify the `{{dockertag}}-multi` tag when you run Percona Distribution for PostgreSQL in Docker. Instead, use the `percona/percona-distribution-postgresql:{{dockertag}}`. Docker automatically identifies the architecture of your operating system and pulls the corresponding image. Refer to [Run in Docker](docker.md) for how to get started. |
| 18 | + |
| 19 | +### PostGIS is included into tarballs |
| 20 | + |
| 21 | +We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](postgis.md). |
| 22 | + |
| 23 | +### Deprecation of meta packages |
| 24 | + |
| 25 | +[Meta-packages for Percona Distribution for PostgreSQL](repo-overview.md#repository-contents) are deprecated and will be removed in future releases. |
| 26 | + |
| 27 | + |
| 28 | +## Supplied third-party extensions |
| 29 | + |
| 30 | +Review each extension’s release notes for What’s new, improvements, or bug fixes. The following is the list of extensions available in Percona Distribution for PostgreSQL. |
| 31 | + |
| 32 | +The following is the list of extensions available in Percona Distribution for PostgreSQL. |
| 33 | + |
| 34 | +| Extension | Version | Description | |
| 35 | +| ------------------- | -------------- | ---------------------------- | |
| 36 | +| [etcd](https://etcd.io/) | 3.5.18 | A distributed, reliable key-value store for setting up high available Patroni clusters | |
| 37 | +| [HAProxy](http://www.haproxy.org/) | 2.8.13 | a high-availability and load-balancing solution | |
| 38 | +| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.0.4 | a HA (High Availability) solution for PostgreSQL | |
| 39 | +| [PgAudit](https://www.pgaudit.org/) | 1.5.2 | provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL | |
| 40 | +| [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. | |
| 41 | +| [pgBackRest](https://pgbackrest.org/) | 2.54.2 | a backup and restore solution for PostgreSQL | |
| 42 | +| [pgBadger](https://github.com/darold/pgbadger) | 13.0 | a fast PostgreSQL Log Analyzer. | |
| 43 | +| [PgBouncer](https://www.pgbouncer.org/) | 1.24.0 | a lightweight connection pooler for PostgreSQL | |
| 44 | +| [pg_gather](https://github.com/jobinau/pg_gather) | v29 | an SQL script for running the diagnostics of the health of PostgreSQL cluster | |
| 45 | +| [pgpool2](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.5.5 | a middleware between PostgreSQL server and client for high availability, connection pooling and load balancing. | |
| 46 | +| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | rebuilds PostgreSQL database objects | |
| 47 | +| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | {{pgsmversion}} | collects and aggregates statistics for PostgreSQL and provides histogram information. | |
| 48 | +| [pgvector](https://github.com/pgvector/pgvector) | v0.8.0 | A vector similarity search for PostgreSQL | |
| 49 | +| [PostGIS](https://github.com/postgis/postgis) | 3.3.8 | a spatial extension for PostgreSQL. | |
| 50 | +| [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 267 | 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. | |
| 51 | +| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | a PostgreSQL logical decoding JSON output plugin | |
| 52 | + |
| 53 | +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. |
| 54 | + |
| 55 | +Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/13/libpq.html) library. It contains "a set of |
| 56 | +library functions that allow client programs to pass queries to the PostgreSQL |
| 57 | +backend server and to receive the results of these queries." |
0 commit comments