2025年9月25日: PostgreSQL 18 釋出!

pg_hint_plan v1.8.0 釋出

釋出於 2025-08-23,作者:pg_hint_plan
相關開源專案

pg_hint_plan 開發團隊很高興地宣佈 pg_hint_plan 1.8.0 釋出。此版本的 pg_hint_plan 增加了對 PostgreSQL 18 的相容性,幷包含各種改進和錯誤修復。更多詳情,請參閱 釋出說明。這個新的主要版本包含以下新功能:

  • 相容 PostgreSQL 18(停用節點、自連線消除等)
  • 添加了 DisableIndex 提示

pg_hint_plan 是一個 PostgreSQL 擴充套件,它允許透過 SQL 註釋中的“提示”來調整 PostgreSQL 執行計劃。更多資訊,請參閱 專案頁面

專案的文件釋出在 此頁面,並與源儲存庫自動同步。

向下相容到 PostgreSQL 13 的一系列次要版本現已釋出,每個版本都帶有以下版本號:

  • pg_hint_plan 1.7.1,相容 PostgreSQL 17。
  • pg_hint_plan 1.6.2,相容 PostgreSQL 16。
  • pg_hint_plan 1.5.3,相容 PostgreSQL 15。
  • pg_hint_plan 1.4.4,相容 PostgreSQL 14。
  • pg_hint_plan 1.3.11,相容 PostgreSQL 13。

這是計劃釋出的最後一個支援 PostgreSQL 13 的版本。pg_hint_plan v1.7.0 釋出。這一系列版本中的重要更改包括以下適用的錯誤修復:

  • 修復了因工作程序數量不正確導致的斷言失敗