E.14. Postgres Pro Standard 14.7.1
Release Date: 2023-02-21
E.14.1. Overview
This release is based onPostgreSQL 14.7 andPostgres Pro Standard 14.6.1. All improvements inherited fromPostgreSQL 14.7 are listed inPostgreSQL 14.7 Release Notes. Other major changes and enhancements are as follows:
Added support for ROSA COBALT Server 7.9 and ended support for ROSA COBALT Server 7.3.
Fixed suboptimal memory usage in optimizing a query that included a pretty large number of
UNION ALL
subqueries. This planner issue was due to a vanillaPostgreSQL issue with replacing placeholder variables in a special case of flatteningUNION ALL
leaf queries.Fixed performance degradation that was observed when running queries on a replica whereold_snapshot_threshold > 0. It appeared that the issue could be encountered not only there, but was more obvious on replicas.
Upgradedaqo to version 1.6, which provides the following new features:
Introducedsmart statement timeout, which is needed to limit the execution time when manually trainingaqo on special queries with a poor cardinality forecast and whichaqo can dynamically change during this training.
Added
aqo_query_stat_update
,aqo_data_update
andaqo_query_texts_update
functions to update or insert a record in data files underlying the respective view.Added
aqo_memory_usage
function to display the memory size required foraqo.Renamed
aqo_enable_query
andaqo_disable_query
functions toaqo_enable_class
andaqo_disable_class
, respectively.
Upgradedpg_probackup to version 2.6, which provides the following new features and optimizations:
Optimizedpg_probackup input/output engine to improve performance.
Added support for lz4 compression algorithm.
Ended support forPostgres Pro 9.6.
Upgradedpgbouncer to version 1.18.
Upgradedpgpro_stats to version 1.5, which provides new features and bugfixes:
Added computation of statistics on removal of all-frozen and all-visible marks in the visibility map.
Added the
pgpro_stats_vacuum_database
view, showing statistics about vacuuming each database in a cluster.Fixed possible crash of a server where
pgpro_stats.track
was set toall
that could occur whenpgpro_stats processed a function body as a multistatement query.Fixed inappropriate issuing of an“unrecognized expression node type: ...” warning in case a query plan contained a GatherMerge node.
Fixed too long execution of a query containing texts of JSON or XML documents of a special kind. The slowdown was possible because normalization of the query plan text could mistakenly include replacement of constants inside those documents.
Upgraded the PLV8 extension to version 3.1.5.
E.14.2. Migration to Version 14.7.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.