-
Notifications
You must be signed in to change notification settings - Fork 35
PG-1998 - Add 13.23 release notes #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Andriciuc
wants to merge
10
commits into
13
Choose a base branch
from
add-13.23-release-notes
base: 13
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e7ddf53
Add 13.23 release notes
Andriciuc 480edc4
set release based on 13.22
Andriciuc fc18d7b
update version component numbers
Andriciuc bf6fdbc
update pgsm version to 2.3.1
Andriciuc f25582d
remove /n from last paragraph
Andriciuc 1364f19
update version of pg common and bouncer
Andriciuc 4b1ebc3
update rn upstream link and add addressed cves
Andriciuc ce7b71a
add percona telemetry deprecated mention
Andriciuc 8ec41d1
update with 3.5.x links
Andriciuc 8ce0801
Update release-notes-v13.23.md
Andriciuc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| # Percona Distribution for PostgreSQL 13.23 ({{date.13_23}}) | ||
|
|
||
| [Installation](../installing.md){.md-button} | ||
|
|
||
| --8<-- "release-notes-intro.md" | ||
|
|
||
| This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.22](https://www.postgresql.org/docs/13/release-13-22.html). | ||
|
|
||
| ## Release Highlights | ||
|
|
||
| ### End-of-life | ||
|
|
||
| This is the last release of Percona Distribution for PostgreSQL 13.x as it enters end-of-life. | ||
|
|
||
| ### Tarball updates | ||
|
|
||
| The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions: | ||
|
|
||
| - LIBXSLT: 1.1.43 | ||
| - LUA: 5.3.6 | ||
| - LIBTIFF: 4.7.0 | ||
| - EXPAT: 2.5.0 | ||
| - PGPOOL: 4.6.2 | ||
| - PGBACKREST: 2.56.0 | ||
| - PATRONI: 4.0.6 | ||
|
|
||
| See [Install Percona Distribution for PostgreSQL from binary tarballs](../tarball.md) for the download links. | ||
|
|
||
| The [installation preconditions for tarballs](../tarball.md) now include an extra step for RHEL, Rocky Linux, or Oracle Linux 10: installing the `acl` package. | ||
|
|
||
| ## Known Issue | ||
|
|
||
| ### For minor & major upgrades (RHEL only) | ||
|
|
||
| During an upgrade on RHEL, you may encounter the following error: | ||
|
|
||
| ``` | ||
| Unknown Error occurred: Transaction test error: | ||
| file /usr/share/postgresql-common/server/postgresql.mk from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev | ||
| file /usr/share/postgresql-common/t/040_upgrade.t from install of percona-postgresql-common conflicts with file from package percona-postgresql-common-dev | ||
| ``` | ||
|
|
||
| To resolve this, remove the `percona-postgresql-common-dev` package and reinstall it with the new intended upgraded PPG/PSP server. | ||
|
|
||
| ## Supplied third-party extensions | ||
|
|
||
| Review each extension’s release notes for What’s new, improvements, or bug fixes. | ||
|
|
||
| The following is the list of extensions available in Percona Distribution for PostgreSQL. | ||
|
|
||
| | Extension | Version | Description | | ||
| |----------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------| | ||
| | [etcd](https://etcd.io/) | 3.5.24 | A distributed, reliable key-value store for setting up high available Patroni clusters | | ||
| | [python-etcd :octicons-link-external-16:](https://python-etcd.readthedocs.io/en/latest/) | 0.4.5 | A Python client library for interacting with etcd | | ||
| | [HAProxy](http://www.haproxy.org/) | 2.8.16 | A high-availability and load-balancing solution | | ||
| | [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.1.0 | A HA (High Availability) solution for PostgreSQL | | ||
| | [PgAudit](https://www.pgaudit.org/) | 1.5.3 | Provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL | | ||
| | [pgAudit set_user](https://github.com/pgaudit/set_user) | 4.2.0 | Provides an additional layer of logging and control when unprivileged users must escalate themselves to superusers or object owner roles to perform needed maintenance tasks. | | ||
| | [pgBackRest](https://pgbackrest.org/) | 2.57.0 | A backup and restore solution for PostgreSQL | | ||
| | [pgBadger](https://github.com/darold/pgbadger) | 13.1 | A fast PostgreSQL Log Analyzer. | | ||
| | [PgBouncer](https://www.pgbouncer.org/) | 1.24.1 | A lightweight connection pooler for PostgreSQL | | ||
| | [pg_gather](https://github.com/jobinau/pg_gather) | v31 | An SQL script for running the diagnostics of the health of PostgreSQL cluster | | ||
| | [pgpool2](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_repack](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects | | ||
| | [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.1 | Collects and aggregates statistics for PostgreSQL and provides histogram information. | | ||
| | [pgvector](https://github.com/pgvector/pgvector) | v0.8.1 | A vector similarity search for PostgreSQL | | ||
| | [PostGIS](https://github.com/postgis/postgis) | 3.5.4 | A spatial extension for PostgreSQL. | | ||
| | [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 286 | PostgreSQL database-cluster manager. It provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. | | ||
| | [wal2json](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin | | ||
|
|
||
| For Red Hat Enterprise Linux 8 and 9 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. | ||
|
|
||
| Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/13/libpq.html) library. It contains "a set of | ||
| library functions that allow client programs to pass queries to the PostgreSQL | ||
| backend server and to receive the results of these queries." | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a \n too much here in the formatting