Release date: 2018-02-13
This release is based on PostgreSQL 9.5.11 and Postgres Pro 9.5.10.1. All improvements inherited from PostgreSQL 9.5.11 are listed in PostgreSQL 9.5.11 Release Notes.
Major enhancements over Postgres Pro 9.5.10.1 include:
Updated pg_pathman module to
version 1.4.9. This version fixes handling of ONLY
in all kinds of queries.
(See Section F.36 and Section F.36.1.1.)
Updated dump_stat module to version 1.1 that provides several bug fixes. (See dump-stat.)
Implemented dynamic prepare of the default directory for storing
psql history on Windows systems.
Depending on your current installation, the upgrade procedure will differ.
If you are running Postgres Pro 9.5.10.1,
it is enough to install the 9.5.11.1 version into the same directory.
For earlier Postgres Pro versions,
pgpro_upgrade script is required to complete the upgrade:
If you are upgrading your installation from a binary package,
and your database is in the default location,
pgpro_upgrade is run automatically,
unless you are prompted to run it manually.
If you compiled Postgres Pro from source code or created
your database in a non-default location, you must run
pgpro_upgrade script manually.
Before launching pgpro_upgrade manually,
you must stop the postgres service.
The script must be run on behalf of the user owning the
database (typically postgres). Running pgpro_upgrade
as root will result in an error.
To migrate to this version from vanilla PostgreSQL, perform a dump/restore using pg_dumpall.