pg_hint_plan14 1.4 is released. This version only supports PostgreSQL 14.
Some changes are made in this version.
- Added Memoize hint.
- Now pg_hint_plan uses the in-core queryid for query normalization in the hint-table feature. compute_query_id is required to be auto or on if the feature is turned on.
- Added a new GUC variable pg_hint_plan.hints_anywhere. If it is on, pg_hint_plan searches for hints ignoring SQL syntax, specifically, even in text literals.
This page is updated at June 30th.
- Added rpm packages for RHEL/CentOS 7