pg_hint_plan12 1.3.8 is released. This version only supports PostgreSQL 12.
Some changes are made in this version:
- Improve handling of hints with PL/pgsql functions (Michael Paquier: 2bcdfd)
- Ignore non-existent prepared statement in get_query_string (Kyotaro Horiguchi: 904a4fc)
- Fix extension scripts to support all possible upgrade paths (Michael Paquier: d6433e2)
- Properly free all the elements in the hint list (Kyotaro Horiguchi: 51460b6)
- Add call to EmitWarningsOnPlaceholders() after defining custom GUCs (Michael Paquier: 0820825)
- Add support for github actions (Masahiko Sawada: 0115589)
- Improve portability of the regression tests (Kyotaro Horiguchi, Masahiro Ikeda, Michael Paquier: 3be9316, d8b0de4, 1a90022, 41c7c75, 7709e17)
- Docs: Fix default value for pg_hint_plan.message_level (Michael Paquier: 6efcf55)
This page has been updated on July 5th, 2023.
- Added rpm packages for RHEL/CentOS 7