E.17. Postgres Pro Standard 14.5.1
Release Date: 2022-08-31
E.17.1. Overview
This release is based onPostgreSQL 14.5 andPostgres Pro Standard 14.4.1. All improvements inherited fromPostgreSQL 14.5 are listed inPostgreSQL 14.5 Release Notes. Other major changes and enhancements are as follows:
Added support of
lz4
compression method for table columns.Resolved an issue that caused an error“duplicate key value violates unique constraint” when indexing a database in multiple threads. Now the chosen name of a type being created for the index gets locked to avoid choosing the same name in a parallel process.
Resolved an issue in the planner's use of the compound indexes statistics: the optimizer reduced the cost prediction accuracy for a query plan if in the
WHERE
clause of the query, values of different types were compared (for example:integer
andnumeric
,text
andname
). Sometimes, for certain combinations of the compared types and values, the issue could cause a server crash.Ended support for Ubuntu 21.10 and added support for Red Hat Enterprise Linux 9 and its derivatives: Rocky Linux 9, Oracle Linux 9, and AlmaLinux 9.
Added the shared library PLV8 that provides a Postgres Pro procedural language powered by V8 Javascript Engine toPostgres Pro Standard.
Added theaqo extension for adaptive query optimization toPostgres Pro Standard.
Upgradedmamonsu to version 3.5.1. Notable changes are as follows:
Enabledmamonsu plugins to usepgpro_stats to collect statistics.
Resolved the security issue of exposing passwords through the configuration file. Only
mamonsu
user can accessagent.conf
now.Fixed metrics computation that caused“float division by zero” errors in themamonsuSTATEMENTS plugin.
Upgradedpg_probackup to version 2.5.7, which provides the following new features and bugfixes:
Upgradedpgpro_pwr to version 4.0.
Added theoracle_fdw package for Red OS Murom 7.3.
E.17.2. Migration to Version 14.5.1
If you are upgrading fromPostgres Pro Standard based on the samePostgreSQL major version, 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 14.1.1 Release Notes.