E.25. Postgres Pro Standard 10.2.1
Release Date: 2018-02-16
E.25.1. Overview
This release is based onPostgreSQL 10.2 and includes all the new features introduced in PostgreSQL 10, as well as bug fixes implemented in PostgreSQL 10.2. For their detailed description, seePostgreSQL 10 Release Notes andPostgreSQL 10.2 Release Notes, respectively. Other major changes and enhancements are as follows:
Implemented dynamic prepare of the default directory for storing
psqlhistory on Windows systems.Updated thepg_probackup utility to version 2.0.14.
Fixed race conditions in
ptrackand page backups.Fixed parallel
ptrackbackup interruption.Added new backup state
ORPHAN, which indicates that one of previous backups is corrupted.
Modulepg_variables has been updated.
Updated
pg_pathmanmodule to version 1.4.9. This version fixes handling ofONLYin all kinds of queries. (Seepg_pathman andSection F.36.1.1.)Updateddump_stat module to version 1.1 that provides several bug fixes. (Seedump_stat.)
Fixed incorrect handling of
IS NULLandIS NOT NULLqual conditions in indexes withINCLUDEclauses.Added
int2vectorcompatibility patch.Updatedonline-analyze module.
E.25.2. Migration to Version 10.2.1
If you are upgrading from aPostgres Pro Standard version based on the samePostgreSQL major release, it is enough to install the new version into your current installation directory.
To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 10.1.1 Release Notes.