pg_hint_plan13 1.3.8 is released. This version only supports PostgreSQL 13.
Some changes are made in this version:
- Improve handling of hints with PL/pgsql functions (Michael Paquier: 7883b6a)
- Fix debug level check in restrict_indexes (Kyotaro Horiguchi: 7d53b12)
- Ignore non-existent prepared statement in get_query_string (Kyotaro Horiguchi: 041f948)
- Properly free all the elements in the hint list (Kyotaro Horiguchi: 49c46c7)
- Use standard way of deleting list cells (Maxim Orlov: d5f21cc)
- Fix extension scripts to support all possible upgrade paths (Michael Paquier: 66a3595)
- Add call to EmitWarningsOnPlaceholders() after defining custom GUCs (Michael Paquier: b89a814)
- Docs: Fix default value for pg_hint_plan.message_level (Michael Paquier: acaf724)
- Add support for github actions (Masahiko Sawada: 66c5fa6)
- Improve portability of the regression tests (Kyotaro Horiguchi, Masahiro Ikeda, Michael Paquier: 104bc7c, 71a81b2, bc95bbb, 1bb41ee)
This page has been updated on July 5th, 2023.
- Added rpm packages for RHEL/CentOS 7