Skip to content

Commit ba4427a

Browse files
authored
DOCS-229 Update PG Server page with PCI note (#896)
This PR updates the PG Server page with a PCI note and also improve paragraphs with proper links. It also removes that WAL is still in development.
1 parent cba4f6c commit ba4427a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/postgresql-server.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Percona Server for PostgreSQL
22

3-
Percona Server for PostgreSQL is a binary-compatible, open source drop-in replacement for PostgreSQL 17. It introduces additional features to the upstream server, including:
3+
Percona Server for PostgreSQL is a binary-compatible, open source drop-in replacement for PostgreSQL 17. It introduces additional features on top of the upstream server, including:
44

5-
* Storage Manager (SMGR) API Exposure: Allows PostgreSQL extensions to integrate custom storage managers. This change was inspired by the [patchset](https://www.postgresql.org/message-id/flat/CAJ7c6TOqqrzjYsU6LgDkcJ0yVgzdkx2juJjgAjzP2jPOpZ1qUA%40mail.gmail.com#8e68cfc57fcac14c8e24b00b41e61baf) introduced to the community.
6-
* WAL Read/Write API Exposure to hook into WAL read and write functions.
5+
* Storage Manager (SMGR) API Exposure: Allows PostgreSQL extensions to integrate custom storage managers. This change was inspired by the [patchset :octicons-link-external-16:](https://www.postgresql.org/message-id/flat/CAJ7c6TOqqrzjYsU6LgDkcJ0yVgzdkx2juJjgAjzP2jPOpZ1qUA%40mail.gmail.com#8e68cfc57fcac14c8e24b00b41e61baf) introduced to the community.
6+
* WAL Read/Write API Exposure: Allows extensions to hook into WAL read and write functions.
77

8-
These modifications have no impact on existing use cases and operation of PostgreSQL. They are required to enable additional encryption capabilities such as index-level and Write-Ahead Logging (WAL) encryption of indexes through the [`pg_tde` :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html) extension. These encryption features provided by the `pg_tde` are still under active development and are planned for future releases.
8+
These changes do not affect existing use cases and PostgreSQL behavior. They enable additional encryption features, such as index-level and Write-Ahead Logging (WAL) encryption, through the [`pg_tde` :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html) extension.
99

10-
Percona Server and upstream PostgreSQL function identically enabling you to migrate from one to another.
10+
Percona Server and the upstream PostgreSQL operate identically, making migrations between the two straightforward.
1111

12-
[Get started :material-arrow-right:](installing.md){.md-button}
12+
[Get started :material-arrow-right:](installing.md){.md-button}
13+
14+
!!! note
15+
16+
The PostgreSQL Compatibility Index [(PCI)](https://pgscorecard.com/) test suite reported **100% compatibility**. PCI validates behavioral equivalence by running a suite of compatibility checks against upstream PostgreSQL.
17+
18+
These results were obtained using [Percona Server for PostgreSQL 17.6.1 :octicons-link-external-16:](https://docs.percona.com/postgresql/17/index.html). [View the PCI test results here :octicons-link-external-16:](https://github.com/secp256k1-sha256/postgres-compatibility-index/blob/main/postgres-compatibility-index/outputs/Percona.json).

0 commit comments

Comments
 (0)