From: | pg_hint_plan via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
---|---|
To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
Subject: | pg_hint_plan v1.8.0 Released |
Date: | 2025-08-23 12:10:13 |
Message-ID: | 175595101399.807.16126514027970400219@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce |
The pg_hint_plan development team is pleased to announce pg_hint_plan 1.8.0. This release of pg_hint_plan adds compatibility with PostgreSQL 18, and includes various improvements and bug fixes. For more details, see the [release notes](https://github.com/ossc-db/pg_hint_plan/releases). This new major version includes the following new features:
- Compatibility with PostgreSQL 18 (disabled nodes, self-join elimination, etc.)
- Addition of hint DisableIndex
pg_hint_plan is a PostgreSQL extension that offers the possibility to tweak PostgreSQL execution plans using so-called "hints" in SQL comments. For more information, see [the project page](https://github.com/ossc-db/pg_hint_plan/).
The documentation of the project is published at [this page](https://pg-hint-plan.readthedocs.io/), and is synced up automatically from the source repository.
A new set of minor releases is available down to PostgreSQL 13, each marked with the following versions:
* pg_hint_plan 1.7.1, compatible with PostgreSQL 17.
* pg_hint_plan 1.6.2, compatible with PostgreSQL 16.
* pg_hint_plan 1.5.3, compatible with PostgreSQL 15.
* pg_hint_plan 1.4.4, compatible with PostgreSQL 14.
* pg_hint_plan 1.3.11, compatible with PostgreSQL 13.
This is the last release planned for PostgreSQL 13.
pg_hint_plan v1.7.0 Released
Notable changes in this set of releases include the following bug fixes, where applicable:
- Fix assertion failure with incorrect number of workers
From | Date | Subject | |
---|---|---|---|
Next Message | Stormatics via PostgreSQL Announce | 2025-08-26 07:56:57 | Announcing the release of pg_cirrus v2.0: Automating Production-Grade Postgres HA Clusters |
Previous Message | pgAdmin Development Team via PostgreSQL Announce | 2025-08-23 12:09:44 | pgAdmin 4 v9.7 Released |