pg_hint_plan14 1.4.2 is released. This version only supports PostgreSQL 14.
Some changes are made in this release:
- Fix hint stack corruption on ERROR when setting GUCs from Set hints (Michael Paquier: 4a7c037)
- Fix crash with IndexScan hints and ordering properties of index AMs (Masahiro Ikeda: 084f2c9)
- Fix handling of unavailable indexes in Scan hints (Sami Imseih: 684986a)
- Reset more aggressively hints for queries executed via extended query protocol (tanujnay112: df651c7)
- Add EXPLAIN (COSTS false) to some tests (Masahiro Ikeda: b6bed0d)
- Bootstrap a new documentation (Julien Rouhaud: 9661da9, and more). This removes the HTML documentation, switching to a set of markdown files with support for multiple languages possible.
- Fix and improve documentation (Michael Paquier: 7051383)