Download List

Projeto Descrição

PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.

System Requirements

System requirement is not defined

Liberado: 2019-01-17 19:05
pg_hint_plan for PostgreSQL 11 1.3.4 (4 files Esconder)

Release Notes

pg_hint_plan11 1.3.4 is released.

Fixed several bugs since 1.3.2.

- Fixed failure caused by UNION on inheritance tables.
- Fixed failure caused by prepared statements over extended protocol.
- Fxied failure related to nested PL/PgSQL loops.
- Fixed -llvmjit packaging.

pg_hint_plan11 のバージョン 1.3.3 をリリースします

1.3.2 以降いくつかのバグが修正されています。

- 継承/パーティションテーブルをUNION内で使用した場合の適用失敗の修正。

- 拡張プロトコル上でプリペアド文を使用した場合の適用失敗の修正。

- PL/PgSQLで多重ループを使った場合などの適用失敗の修正。

- lvmjit パッケージの内容がおかしかったのを修正。

Changelog

No Changelogs