pg_hint_plan18 1.8.0 is released
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: bc90514fd00a, 870da46874b0, 5ec63450bf39)
- Addition of hint DisableIndex (Sami Imseih: 7ba3532a9245)
- Refactoring and improvements of code logic related to scan and parallel hints (Sami Imseih: 1e592d675e7e, 81aeaa35e483, 8a59a11ef746, a few more)
- Improve portability and performance of regression tests (Michael Paquier: ea21f9599c3e, 17cf0e5e5f8c, d4e3bd1635dc)