You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes-v17.4.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This release of Percona Distribution for PostgreSQL is based on Percona Server f
8
8
9
9
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 17.3 was skipped.
10
10
11
-
### Updated version of `pg_tde`
11
+
### A new version of `pg_tde`
12
12
13
13
Percona Distribution for PostgreSQL includes the Release Candidate of `pg_tde` extension that brings in Transparent Data Encryption. This version of `pg_tde` provides a bunch of improvements, among which is the redesigned WAL encryption, single-tenancy support, ability to change key provider configuration and more. Learn about these features in the [`pg_tde` release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/rc.html).
14
14
@@ -34,11 +34,11 @@ Review each extension’s release notes for What’s new, improvements, or bug f
|[etcd :octicons-link-external-16:](https://etcd.io/)| 3.5.18 | A distributed, reliable key-value store for setting up high available Patroni clusters |
36
36
|[HAProxy :octicons-link-external-16:](http://www.haproxy.org/)| 2.8.13 | A high-availability and load-balancing solution |
37
-
|[Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/)| 4.0.4| A HA (High Availability) solution for PostgreSQL |
38
-
|[PgAudit :octicons-link-external-16:](https://www.pgaudit.org/)| 17.0| Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
37
+
|[Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/)| 4.0.5| A HA (High Availability) solution for PostgreSQL |
38
+
|[PgAudit :octicons-link-external-16:](https://www.pgaudit.org/)| 17.1| Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
39
39
|[pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user)| 4.1.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance. |
40
40
|[pgBackRest :octicons-link-external-16:](https://pgbackrest.org/)| 2.54.2 | A backup and restore solution for PostgreSQL |
41
-
|[pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger)| 13.0| A fast PostgreSQL Log Analyzer |
41
+
|[pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger)| 13.1| A fast PostgreSQL Log Analyzer |
42
42
|[PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/)| 1.24.0 | A lightweight connection pooler for PostgreSQL |
43
43
|[pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather)| v29 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
44
44
|[pgpool2 :octicons-link-external-16:](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 |
0 commit comments