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
psql
history on Windows systems.Updated thepg_probackup utility to version 2.0.14.
Fixed race conditions in
ptrack
and page backups.Fixed parallel
ptrack
backup interruption.Added new backup state
ORPHAN
, which indicates that one of previous backups is corrupted.
Modulepg_variables has been updated.
Updated
pg_pathman
module to version 1.4.9. This version fixes handling ofONLY
in 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 NULL
andIS NOT NULL
qual conditions in indexes withINCLUDE
clauses.Added
int2vector
compatibility 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.