Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
E.14. Release 16.6
Prev UpAppendix E. Release NotesHome Next

E.14. Release 16.6#

Release date: 2024-11-21

This release contains a few fixes from 16.5. For information about new features in major release 16, seeSection E.20.

E.14.1. Migration to Version 16.6#

A dump/restore is not required for those running 16.X.

However, if you are upgrading from a version earlier than 16.5, seeSection E.15.

E.14.2. Changes#

  • Repair ABI break for extensions that work with structResultRelInfo (Tom Lane)§

    Last week's minor releases unintentionally broke binary compatibility withtimescaledb and several other extensions. Restore the affected structure to its previous size, so that such extensions need not be rebuilt.

  • Restore functionality ofALTER {ROLE|DATABASE} SET role (Tom Lane, Noah Misch)§

    The fix for CVE-2024-10978 accidentally caused settings forrole to not be applied if they come from non-interactive sources, including previousALTER {ROLE|DATABASE} commands and thePGOPTIONS environment variable.

  • Fix cases where a logical replication slot'srestart_lsn could go backwards (Masahiko Sawada)§

    Previously, restarting logical replication could sometimes cause the slot's restart point to be recomputed as an older value than had previously been advertised inpg_replication_slots. This is bad, since for example WAL files might have been removed on the basis of the laterrestart_lsn value, in which case replication would fail to restart.

  • Avoid deleting still-needed WAL files duringpg_rewind (Polina Bungina, Alexander Kukushkin)§

    Previously, in unlucky cases, it was possible forpg_rewind to remove important WAL files from the rewound demoted primary. In particular this happens if those files have been marked for archival (i.e., their.ready files were created) but not yet archived. Then the newly promoted node no longer has such files because of them having been recycled, but likely they are needed for recovery in the demoted node. Ifpg_rewind removes them, recovery is not possible anymore.

  • Fix race conditions associated with dropping shared statistics entries (Kyotaro Horiguchi, Michael Paquier)§

    These bugs could lead to loss of statistics data, assertion failures, orcan only drop stats once errors.

  • Count index scans incontrib/bloom indexes in the statistics views, such as thepg_stat_user_indexes.idx_scan counter (Masahiro Ikeda)§

  • Fix crash when checking to see if an index's opclass options have changed (Alexander Korotkov)§

    Some forms ofALTER TABLE would fail if the table has an index with non-default operator class options.

  • Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing (Tom Lane)§

    This bug does not appear to have any visible consequences in non-assert builds.


Prev Up Next
E.13. Release 16.7 Home E.15. Release 16.5
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp