pg_hint_plan15 1.5 is released. This version only supports PostgreSQL 15. This is the first release of pg_hint_plan for this version of PostgreSQL.
Some changes are made in this release:
- Improve handling of hints with PL/pgsql functions (Michael Paquier: a9863af)
- Add support for hints with array parameters in PREPARE statements (WinterUnicorn: 7c03155)
- Adjust check in pg_hint_plan_set_rel_pathlist() (Michael Paquier: 8be4662)
- Fix a crash bug of IndexScan hint (Ideriha Takeshi: 23cabaf)
- Properly free all elements in a list (Kyotaro Horiguchi: e6a9004)
- Fix extension scripts to support all possible upgrade paths (Michael Paquier: 575288f)
- Improve portability of the regression tests (Kyotaro Horiguchi, Masahiro Ikeda, Michael Paquier: 436c0b1, 7e423a3, ff2d410, 8e1bb71)
This page has been updated on July 5th, 2023.
- Added rpm packages for RHEL/CentOS 7