E.30. Postgres Pro Standard 9.6.1.2
Release date: 2016-12-14
E.30.1. Overview
This release is based onPostgres Pro Standard9.6.1.1 and upstream PostgreSQL patches.
Major enhancements overPostgres Pro Standard 9.6.1.1 include:
Several modules to support 1C Enterprise added:
mchar (SeeSection F.29)
fulleq (SeeSection F.19)
fasttrun (SeeSection F.17)
online_analyze (SeeSection F.30)
plantuner (SeeSection F.46)
Also, following core changes were added to support 1C:
Application level locks
Optimization of range conditions in the WHERE clause
Modules has been updated
pg_pathman to version 1.2.2 (Seepg_pathman)
Backup managerpg_arman has been replaced topg_probackup (Version 1.0).
E.30.2. Migration to Version 9.6.1.2
A dump/restore usingpg_dumpall, or use ofpg_upgrade, is required for those wishing to migrate data from any previous major release.
A dump/restore is not required for those running 9.6.1.1.
However, if you are upgrading from vanilla PostgreSQL 9.6.x, some catalog changes should be applied.
If you use binary packages, and your database is in the default location, this upgrade should be performed automatically. If you've compiledPostgres Pro from source or create your database in non-default location, runninginitdb
manually, you should runpgpro_upgrade
script provided in this distribution.
Before running script, you should stop postgres service. Script should be run as user, owning the database (typically postgres) and PGDATA environment variable should be set to the directory where database resides.