Skip to content

pg_hint_plan18 1.8.0 is released

Latest

Choose a tag to compare

@michaelpq michaelpq released this 19 Aug 06:42
· 23 commits to master since this release

pg_hint_plan18 1.8.0 is released. This version only supports PostgreSQL 18. This is the first release of pg_hint_plan for this version of PostgreSQL, on par with PostgreSQL 18.0.

Some changes are made in this release:

  • Compatibility with PostgreSQL 18 (Michael Paquier: bc90514, 870da46, 5ec6345)
  • Addition of hint DisableIndex (Sami Imseih: 7ba3532)
  • Refactoring and improvements of code logic related to scan and parallel hints (Sami Imseih: 1e592d6, 81aeaa3, 8a59a11, a few more)
  • Improve portability and performance of regression tests (Michael Paquier: ea21f95, 17cf0e5, d4e3bd1)