Skip to content

Commit 0b5a59b

Browse files
Andriciucnastena1606artemgavrilov
authored
PG-2110 Update RN with Hotfix Important Note (18) (#903)
PG-2110 Update RN with Hotfix Important Note (18) This PR updates the 18.1.1 release note with a hotfix for an issue found in a prior release. --------- Co-authored-by: Anastasia Alexandrova <[email protected]> Co-authored-by: Artem Gavrilov <[email protected]>
1 parent f840399 commit 0b5a59b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/release-notes/release-notes-v18.1.1.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@
44

55
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).
66

7-
It introduces several major enhancements, such as:
7+
!!! important PostgreSQL RPMs rebuilt to disable debug assertions
8+
9+
The Percona Server for PostgreSQL (PSP) and Percona Distribution for PostgreSQL (PPG) RPM packages for **PostgreSQL versions 13 through 18 released as part of the Q3 and Q4 quarterly release** were built with debug assertions enabled (`--enable-cassert`).
10+
11+
If you installed or updated PostgreSQL RPMs within the last four months, you may suffer performance degradation: 18.1, 17.6, 17.7, 16.10, 16.11, 15.14, 15.15, 14.19, 14.20, 13.22, 13.23.
12+
13+
These packages have been rebuilt, and all users running RPM-based installations of the affected releases are **strongly advised** to update to the latest available packages.
14+
15+
To verify, run `pg_config --configure`. If the output includes `--enable-cassert`, then your installation is affected.
16+
17+
This release introduces several major enhancements, such as:
818

919
- **Parallel logical replication** for improved throughput during initial data synchronization
1020
- **Faster in-place upgrades** via `pg_upgrade` performance improvements
1121
- **Enhanced monitoring** with new statistics views for `pg_stat_io` and background writer activity
1222
- **Security improvements**, including expanded SSL/TLS configuration options
13-
- **Performance optimizations** for query execution and index management
23+
- **Performance optimizations** for query execution and index management
1424
- Added support for **asynchronous I/O (AIO)** with PostgreSQL 18.1.1 which is now the default I/O mechanism.
1525

1626
These features make PostgreSQL 18 a major step forward in scalability, observability, and operational efficiency.

0 commit comments

Comments
 (0)