Skip to content

Commit 268e094

Browse files
authored
Pg 1348 release notes 13.20 (#759)
* PG-1348 Release notes 13.19 modified: .github/workflows/main.yml new file: docs/release-notes-v13.19md modified: docs/release-notes.md modified: mkdocs-base.yml modified: mkdocs-pdf.yml modified: requirements.txt modified: variables.yml * Changed version and release highlights Updated the release date
1 parent 76a0983 commit 268e094

11 files changed

+80
-41
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
#Pull the latest changes
1313
- name: Chekout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
with:
1616
fetch-depth: 0
1717
#Prepare the env
1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2020
with:
2121
python-version: '3.x'
2222

@@ -44,7 +44,7 @@ jobs:
4444
- name: Deploy docs
4545
run: |
4646
mike deploy 13 -b publish -p
47-
mike retitle 13 "13.18" -b publish -p
47+
mike retitle 13 "13.20" -b publish -p
4848
4949
# - name: Install Node.js 14.x
5050
# uses: percona-platform/setup-node@v2

docs/apt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
4545

4646
### Install packages
4747

48-
=== "Install using meta-package"
48+
=== "Install using meta-package (deprecated)"
4949

5050
```{.bash data-prompt="$"}
5151
$ sudo apt install percona-ppg-server-{{pgversion}}

docs/release-notes-v13.20.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Percona Distribution for PostgreSQL 13.20 ({{date.13_20}})
2+
3+
[Installation](installing.md){.md-button}
4+
5+
--8<-- "release-notes-intro.md"
6+
7+
This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.19](https://www.postgresql.org/docs/13/release-13-19.html) and PostgreSQL 13.20.
8+
9+
## Release Highlights
10+
11+
This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/CVE-2025-1094/), which closed a vulnerability in the `libpq` PostgreSQL client library but introduced a regression related to string handling for non-null terminated strings. The error would be visible based on how a PostgreSQL client implemented this behavior. This regression affects versions 17.3, 16.7, 15.11, 14.16, and 13.19. For this reason, version 13.19 was skipped.
12+
13+
### Improved security and user experience for Docker images
14+
15+
* Percona Distribution for PostgreSQL Docker image is now based on Universal Base Image (UBI) version 9, which includes the latest security fixes. This makes the image compliant with the Red Hat certification and ensures the seamless work of containers on Red Hat OpenShift Container Platform.
16+
17+
* You no longer have to specify the `{{dockertag}}-multi` tag when you run Percona Distribution for PostgreSQL in Docker. Instead, use the `percona/percona-distribution-postgresql:{{dockertag}}`. Docker automatically identifies the architecture of your operating system and pulls the corresponding image. Refer to [Run in Docker](docker.md) for how to get started.
18+
19+
### PostGIS is included into tarballs
20+
21+
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](postgis.md).
22+
23+
### Deprecation of meta packages
24+
25+
[Meta-packages for Percona Distribution for PostgreSQL](repo-overview.md#repository-contents) are deprecated and will be removed in future releases.
26+
27+
28+
## Supplied third-party extensions
29+
30+
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.
31+
32+
The following is the list of extensions available in Percona Distribution for PostgreSQL.
33+
34+
| Extension | Version | Description |
35+
| ------------------- | -------------- | ---------------------------- |
36+
| [etcd](https://etcd.io/) | 3.5.18 | A distributed, reliable key-value store for setting up high available Patroni clusters |
37+
| [HAProxy](http://www.haproxy.org/) | 2.8.13 | a high-availability and load-balancing solution |
38+
| [Patroni](https://patroni.readthedocs.io/en/latest/) | 4.0.4 | a HA (High Availability) solution for PostgreSQL |
39+
| [PgAudit](https://www.pgaudit.org/) | 1.5.2 | provides detailed session or object audit logging via the standard logging facility provided by PostgreSQL |
40+
| [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 to perform needed maintenance tasks. |
41+
| [pgBackRest](https://pgbackrest.org/) | 2.54.2 | a backup and restore solution for PostgreSQL |
42+
| [pgBadger](https://github.com/darold/pgbadger) | 13.0 | a fast PostgreSQL Log Analyzer. |
43+
| [PgBouncer](https://www.pgbouncer.org/) | 1.24.0 | a lightweight connection pooler for PostgreSQL |
44+
| [pg_gather](https://github.com/jobinau/pg_gather) | v29 | an SQL script for running the diagnostics of the health of PostgreSQL cluster |
45+
| [pgpool2](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.5.5 | a middleware between PostgreSQL server and client for high availability, connection pooling and load balancing. |
46+
| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | rebuilds PostgreSQL database objects |
47+
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | {{pgsmversion}} | collects and aggregates statistics for PostgreSQL and provides histogram information. |
48+
| [pgvector](https://github.com/pgvector/pgvector) | v0.8.0 | A vector similarity search for PostgreSQL |
49+
| [PostGIS](https://github.com/postgis/postgis) | 3.3.8 | a spatial extension for PostgreSQL. |
50+
| [PostgreSQL Common](https://salsa.debian.org/postgresql/postgresql-common) | 267 | 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. |
51+
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | a PostgreSQL logical decoding JSON output plugin |
52+
53+
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.
54+
55+
Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/13/libpq.html) library. It contains "a set of
56+
library functions that allow client programs to pass queries to the PostgreSQL
57+
backend server and to receive the results of these queries."

docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Percona Distribution for PostgreSQL release notes
22

3+
* [Percona Distribution for PostgreSQL 13.20](release-notes-v13.20.md) ({{date.13_20}})
4+
35
* [Percona Distribution for PostgreSQL 13.18](release-notes-v13.18.md) ({{date.13_18}})
46

57
* [Percona Distribution for PostgreSQL 13.16](release-notes-v13.16.md) ({{date.13_16}})

docs/repo-overview.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Percona Distribution for PostgreSQL provides individual packages for its compone
1010

1111
Using a meta-package, you can install all components it contains in one go.
1212

13+
!!! note
14+
15+
Meta-packages are deprecated and will be removed in future releases.
16+
17+
1318
### `percona-ppg-server`
1419

1520
=== "Package name on Debian/Ubuntu"

docs/yum.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $ sudo yum -y install curl
229229

230230
### Install packages
231231

232-
=== "Install using meta-package"
232+
=== "Install using meta-package (deprecated)"
233233

234234
```{.bash data-prompt="$"}
235235
$ sudo yum install percona-ppg-server{{pgversion}}

mkdocs-base.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
site_name: Percona Distribution for PostgreSQL
44
site_description: Documentation
55
site_author: Percona LLC
6-
copyright: Percona LLC, &#169; 2024
6+
copyright: Percona LLC, &#169; 2025
77
site_url: ""
88
repo_name: percona/postgresql-docs
99
repo_url: https://github.com/percona/postgresql-docs
@@ -125,6 +125,7 @@ plugins:
125125
section-index: {}
126126
search:
127127
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
128+
open-in-new-tab: {}
128129
git-revision-date-localized:
129130
enable_creation_date: true
130131
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
@@ -143,7 +144,7 @@ plugins:
143144
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
144145
output_path: '_pdf/PerconaDistributionPostgreSQL-13.pdf'
145146
cover_title: 'Distribution for PostgreSQL Documentation'
146-
cover_subtitle: 13.16 (September 12, 2024)
147+
cover_subtitle: 13.20 (March 6, 2025)
147148
author: 'Percona Technical Documentation Team'
148149
cover_logo: docs/_images/Percona_Logo_Color.png
149150
debug_html: false
@@ -210,6 +211,7 @@ nav:
210211
- Uninstall: uninstalling.md
211212
- Release notes:
212213
- "Release notes index": "release-notes.md"
214+
- release-notes-v13.20.md
213215
- release-notes-v13.18.md
214216
- release-notes-v13.16.md
215217
- release-notes-v13.15.md

mkdocs-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
INHERIT: mkdocs-base.yml
55

6-
copyright: Percona LLC, &#169; 2024
6+
copyright: Percona LLC, &#169; 2025
77

88
markdown_extensions:
99
pymdownx.tabbed: {}

mkdocs-percona.yml

-29
This file was deleted.

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ mkdocs-section-index
1414
mkdocs-htmlproofer-plugin
1515
mkdocs-meta-descriptions-plugin
1616
mike
17-
Pillow > 10.1.0
17+
Pillow > 10.1.0
18+
mkdocs-open-in-new-tab

variables.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# PG Variables set for HTML output
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: 'release-notes-v13.18'
4+
release: 'release-notes-v13.20'
55
pgversion: '13'
6-
dockertag: '13.18'
7-
pgsmversion: '2.1.0'
6+
dockertag: '13.20'
7+
pgsmversion: '2.1.1'
88

99
date:
10+
13_20: 2025-03-06
1011
13_18: 2024-12-11
1112
13_16: 2024-09-12

0 commit comments

Comments
 (0)