Skip to content

Commit 0117652

Browse files
committed
Update release-notes-v16.14.md
1 parent 0f5b167 commit 0117652

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

docs/release-notes/release-notes-v16.14.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ This release continues to deliver Percona’s open source value-add components f
1717

1818
Percona Distribution for PostgreSQL is available on Ubuntu 26.04 LTS (Noble Numbat's successor). Packages are provided for AMD64 and ARM64 architectures.
1919

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+
2024
### Tarball updates
2125

2226
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
3640

3741
### Addressed CVEs
3842

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).
4044

4145
## Known Issue
4246

@@ -60,23 +64,24 @@ The following is the list of extensions available in Percona Distribution for Po
6064

6165
| Extension | Version | Description |
6266
| ------------------- | -------------- | ---------------------------- |
63-
| [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 |
6468
| [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 |
6771
| [PgAudit](https://www.pgaudit.org/) | 16.1 | provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
6872
| [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. |
6973
| [pgBackRest](https://pgbackrest.org/) | 2.58.0 | a backup and restore solution for PostgreSQL |
7074
| [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. |
7478
| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.3 | rebuilds PostgreSQL database objects |
7579
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | collects and aggregates statistics for PostgreSQL and provides histogram information. |
7680
| [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. |
7983
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | a PostgreSQL logical decoding JSON output plugin |
84+
| [pg_cron :octicons-link-external-16:](https://github.com/citusdata/pg_cron) | 1.6.7 | a simple cron-based job scheduler for PostgreSQL |
8085

8186
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.
8287

0 commit comments

Comments
 (0)