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/major-upgrade.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,11 @@ so the system is usable.
43
43
44
44
The exact steps may differ depending on the package manager of your operating system.
45
45
46
+
!!! note
47
+
`pg_tde` is **not** a dependency in PostgreSQL 18. If your PostgreSQL 17 cluster uses `pg_tde`, you must install the `pg_tde` package **before** starting the upgraded server.
48
+
49
+
If the package is missing, PostgreSQL 18 will fail to start because the required `pg_tde` shared library is not available.
Copy file name to clipboardExpand all lines: docs/release-notes/release-notes-v18.1.1.md
+58-26Lines changed: 58 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,57 @@
2
2
3
3
--8<-- "release-notes-intro.md"
4
4
5
-
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 18.1.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 18.1](https://www.postgresql.org/docs/18/release-18.html).
5
+
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 18.1.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 18.1](https://www.postgresql.org/docs/18/release-18-1.html).
6
+
7
+
It introduces several major enhancements, such as:
8
+
9
+
-**Parallel logical replication** for improved throughput during initial data synchronization
10
+
-**Faster in-place upgrades** via `pg_upgrade` performance improvements
11
+
-**Enhanced monitoring** with new statistics views for `pg_stat_io` and background writer activity
12
+
-**Security improvements**, including expanded SSL/TLS configuration options
13
+
-**Performance optimizations** for query execution and index management
14
+
- Added support for **asynchronous I/O (AIO)** with PostgreSQL 18.1.1 which is now the default I/O mechanism.
15
+
16
+
These features make PostgreSQL 18 a major step forward in scalability, observability, and operational efficiency.
6
17
7
18
## Release Highlights
8
19
9
-
### SBOMs available for download
20
+
This release continues to deliver Percona’s open source value-add components for enterprise use cases, including `pg_stat_monitor` 2.3.1 for advanced query-level observability, `pg_tde` 2.1 for Transparent Data Encryption and more. See the full component list below for details.
21
+
22
+
!!! note
23
+
To upgrade from earlier versions (e.g. Percona Distribution for PostgreSQL 17.x), follow the steps in [Upgrading Percona Distribution for PostgreSQL](../major-upgrade.md).
24
+
25
+
### `pg_tde` is now a standalone package
10
26
11
-
Percona now provides Software Bill of Materials (SBOMs) to support compliance and security audits. SBOM files are available for tarball builds.
27
+
Starting with PostgreSQL 18, `pg_tde` is no longer shipped with the server package. If your cluster relies on `pg_tde`, you must install the package manually.
12
28
13
-
See [Software Bill of Materials (SBOMs)](../sboms.md) for the full list.
29
+
For more information on installing `pg_tde`, see [Install pg_tde :octicons-link-external-16:](https://docs.percona.com/pg-tde/install.html).
14
30
15
31
### Tarball updates
16
32
17
33
The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions:
18
34
19
-
- LIBXSLT: 1.1.43
20
-
- LUA: 5.3.6
21
-
- LIBTIFF: 4.7.0
22
-
- EXPAT: 2.5.0
23
-
- PGPOOL: 4.6.2
24
-
- PGBACKREST: 2.56.0
25
-
- PATRONI: 4.0.6
35
+
- pgbouncer: 1.25.0
36
+
- pgpool2: 4.6.3
37
+
- etcd: 3.5.24
38
+
- PostGIS: 3.5.4
39
+
- set_user: 4.2.0
40
+
- pg_repack: 1.5.3
41
+
- pg_stat_monitor: 2.3.1
42
+
- pgBackRest: 2.57.0
43
+
- Patroni: 4.1.0
44
+
- HAProxy: 2.8.16
45
+
- pgvector: 0.8.1
46
+
- libxml2: 2.12.10
47
+
- pg_tde: 2.1.0
26
48
27
49
See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links.
28
50
29
51
### Addressed CVEs
30
52
31
-
This release includes important security measures that address the following CVEs: TBA. For more details, see the [PostgreSQL 18.1 release notes](https://www.postgresql.org/docs/release/18.0/).
53
+
This release includes important security measures that address the following CVEs: CVE-2025-12817, CVE-2025-12818. For more details, see the [PostgreSQL 18.1 release notes](https://www.postgresql.org/docs/18/release-18-1.html).
32
54
33
-
## Known Issue
55
+
## Known Issues
34
56
35
57
### For minor & major upgrades (RHEL only)
36
58
@@ -44,26 +66,36 @@ Unknown Error occurred: Transaction test error:
44
66
45
67
To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server.
46
68
69
+
## MD5 Authentication Deprecated
70
+
71
+
The md5 password authentication is deprecated now and will be removed in a future release.
72
+
73
+
## Supplied third-party extensions
74
+
75
+
Review each extension’s release notes for What’s new, improvements, or bug fixes.
76
+
47
77
The following is the list of extensions available in Percona Distribution for PostgreSQL.
|[etcd :octicons-link-external-16:](https://etcd.io/)| 3.5.21 | A distributed, reliable key-value store for setting up highly available Patroni clusters |
81
+
|[etcd :octicons-link-external-16:](https://etcd.io/)| 3.5.24| A distributed, reliable key-value store for setting up highly available Patroni clusters |
52
82
|[python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/)| 0.4.5 | A Python client library for interacting with etcd |
53
-
|[HAProxy :octicons-link-external-16:](http://www.haproxy.org/)| 2.8.15| A high-availability and load-balancing solution |
54
-
|[Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/)| 4.0.6| A HA (High Availability) solution for PostgreSQL |
55
-
|[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 |
56
-
|[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. |
57
-
|[pgBackRest :octicons-link-external-16:](https://pgbackrest.org/)| 2.56.0 | A backup and restore solution for PostgreSQL |
83
+
|[HAProxy :octicons-link-external-16:](http://www.haproxy.org/)| 2.8.16| A high-availability and load-balancing solution |
84
+
|[Patroni :octicons-link-external-16:](https://patroni.readthedocs.io/en/latest/)| 4.1.0| A HA (High Availability) solution for PostgreSQL |
85
+
|[PgAudit :octicons-link-external-16:](https://www.pgaudit.org/)|18.0| A detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
86
+
|[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. |
87
+
|[pgBackRest :octicons-link-external-16:](https://pgbackrest.org/)| 2.57.0 | A backup and restore solution for PostgreSQL |
58
88
|[pgBadger :octicons-link-external-16:](https://github.com/darold/pgbadger)| 13.1 | A fast PostgreSQL Log Analyzer |
59
-
|[PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/)| 1.24.1 | A lightweight connection pooler for PostgreSQL |
60
-
|[pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather)| v31 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
61
-
|[pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary)| 4.6.2 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing |
|[pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector)| v0.8.0 | A vector similarity search for PostgreSQL |
64
-
|[PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis)| 3.3.8 | A spatial extension for PostgreSQL |
65
-
|[PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common)| 280 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
89
+
|[PgBouncer :octicons-link-external-16:](https://www.pgbouncer.org/)| 1.25.0 | A lightweight connection pooler for PostgreSQL |
90
+
|[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 |
91
+
|[pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary)| 4.6.3 | 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.1 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
94
+
|[pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector)| v0.8.1 | A vector similarity search for PostgreSQL |
95
+
|[PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis)| 3.5.4 | A spatial extension for PostgreSQL |
96
+
|[PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common)| 287 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
|[pg_tde :octicons-link-external-16:](https://github.com/percona/pg_tde)| v2.1.0 | A PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest |
67
99
68
100
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.
Copy file name to clipboardExpand all lines: docs/tarball.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@ You can download the tarballs using the links below.
10
10
11
11
The following tarballs are available for the x86_64 and ARM64 architectures:
12
12
13
-
*[percona-postgresql-{{dockertag}}-ssl1.1-linux-aarch64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-{{pgversion}}/{{dockertag}}/binary/tarball/percona-postgresql-{{pgsubversion}}-ssl1.1-linux-aarch64.tar.gz) - for operating systems on ARM64 architecture that run OpenSSL version 1.x
14
-
*[percona-postgresql-{{dockertag}}-ssl1.1-linux-x86_64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-{{pgversion}}/{{dockertag}}/binary/tarball/percona-postgresql-{{pgsubversion}}-ssl1.1-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 1.x
15
-
*[percona-postgresql-{{dockertag}}-ssl3-linux-aarch64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-{{pgversion}}/{{dockertag}}/binary/tarball/percona-postgresql-{{pgsubversion}}-ssl3-linux-aarch64.tar.gz) - for operating systems on ARM64 architecture that run OpenSSL version 3.x
16
-
*[percona-postgresql-{{dockertag}}-ssl3-linux-x86_64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-{{pgversion}}/{{dockertag}}/binary/tarball/percona-postgresql-{{pgsubversion}}-ssl3-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 3.x
13
+
*[percona-postgresql-{{dockertag}}-ssl1.1-linux-aarch64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl1.1-linux-aarch64.tar.gz) - for operating systems on ARM64 architecture that run OpenSSL version 1.x
14
+
*[percona-postgresql-{{dockertag}}-ssl1.1-linux-x86_64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl1.1-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 1.x
15
+
*[percona-postgresql-{{dockertag}}-ssl3-linux-aarch64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl3-linux-aarch64.tar.gz) - for operating systems on ARM64 architecture that run OpenSSL version 3.1.x
16
+
*[percona-postgresql-{{dockertag}}-ssl3-linux-x86_64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl3-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 3.1.x
17
+
*[percona-postgresql-{{dockertag}}-ssl3.5-linux-aarch64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl3.5-linux-aarch64.tar.gz) - for operating systems on ARM64 architecture that run OpenSSL version 3.5.x
18
+
*[percona-postgresql-{{dockertag}}-ssl3.5-linux-x86_64.tar.gz](https://downloads.percona.com/downloads/postgresql-distribution-18/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-ssl3.5-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 3.5.x
17
19
18
20
To check what OpenSSL version you have, run the following command:
0 commit comments