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/release-notes-v17.4.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Percona Distribution for PostgreSQL includes the Release Candidate of `pg_tde` e
20
20
21
21
### PostGIS is included into tarballs
22
22
23
-
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](solutions/postgis.md).
23
+
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spatial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spatial data manipulation](solutions/postgis.md).
Copy file name to clipboardExpand all lines: docs/release-notes-v17.5.md
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
1
-
# Percona Distribution for PostgreSQL 17.5.1 ({{date.17_5}})
1
+
# Percona Distribution for PostgreSQL 17.5.2 ({{date.17_5}})
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 17.5.1 - a binary compatible, open source drop in replacement of [PostgreSQL Community 17.5](https://www.postgresql.org/docs/17/release-17-5.html).
5
+
This release of Percona Distribution for PostgreSQL is based on Percona Server for PostgreSQL 17.5.2 - a binary compatible, open source drop in replacement of [PostgreSQL Community 17.5](https://www.postgresql.org/docs/17/release-17-5.html).
6
6
7
7
## Release Highlights
8
8
9
-
### A new version of `pg_tde`
9
+
### General Availability (GA) of pg_tde
10
10
11
-
Percona Distribution for PostgreSQL includes the Release Candidate 2 (RC2) of `pg_tde` extension that brings in Transparent Data Encryption. This version of `pg_tde` provides a bunch of improvements, among which is WAL encryption now supporting Vault, automatic WAL internal key generation at server startup, new visibility and verification functions for default principal keys, and more. Learn about these features in the [`pg_tde` release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/rc2.html).
11
+
Percona Distribution for PostgreSQL now includes the 1.0 GA release of Percona's Transparent Data Encryptionfor PostgreSQL.
12
12
13
-
### Updated Major upgrade topic in documentation
13
+
Learn more in the [`pg_tde` 1.0 release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/release-notes-v1.0.html).
14
14
15
-
The [Upgrading Percona Distribution for PostgreSQL from 16 to 17](major-upgrade.md) guide has been updated with revised steps for the [On Debian and Ubuntu using `apt`](major-upgrade.md/#on-debian-and-ubuntu-using-apt) section, improving clarity and reliability of the upgrade process.
15
+
### Major documentation update
16
+
17
+
The `pg_tde` documentation has received significant updates, which include:
18
+
19
+
- New KMS configuration guides for Fortanix, Vault, KMIP and OpenBAO
20
+
- Reorganized and expanded topics for Architecture, GUC, Functions, TDE Operations and FAQ
21
+
- Extensive and numerous refinements and clarifications across the entire site
22
+
23
+
Explore the full documentation [in the official `pg_tde` documentations](https://docs.percona.com/pg-tde/index.html).
24
+
25
+
The following is the list of extensions available in Percona Distribution for PostgreSQL.
@@ -27,6 +37,7 @@ The [Upgrading Percona Distribution for PostgreSQL from 16 to 17](major-upgrade.
27
37
|[pg_gather :octicons-link-external-16:](https://github.com/jobinau/pg_gather)| v30 | An SQL script for running the diagnostics of the health of a PostgreSQL cluster |
28
38
|[pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary)| 4.6.0 | 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.2.0 | collects and aggregates statistics for PostgreSQL and provides histogram information. |
30
41
|[pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector)| v0.8.0 | A vector similarity search for PostgreSQL |
31
42
|[PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis)| 3.3.8 | A spatial extension for PostgreSQL |
32
43
|[PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common)| 277 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
Copy file name to clipboardExpand all lines: docs/tarball.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ 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-17/{{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-17/{{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-17/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-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-17/{{dockertag}}/binary/tarball/percona-postgresql-{{dockertag}}-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-17/{{dockertag}}/binary/tarball/percona-postgresql-17.5-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-17/{{dockertag}}/binary/tarball/percona-postgresql-17.5-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-17/{{dockertag}}/binary/tarball/percona-postgresql-17.5-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-17/{{dockertag}}/binary/tarball/percona-postgresql-17.5-ssl3-linux-x86_64.tar.gz) - for operating systems on x86_64 architecture that run OpenSSL version 3.x
17
17
18
18
To check what OpenSSL version you have, run the following command:
0 commit comments