pg_hint_plan16 1.6.0 is released. This version only supports PostgreSQL 16. This is the first release of pg_hint_plan for this version of PostgreSQL, on par with upstream 1.6.0.
Some changes are made in this release:
- Fix hint stack corruption on ERROR when setting GUCs from Set hints (Michael Paquier: 0013f58)
- Fix handling of outer-join relids (Masahiro Ikeda: dee15ec). This issue is unique to PostgreSQL 16, as of an effect of 2489d76c.
- Fix handling of unavailable indexes in Scan hints (Sami Imseih: a3646e1)
- Reset more aggressively hints for queries executed via extended query protocol (tanujnay112: 8436f8d)
- Simplify tracking of recursive call depth inside PL/pgSQL functions (Michael Paquier: 7c6d950)
- Add EXPLAIN (COSTS false) to some tests (Masahiro Ikeda: cb82708)
- Bootstrap a new documentation (Julien Rouhaud: c01b27a). This removes the HTML documentation, switching to a set of markdown files with support for multiple languages possible.
- Fix and improve documentation (Michael Paquier: e28b9d4)
- Compatibility with PostgreSQL 16 (Michael Paquier: a03bbdb, da28ef7)