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