Skip to content

PG-1689-Release-Notes-13.21 #812

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

Merged
merged 3 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-notes-v13.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [Upgrading Percona Distribution for PostgreSQL from 12 to 13](major-upgrade.

## 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.
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.

Expand All @@ -31,7 +31,7 @@ The following is the list of extensions available in Percona Distribution for Po
| [pg_gather](https://github.com/jobinau/pg_gather) | v30 | 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.0 | 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.2 | Rebuilds PostgreSQL database objects |
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.1.1 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.2.0 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
| [pgvector](https://github.com/pgvector/pgvector) | v0.8.0 | A vector similarity search for PostgreSQL |
| [PostGIS](https://github.com/postgis/postgis) | 3.3.8 | A spatial extension for PostgreSQL. |
| [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 277 | 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. |
Expand Down
9 changes: 9 additions & 0 deletions docs/release-notes-v13.21.upd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Percona Distribution for PostgreSQL 13.21 Update ({{date.13_21_1}})

[Installation](installing.md){.md-button}

--8<-- "release-notes-intro.md"

This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.21](https://www.postgresql.org/docs/13/release-13-21.html).

This update of Percona Distribution for PostgreSQL includes the new version of [`pg_stat_monitor` 2.2.0 :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/release-notes/2.2.0.html) that improves query annotation parsing, enhances SQL error visibility, and fixes diagnostic issues with command types, improving performance.
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Distribution for PostgreSQL release notes

* [Percona Distribution for PostgreSQL 13.21 Update](release-notes-v13.21.upd.md) ({{date.13_21_1}})

* [Percona Distribution for PostgreSQL 13.21](release-notes-v13.21.md) ({{date.13_21}})

* [Percona Distribution for PostgreSQL 13.20](release-notes-v13.20.md) ({{date.13_20}})
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pdf_cover_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{% if config.site_description %}
<h1>{{ config.site_description }}</h1>
{% endif %}
<h2>13.21 (May, 2025)</h2>
<h2>13.21 Update (July 17, 2025)</h2>
<!--<h3>Percona Technical Documentation Team</h3>-->

3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ nav:
- How to: how-to.md
- Uninstall: uninstalling.md
- Release notes:
- "Release notes index": "release-notes.md"
- "Release notes index": release-notes.md
- release-notes-v13.21.upd.md
- release-notes-v13.21.md
- release-notes-v13.20.md
- release-notes-v13.18.md
Expand Down
3 changes: 2 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pgversion: '13'
dockertag: '13.21'

date:
13_21: 2025-06-05
13_21_1: 2025-07-17
13_21: 2025-06-30
13_20: 2025-03-06
13_18: 2024-12-11
13_16: 2024-09-12