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/release-notes-v16.14.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ This release continues to deliver Percona’s open source value-add components f
17
17
18
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
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
+
20
24
### Tarball updates
21
25
22
26
The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions:
@@ -36,7 +40,7 @@ See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarbal
36
40
37
41
### Addressed CVEs
38
42
39
-
This release includes important security measures that address the following CVEs: TBD. For more details, see the PostgreSQL [16.14 release notes](https://www.postgresql.org/docs/16/release-16-14.html).
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).
40
44
41
45
## Known Issue
42
46
@@ -60,23 +64,24 @@ The following is the list of extensions available in Percona Distribution for Po
|[etcd](https://etcd.io/)| 3.5.26| A distributed, reliable key-value store for setting up high available Patroni clusters |
67
+
|[etcd](https://etcd.io/)| 3.5.30| A distributed, reliable key-value store for setting up high available Patroni clusters |
64
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 |
65
-
|[HAProxy](http://www.haproxy.org/)| 2.8.18| a high-availability and load-balancing solution |
66
-
|[Patroni](https://patroni.readthedocs.io/en/latest/)| 4.1.0| a HA (High Availability) solution for PostgreSQL |
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 |
67
71
|[PgAudit](https://www.pgaudit.org/)| 16.1 | provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
68
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. |
69
73
|[pgBackRest](https://pgbackrest.org/)| 2.58.0 | a backup and restore solution for PostgreSQL |
70
74
|[pgBadger](https://github.com/darold/pgbadger)| 13.2 | a fast PostgreSQL Log Analyzer. |
71
-
|[PgBouncer](https://www.pgbouncer.org/)| 1.25.1| a lightweight connection pooler for PostgreSQL |
72
-
|[pg_gather](https://github.com/jobinau/pg_gather)|v32| an SQL script for running the diagnostics of the health of PostgreSQL cluster |
73
-
|[pgpool2](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary)| 4.7.0| a middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing. |
75
+
|[PgBouncer](https://www.pgbouncer.org/)| 1.25.2| a lightweight connection pooler for PostgreSQL |
76
+
|[pg_gather](https://github.com/jobinau/pg_gather)|v33| an SQL script for running the diagnostics of the health of PostgreSQL cluster |
77
+
|[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. |
|[pg_stat_monitor](https://github.com/percona/pg_stat_monitor)| 2.3.2 | collects and aggregates statistics for PostgreSQL and provides histogram information. |
76
80
|[pg_vector](https://github.com/pgvector/pgvector)| v0.8.1 | A vector similarity search for PostgreSQL |
77
-
|[PostGIS](https://github.com/postgis/postgis)| 3.5.5| a spatial extension for PostgreSQL. |
78
-
|[PostgreSQL Commons](https://salsa.debian.org/postgresql/postgresql-common)|289| 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. |
81
+
|[PostGIS](https://github.com/postgis/postgis)| 3.5.6| a spatial extension for PostgreSQL. |
82
+
|[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. |
|[pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron)| 1.6.7 | a simple cron-based job scheduler for PostgreSQL |
80
85
81
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.
0 commit comments