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/percona-ext.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,26 @@ This page provides a high-level overview of the available Percona-authored exten
9
9
10
10
## :octicons-graph-16: pg_stat_monitor
11
11
12
-
A query performance monitoring tool for PostgreSQL that brings more insight and details around query performance, planning statistics and metadata. It improves observability, enabling users to debug and tune query performance with precision.
12
+
An open-source query performance monitoring tool for PostgreSQL that brings more insight and details around query performance, planning statistics and metadata. It improves observability, enabling users to debug and tune query performance with precision.
[See the pg_stat_monitor documentation :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/index.html){.md-button}
15
15
</div>
16
16
17
17
<divdata-bannermarkdown>
18
18
19
19
## :material-file-key-outline: pg_tde
20
20
21
-
An open-source extension designed to enhance PostgreSQL’s security by encrypting data files on disk. The encryption is transparent for users, allowing them to access and manipulate data without managing encryption details.
21
+
An open-source extension designed to enhance PostgreSQL security by encrypting data files on disk. `pg_tde` protects data at rest by ensuring that database files cannot be read without the appropriate encryption keys. Encryption is transparent to applications and users at the SQL level, while key management is configured separately.
22
22
23
-
You can also use `pg_tde` to enforce encryption at the database level, ensuring that all newly created data is encrypted without requiring per-table changes.
23
+
[See the pg_tde documentation :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html){.md-button}
24
24
25
-
[For configuration details, see the pg_tde documentation. :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html){.md-button}
25
+
## :material-file-key-outline: pg_oidc_validator
26
+
27
+
An **experimental** OAuth validator library for PostgreSQL 18 that validates OpenID Connect (OIDC) JWT access tokens. It integrates with PostgreSQL’s OAuth framework to verify tokens issued by compliant OIDC providers.
28
+
29
+
**NOTE:** This library is still experimental and not intended for production use.
30
+
31
+
[Check the pg_oidc_validator GitHub repository :octicons-link-external-16:](https://github.com/Percona-Lab/pg_oidc_validator){.md-button}
0 commit comments