pg_hint_plan17 1.7.0 is released. This version only supports PostgreSQL 17. This is the first release of pg_hint_plan for this version of PostgreSQL, on par with PostgreSQL 17.0.
Some changes are made in this release:
- Integrate query ID with the hint table (Michael Paquier: 32ced2e). Normalized query strings are replaced by query IDs.
- Add lexer to handle query parsing for hint (Michael Paquier: bfb4544)
- Remove pg_hint_plan.hints_anywhere (Michael Paquier: b1f2aab)
- Fix handling of unavailable indexes in Scan hints (Sami Imseih: a3646e1)
- Handle better the hint table if the extension is not created (Sami Imseih: 44f73c6)
- Improve regression test suite (Sami Imseih, Michael Paquier, Yogesh Sharma, Shinya Kato)
- Use palloc0() in more places (hslightdb: cb9f141)
- Improve and fix documentation (Rajan Pande, Emre Sevinç, Qilong Li, daikin555)
- Add META.json for PGXN distribution (Jeremy Schneider: 58e4a7d)