Skip to content

Commit 619a89f

Browse files
authored
PG-2161 - Release Notes 17.9.1 (#918)
This PR adds the 17.9.1 PPG release notes.
1 parent fc73f54 commit 619a89f

8 files changed

Lines changed: 102 additions & 17 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Deploy docs
4444
run: |
4545
mike deploy 17 -b publish -p
46-
mike retitle 17 "17.7" -b publish -p
46+
mike retitle 17 "17.9" -b publish -p
4747
4848
4949

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Percona Distribution for PostgreSQL 17.9.1 ({{date.17_9_1}})
2+
3+
--8<-- "release-notes-intro.md"
4+
5+
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 17.9.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 17.9 :octicons-link-external-16:](https://www.postgresql.org/docs/17/release-17-9.html).
6+
7+
## Release Highlights
8+
9+
This release continues to deliver Percona’s open source value-add components for enterprise use cases, including `pg_stat_monitor` 2.3.2 for advanced query-level observability, `pg_tde` 2.1.2 for Transparent Data Encryption and more. See the full component list below for details.
10+
11+
!!! note
12+
To upgrade from earlier versions, follow the steps in [Upgrading Percona Distribution for PostgreSQL](../major-upgrade.md).
13+
14+
### Tarball updates
15+
16+
The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions:
17+
18+
- pgbouncer: 1.25.1
19+
- pgvector: 0.8.2
20+
- pgpool2: 4.7.0
21+
- etcd: 3.5.26
22+
- PostGIS: 3.5.5
23+
- pgBackRest: 2.58.0
24+
- postgresql-common: 289
25+
- pgBadger: 13.2
26+
- HAProxy: 2.8.18
27+
- pgsm: 2.3.2
28+
- pg_tde: 2.1.2
29+
- ydiff: 1.4.2
30+
31+
See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links.
32+
33+
### Addressed CVEs
34+
35+
This release includes important security measures that address the following CVEs: CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006. For more details, see the PostgreSQL [17.9 release notes :octicons-link-external-16:](https://www.postgresql.org/docs/17/release-17-9.html) and the PostgreSQL [17.8 release notes :octicons-link-external-16:](https://www.postgresql.org/docs/17/release-17-8.html).
36+
37+
## Known Issue
38+
39+
### For minor & major upgrades (RHEL only)
40+
41+
During an upgrade on RHEL, you may encounter the following error:
42+
43+
```
44+
Unknown Error occurred: Transaction test error:
45+
file /usr/share/postgresql-common/server/postgresql.mk from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev
46+
file /usr/share/postgresql-common/t/040_upgrade.t from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev
47+
```
48+
49+
To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server.
50+
51+
## Supplied third-party extensions
52+
53+
Review each extension’s release notes for What’s new, improvements, or bug fixes.
54+
55+
The following is the list of extensions available in Percona Distribution for PostgreSQL.
56+
57+
| Extension | Version | Description |
58+
|--------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------|
59+
| [etcd :octicons-link-external-16:](https://etcd.io/) | 3.5.26 | A distributed, reliable key-value store for setting up highly available Patroni clusters
60+
| [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd |
61+
| [HAProxy :octicons-link-external-16:](http://www.haproxy.org/) | 2.8.18 | A high-availability and load-balancing solution |
62+
| [Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/) | 4.1.0 | A HA (High Availability) solution for PostgreSQL |
63+
| [PgAudit :octicons-link-external-16:](https://www.pgaudit.org/) | 17.1 | A detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
64+
| [pgAudit set_user :octicons-link-external-16:](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate roles for maintenance. |
65+
| [pgBackRest :octicons-link-external-16:](https://pgbackrest.org/) | 2.58.0 | A backup and restore solution for PostgreSQL |
66+
| [pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger) | 13.2 | A fast PostgreSQL Log Analyzer |
67+
| [PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/) | 1.25.1 | A lightweight connection pooler for PostgreSQL |
68+
| [pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather) | v32 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
69+
| [pgpool2 :octicons-link-external-16:](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 |
70+
| [pg_repack :octicons-link-external-16:](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects
71+
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
72+
| [pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector) | v0.8.2 | A vector similarity search for PostgreSQL |
73+
| [PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis) | 3.5.5 | A spatial extension for PostgreSQL |
74+
| [PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common) | 289 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
75+
| [wal2json :octicons-link-external-16:](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin |
76+
| [pg_tde :octicons-link-external-16:](https://github.com/percona/pg_tde) | v2.1.2 | A PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest |
77+
78+
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.
79+
80+
Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/17/libpq.html) library. It contains "a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries."

docs/release-notes/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This page lists all release notes for Percona Server for PostgreSQL 17, organized by year and version. Use it to track new features, fixes, and updates across major and minor versions.
44

5+
## 2026
6+
7+
* [17.9.1](release-notes-v17.9.1.md) ({{date.17_9_1}})
8+
59
## 2025
610

711
* [17.7.1](release-notes-v17.7.1.md) ({{date.17_7_1}})

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>17.7.1 (December 02, 2025)</h2>
10+
<h2>17.9.1 (March 02, 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->
1212

mkdocs-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
site_name: Percona Distribution for PostgreSQL
44
site_description: Documentation
55
site_author: Percona LLC
6-
copyright: <a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2025 — <a href="#__consent">Cookie Consent</a>
6+
copyright: <a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2026 — <a href="#__consent">Cookie Consent</a>
77

88
repo_name: percona/postgresql-docs
99
repo_url: https://github.com/percona/postgresql-docs

mkdocs-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
INHERIT: mkdocs-base.yml
55

6-
copyright: Percona LLC, &#169; 2025
6+
copyright: Percona LLC, &#169; 2026
77

88
extra_css:
99
- https://unicons.iconscout.com/release/v3.0.3/css/line.css

mkdocs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,14 @@ nav:
7575
- Uninstall: uninstalling.md
7676
- Release notes:
7777
- "Release notes index": release-notes/release-notes.md
78-
- "17.7.1": release-notes/release-notes-v17.7.1.md
79-
- "17.6.1": release-notes/release-notes-v17.6.1.md
80-
- "17.5.3": release-notes/release-notes-v17.5.3.md
81-
- "17.5.2": release-notes/release-notes-v17.5.md
82-
- "17.5.1": release-notes/release-notes-v17.5.1.md
83-
- "17.4.1": release-notes/release-notes-v17.4.md
78+
- "17.9.1": release-notes/release-notes-v17.9.1.md
79+
- 2025 (versions 17.4.1 - 17.7.1):
80+
- "17.7.1": release-notes/release-notes-v17.7.1.md
81+
- "17.6.1": release-notes/release-notes-v17.6.1.md
82+
- "17.5.3": release-notes/release-notes-v17.5.3.md
83+
- "17.5.2": release-notes/release-notes-v17.5.md
84+
- "17.5.1": release-notes/release-notes-v17.5.1.md
85+
- "17.4.1": release-notes/release-notes-v17.4.md
8486
- 2024 (versions 17.0.1 - 17.2.1):
8587
- "17.2.1": release-notes/release-notes-v17.2.md
8688
- "17.0.1": release-notes/release-notes-v17.0.md

variables.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

44

5-
release: 'release-notes-v17.7.1'
6-
dockertag: '17.7'
7-
pgsubversion: '17.7'
5+
release: 'release-notes-v17.9.1'
6+
dockertag: '17.9'
7+
pgsubversion: '17.9'
88
pgversion: '17'
9-
pspgversion: '17.7.1'
10-
pgsmversion: '2.1.1'
11-
12-
9+
pspgversion: '17.9.1'
10+
pgsmversion: '2.3.2'
1311

1412
date:
1513

14+
17_9_1: 2026-03-02
1615
17_7_1: 2025-12-02
1716
17_6_1: 2025-09-10
1817
17_5_3: 2025-09-01

0 commit comments

Comments
 (0)