E.13. Postgres Pro Standard 13.8.2

Release Date: 2022-10-11

E.13.1. Overview

This release is based on Postgres Pro Standard 13.8.1 and provides the following change:

  • Fixed an issue with queries that could time out due to long lock waits. Previously, index type names were locked in temporary tables during index creation.

E.13.2. Migration to Version 13.8.2

If you are upgrading from Postgres Pro Standard based on the same PostgreSQL major version, it is enough to install the new version into your current installation directory.

When upgrading from Postgres Pro versions 13.2.1 or lower, rebuild indexes containing at least one included column of type for which the collation was defined in the table.

If you are upgrading from Postgres Pro versions 13.2.2 or lower and take PTRACK backups using pg_probackup, retake a full backup after upgrade.

To migrate from PostgreSQL or a Postgres Pro Standard release based on a previous PostgreSQL major version, see the instructions in Postgres Pro Standard 13.1.1 Release Notes.