Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
E.26. Postgres Pro Standard 11.2.1
Prev UpAppendix E. Release NotesHome Next

E.26. Postgres Pro Standard 11.2.1

Release Date: 2019-03-26

E.26.1. Overview

This release is based onPostgreSQL 11.2 andPostgres Pro Standard 11.1.1. All improvements inherited fromPostgreSQL 11.2 are listed inPostgreSQL 11.2 Release Notes.

Major enhancements overPostgres Pro Standard 11.1.1 include:

  • Fixed processing of queries with multipleOR clauses to eliminate duplicate results and ensure the correct sort order.

  • Fixed an issue that could cause server failures when using non-strict aggregate functions.

  • Changed delivery model forpg_probackup utility:

    • On Linux,pg_probackup is now provided in thepg-probackup-std-11 package. On ALT Linux and Debian-based systems, when upgrading fromPostgres Pro Standard 11.1.1, runapt dist-upgrade (orapt-get dist-upgrade) to ensure that all new dependencies are handled correctly.

    • On Windows,pg_probackup now has a separate installer. You have to install core components of the currentPostgres Pro version before installingpg_probackup.

  • Added new options toPostgres Pro interactive installer for Windows. Now you can:

    • Chooseicu orlibc as the provider for the default collation. Previously,Postgres Pro Standard always usedicu by default.

    • Select a Windows user that startsPostgres Pro service. By default,Postgres Pro service is started on behalf ofNT AUTHORITY\NetworkService.

  • On SUSE Linux Enterprise Server and RHEL-based systems, moved several utilities to different packages for consistency with other Linux distributions:pg_receivewal andpg_recvlogical are delivered as part of thepostgrespro-std-11-client package, whilepg_rewind,pg_waldump,pg_upgrade are now located in thepostgrespro-std-11-server package.

  • Backported the patch that addressesdsm_attach() race condition when DSM handles are reused; in vanillaPostgreSQL, this fix is targeted for the future updates only. The patch is hoped to resolve issues when the server reports the following error message:ERROR: dsa_area could not attach to segment.

  • Fixedpg_upgrade to avoid issues with domain constraints that depend on collations. Such constraints are now validated during the upgrade, while in the the previousPostgres Pro versions they were always marked as invalid in the new cluster.

  • Fixedpg_dump to correctly work with databases of the previousPostgres Pro major version.

  • Fixed thepg-setup script so that it can initialize a cluster in a non-default location when run with the-D option.

  • Improved selectivity estimation for indexes on boolean columns.

  • Fixed performance degradation for index-only scans over wide indexes.

  • Accelerated index creation and minimized undesired eviction of relation pages from shared buffers while an index is being built.

  • Ended support for ALT Linux SPT 6.0 and Windows 7 SP1.

  • Updatedpg_pathman module to version 1.5.5. As compared to version 1.5.2 provided in the previousPostgres Pro releases, the following enhancements were introduced:

    • Fixedpg_pathman upgrade scripts to avoid issues caused by a different the number ofpg_config attributes inpg_pathman 1.4 and 1.5 major versions.

    • Improvedpg_pathman stability:

      • Trying to callpg_pathman functions when this extension is disabled does not cause server failures anymore; now an error is raised instead.

      • Different partitioning strategies can now be successfully applied to the same table.

  • Updatedpg_variables module to version 1.2:

    • Added support for array types.

    • Improved module stability.

    • Changed empty package handling. An empty package is now removed only after the transaction that emptied it has ended.

    (SeeSection F.42.)

E.26.2. Migration to Version 11.2.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.

Sincepg_probackup delivery model changed inPostgres Pro Standard 11.2.1, when upgrading from a lower version on ALT Linux and Debian-based systems, runapt dist-upgrade (orapt-get dist-upgrade) to ensure that all new dependencies are handled correctly. On Windows, you have to run a separatepg_probackup installer to complete the upgrade.

To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 11.1.1 Release Notes. If you are opting for a dump/restore, make sure to use the--add-collprovider option to correctly choose the provider for the default collation of the migrated database.


Prev Up Next
E.25. Postgres Pro Standard 11.4.1 Home E.27. Postgres Pro Standard 11.1.1
epubpdf
Go to Postgres Pro Standard 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp