E.8. Postgres Pro 9.5.14.1
Release date: 2018-08-14
E.8.1. Overview
This release is based onPostgreSQL 9.5.14 andPostgres Pro Standard 9.5.13.1. All improvements inherited fromPostgreSQL 9.5.14 are listed inPostgreSQL 9.5.14 Release Notes.
Major enhancements overPostgres Pro Standard 9.5.13.1 include:
The
pg_variables
module now supports transactional variables. (SeeSection F.37.)The
auto_explain
can now display planning time.Postgres Pro Standard version for Windows has been improved:
Lifted an implicit restriction on the number of simultaneously open files for each server subprocess.
E.8.2. Migration to Version 9.5.14.1
Depending on your current installation, the upgrade procedure will differ.
If you are runningPostgres Pro 9.5.13.1, it is enough to install the 9.5.14.1 version into the same directory. For earlierPostgres 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.
Important
Before launchingpgpro_upgrade
manually, you must stop thepostgres
service. The script must be run on behalf of the user owning the database (typically postgres). Runningpgpro_upgrade
as root will result in an error. For details, seepgpro_upgrade.
To migrate to this version from vanillaPostgreSQL, perform a dump/restore usingpg_dumpall.