Skip to content
Draft
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
45 changes: 45 additions & 0 deletions docs/release-notes/release-notes-v16.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Percona Distribution for PostgreSQL 16.10 ({{date.16_10}})

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

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

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

## Release Highlights

### Major documentation updates

* Expanded and improved the [High Availability](../solutions/high-availability.md) topic with more information and example deployments.
* Updated the [PostGIS installation commands via yum](../yum.md#for-postgis) topic.

## 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.21 | A distributed, reliable key-value store for setting up high available Patroni clusters |
| [HAProxy](http://www.haproxy.org/) | 2.8.15 | a high-availability and load-balancing solution |
| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.0.5 | a HA (High Availability) solution for PostgreSQL |
| [PgAudit](https://www.pgaudit.org/) | 16.0 | 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.1.0 | provides an additional layer of logging and control when unprivileged users must escalate themselves to superusers or object owner roles in order to perform needed maintenance tasks.|
| [pgBackRest](https://pgbackrest.org/) | 2.55.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) | 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. |
| [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 Commons](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. |
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | a PostgreSQL logical decoding JSON output plugin |

For Red Hat Enterprise Linux 8 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/16/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."
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This page lists all release notes for Percona Distribution for PostgreSQL 16, or

## 2025

* [16.10](release-notes-v16.10.md) ({{date.16_10}})

* [16.9 Update](release-notes-v16.9.upd.md) ({{date.16_9_1}})

* [16.9](release-notes-v16.9.md) ({{date.16_9}})
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>16.9 (May 29, 2025)</h2>
<h2>16.10 (August 30, 2025)</h2>
<!--<h3>Percona Technical Documentation Team</h3>-->

8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ nav:
- Uninstall: uninstalling.md
- Release notes:
- "Release notes index": release-notes/release-notes.md
- "2025":
- "16.9 Update": release-notes/release-notes-v16.9.upd.md
- "16.9": release-notes/release-notes-v16.9.md
- "16.8": release-notes/release-notes-v16.8.md
- "16.10": release-notes/release-notes-v16.10.md
- "16.9 Update": release-notes/release-notes-v16.9.upd.md
- "16.9": release-notes/release-notes-v16.9.md
- "16.8": release-notes/release-notes-v16.8.md
- "2024 (versions 16.6 - 16.1 Update)":
- "16.6": release-notes/release-notes-v16.6.md
- "16.4": release-notes/release-notes-v16.4.md
Expand Down
5 changes: 3 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# PG Variables set for HTML output
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

release: 'release-notes-v16.9'
dockertag: '16.9'
release: 'release-notes-v16.10'
dockertag: '16.10'
pgversion: '16'
pgsmversion: '2.1.1'


date:
16_10: 2025-08-30
16_9_1: 2025-07-10
16_9: 2025-05-29
16_8: 2025-02-27
Expand Down