Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
E.10. Postgres Pro Standard 12.15.1
Prev UpAppendix E. Release NotesHome Next

E.10. Postgres Pro Standard 12.15.1

Release Date: 2023-05-19

E.10.1. Overview

This release is based onPostgreSQL 12.15 andPostgres Pro Standard 12.14.1. All improvements inherited fromPostgreSQL 12.15 are listed inPostgreSQL 12.15 Release Notes. Other major changes and enhancements are as follows:

  • Added theunicode_nul_character_replacement_in_jsonb configuration parameter to replace'\u0000' with the specified unicode character when calling a function processing JSONB.

  • Ended support for Ubuntu 18.04.

  • Upgradedmamonsu to version 3.5.3, which provides new features and bugfixes. Notable changes are as follows:

    • Removed the limitation that did not allow a user different frommamonsu to read and edit the configuration fileagent.conf. Specifically, thepg_probackup plugin now works correctly when themamonsu user owns thepg_probackup backup directory.

    • Removed metrics that conflict nativeZabbix agents fromZabbix configuration file being exported.

    • Fixedmamonsu choice of the default extension to collect statistics. Now whenpgpro_stats andpg_stat_statements are both installed,pgpro_stats is correctly treated as the default one.

    • Added a check that the server wheremamonsuWAL plugin runs is not in recovery.

  • Upgradedpg_probackup to version 2.6.2, which provides the following optimizations and bug fixes:

    • Included thecatchup command, which was previously provided only in a test mode, in the production delivery.

    • Added optimizations for incremental backups that reduce disk read amount almost twice.

    • Improved error and warning messaging and unified the error message style.

    • Fixed usability issues with theshow command, in particular: fixed displaying the recovery time, which could sometimes not be displayed after a successful backup; made the backup time be displayed in a table view even if the backup ended with an error.

    • Fixed an error in specifying the relative path after restoring a cluster from a backup.

    • Corrected an improper assignment of backup IDs that took place in some cases.

  • Upgradedpgpro_stats to version 1.6, which provides new features and bugfixes:

    • Implemented tracing of application sessions, based on filters, which trigger logging the execution of queries that match filtering conditions. You can usepgpro_stats functions to create, update or delete query filters. (SeeSection F.37.6.1 for details.)

    • Added functions for superuser to create views that emulatepg_stat_statements andpg_stat_kcache extensions. Specifically,pg_stat_statements,pg_stat_statements_info,pg_stat_kcache andpg_stat_kcache_detail views can be created. Once they are created, you can work with them as if the appropriate extension is installed. (SeeSection F.37.6.2 for details.)

    • Addedpgpro_stats_archiver view, which extends thepg_stat_archiver view by adding two fields, showing overall time that the archiver process was active and overall execution time of the archive command.

    • Implemented backward compatibility of the vacuum statistics interface. Now a newer version of thepgpro_stats shared library can be safely used with old declarations of SQL functions. Previously such cases caused a server crash.

    • Fixed possible server crashes that could occur due toPGDATA overflow when inpgpro_stats, one or several long queries were executed. Now instead of storing query texts in a temporary file located in thePGDATA/pg_stat_tmp directory, it is possible to choose the directory with the external file to store query texts by setting the value of thepgpro_stats.stats_temp_directory configuration parameter. If you wish, you can set this value equal to the value of the system configuration parameterstats_temp_directory. But keep in mind thatpgpro_stats.stats_temp_directory can only be set at the server start.

  • Upgradedpgpro_pwr to version 4.1.3, which supportspgpro_stats 1.6 and provides the following new features:

    • Added report tablesTop tables by removed all-visible/all-frozed marks.

    • Added a few new fields to theCluster Statistics report table.

  • UpgradedPTRACK to version 2.4.3.

  • Upgradedorafce to version 4.2.6.

E.10.2. Migration to Version 12.15.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.

While functionsnumeric_eq,numeric_ne,numeric_gt,numeric_ge,numeric_lt, andnumeric_le are actually leakproof, they were not marked as such inPostgres Pro Standard 12.1.1, which could lead to incorrect query optimization. In particular, it negatively affected query execution if row-level security policy was in use. Version 12.2.1 repairs this issue for new installations by correcting the initial catalog data, but existing installations will still have incorrect markings unless you updatepg_proc entries for these functions. You can runpg_upgrade to upgrade your server instance to a version containing the corrected initial data, or manually correct these entries in each database of the installation using theALTER FUNCTION command. For example:

ALTER FUNCTION pg_catalog.numeric_eq LEAKPROOF

When upgrading fromPostgres Pro versions 12.6.1 or lower, rebuild indexes containing at least one included column of type for which the collation was defined in the table.

If you are upgrading fromPostgres Pro versions 12.6.2 or lower and takePTRACK backups usingpg_probackup, retake a full backup after upgrade.


Prev Up Next
E.9. Postgres Pro Standard 12.16.1 Home E.11. Postgres Pro Standard 12.14.1
epubpdf
Go to Postgres Pro Standard 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp