Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1upn9J-00C82L-O0 for pgsql-announce@arkaria.postgresql.org; Sat, 23 Aug 2025 12:15:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1upn9J-00EakM-24 for pgsql-announce@arkaria.postgresql.org; Sat, 23 Aug 2025 12:15:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1upn5S-00EDnA-S7 for pgsql-announce@lists.postgresql.org; Sat, 23 Aug 2025 12:11:11 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1upn5M-001LV2-39 for pgsql-announce@lists.postgresql.org; Sat, 23 Aug 2025 12:11:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=mbZkZYcugciq3wG9fAnyD1uYN7u+BiMBiNHUbiJ6gPI=; b=Rb2by6Eb/56Qff4q2RgeH4iPyV 7Z8gXdoZvxkUhTochr8nH0pydaRpsyI+ryGVsL9vRX/Qh1p5G/sBosEGxIxFq191EA3xXtImGv2MP Kg2Je0PEqE22atPTfAv61Gr823d9GQVenVErbywzcGLyp/1HghXRfTMNb6zpFaWm3qJHDU0Kwg/ps B+H3GJFiVZlOQ2Ulx/ywpvv15tvO+iOlkzcff+revE3l5dZbN+qkcWHhCcMZTQi/l+Ntd/+ycuwAS w4vGRV+ZjpEqxXUpeSibgrj9Uxhn0VMsIKaPsvXbk7Pjw0os46VCkFaZPUeAx7hNtrrRjOkpXf9+Y Amftzxig==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1upn5M-003hBd-TS for pgsql-announce@lists.postgresql.org; Sat, 23 Aug 2025 12:11:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1upn5L-008DXy-1E for pgsql-announce@lists.postgresql.org; Sat, 23 Aug 2025 12:11:03 +0000 Content-Type: multipart/mixed; boundary="===============8483935178767568559==" MIME-Version: 1.0 Subject: pg_hint_plan v1.8.0 Released To: PostgreSQL Announce From: pg_hint_plan via PostgreSQL Announce Reply-To: michael@paquier.xyz Date: Sat, 23 Aug 2025 12:10:13 +0000 Message-ID: <175595101399.807.16126514027970400219@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 971372209e580fd81dd864bc44184ade82dc98b07df8aa4f350551ef98a9f06e List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============8483935178767568559== Content-Type: multipart/alternative; boundary="===============9088410719440070077==" MIME-Version: 1.0 --===============9088410719440070077== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 [re= lease notes](https://github.com/ossc-db/pg_hint_plan/releases). This new ma= jor 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 mo= re information, see [the project page](https://github.com/ossc-db/pg_hint_p= lan/). The documentation of the project is published at [this page](https://pg-hin= t-plan.readthedocs.io/), and is synced up automatically from the source rep= ository. 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, wh= ere applicable: - Fix assertion failure with incorrect number of workers --===============9088410719440070077== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_hint_plan v1.8.0 Released
 

pg_hint_plan v1.8.0 Released

The pg_hint_plan development team is please= d to announce pg_hint_plan 1.8.0. This release of pg_hint_plan adds compat= ibility with PostgreSQL 18, and includes various improvements and bug fixes= . For more details, see the release= notes. This new major version includes the following new features:

  • Compatibility w= ith PostgreSQL 18 (disabled nodes, self-join elimination, etc.)
  • Addition of hin= t 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.

The documentation of the project is publish= ed at this page, and is synced up automatica= lly from the source repository.

A new set of minor releases is available do= wn 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 Postgr= eSQL 13. pg_hint_plan v1.7.0 Released Notable changes in this set of releases include the following bug fixes, wh= ere applicable:

  • Fix assertion f= ailure with incorrect number of workers
This email was sent to you from pg_hint_plan. It was delivered on their beh= alf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to pg_hint_plan.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============9088410719440070077==-- --===============8483935178767568559==--