E.3. Postgres Pro 9.5.19.1
Release date: 2019-08-12
E.3.1. Overview
This release is based onPostgreSQL 9.5.19 andPostgres Pro Standard 9.5.18.1. All improvements inherited fromPostgreSQL 9.5.19 are listed inPostgreSQL 9.5.19 Release Notes.
Major enhancements overPostgres Pro Standard 9.5.18.1 include:
Improved planning accuracy for queries with
OR
clauses. Now sorting is performed correctly for such queries.Fixed implementation of greater than (>) and not equal to (<>) operators for the
jsquery
type.
E.3.2. Migration to Version 9.5.19.1
Depending on your current installation, the upgrade procedure will differ.
If you are runningPostgres Pro Standard version 9.5.3.2 or higher, it is enough to install the 9.5.15.1 version into the same directory. However, if you are upgrading fromPostgreSQL 9.5.x or lower versions ofPostgres Pro Standard, some catalog changes should be applied, sopgpro_upgrade script is required to complete the upgrade:
If your database is in the default location,
pgpro_upgrade
is run automatically, unless you are prompted to run it manually.If you 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 9.5.4 or lower, perform a dump/restore usingpg_dumpall.