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 1s1UEf-00CdvB-AW for pgsql-announce@arkaria.postgresql.org; Mon, 29 Apr 2024 16:52:13 +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 1s1UEa-000WIt-WD for pgsql-announce@arkaria.postgresql.org; Mon, 29 Apr 2024 16:52:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s1UEa-000WIh-5L for pgsql-announce@lists.postgresql.org; Mon, 29 Apr 2024 16:52:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s1UEX-000hhu-TI for pgsql-announce@lists.postgresql.org; Mon, 29 Apr 2024 16:52:08 +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=d8GNLqU/dVlu4eo8g8wU2GgYGjg5Pim+538FHgooJ9U=; b=2egj8ykATe6zJSLRVQ+MW7onOt 4o8HuqefIN/OmDXwpnUvjwrTlO1h6tA+CAarb5bpWrFiSipjXq016IgWlv4FVV+RBYfKsfr622rlr iF9BcvglLGYVE99YpZ7xFUk7RpwvA3Fp9e+kk9PPD1sPEqfjELjs7yc5obfE6iLGTVLkQCneFHbs0 rkEVYeBJ5neQrHiXNZLLOGCTEqAHnCC5CILvKm7NSw6Fi6D82Fnz+GwjphS3mI8UYXcAjhUn+aPna L1JPwsrvpot9pjTdsfo2xItgulX/+RmoaxoySAPprK3K45rpNg6HHDezrYEthnq7k4PMgo2xuSh7S swMIjnow==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::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 1s1UEV-0022KX-KP for pgsql-announce@lists.postgresql.org; Mon, 29 Apr 2024 16:52:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s1UET-006JDi-QO for pgsql-announce@lists.postgresql.org; Mon, 29 Apr 2024 16:52:02 +0000 Content-Type: multipart/mixed; boundary="===============0693913652625391330==" MIME-Version: 1.0 Subject: HypoPG 1.4.1 is out! To: PostgreSQL Announce From: Julien Rouhaud via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Mon, 29 Apr 2024 16:51:29 +0000 Message-ID: <171440948933.709.17681607735908240380@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 23a0c61217e85a70aa66b30335463f233766b3ccbfad457e994c5d30f99d62d7 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0693913652625391330== Content-Type: multipart/alternative; boundary="===============8532035860085211181==" MIME-Version: 1.0 --===============8532035860085211181== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - April 28th, 2024 HypoPG 1.4.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I'm pleased to announce the release of the version 1.4.1 of HypoPG, an exte= nsion adding support for Hypothetical Indexes, compatible with PostgreSQL 9= .2 and above. Bug fixes: - Fix hypothetical index names when its Oid is more than 1 billion (Julie= n Rouhaud, thanks to github user sylph520 for the report) - Fix hypothetical index deparsing when attributes need quoting (Julien R= ouhaud, thanks to Daniel Lang for the report) Misc: - Add support for PostgreSQL 17 (Georgy Shelkovy, Julien Rouhaud) Links & Credits --------------------- Thank to the users who reported bugs, they are all cited in the CHANGELOG f= ile. [HypoPG](https://github.com/HypoPG/hypopg) is an open project. Any contribu= tion to build a better tool is welcome. You just have to send your ideas, f= eatures requests or patches using the github repository at [https://github.= com/HypoPG/hypopg](https://github.com/HypoPG/hypopg). Links : - Download: [https://github.com/HypoPG/hypopg/releases](https://github.co= m/HypoPG/hypopg/releases) - Bug tracker: [https://github.com/HypoPG/hypopg/issues](https://github.c= om/HypoPG/hypopg/issues) --===============8532035860085211181== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable HypoPG 1.4.1 is out!
 

HypoPG 1.4.1 is out!

Taipei, Taiwan - April 28th, 2024

HypoPG 1.4.1

I'm pleased to announce the release of the = version 1.4.1 of HypoPG, an extension adding support for Hypothetical Index= es, compatible with PostgreSQL 9.2 and above.

Bug fixes: - Fix hypothetical index names when its Oid is more than 1 billion (Julie= n Rouhaud, thanks to github user sylph520 for the report) - Fix hypothetical index deparsing when attributes need quoting (Julien R= ouhaud, thanks to Daniel Lang for the report)

Misc: - Add support for PostgreSQL 17 (Georgy Shelkovy, Julien Rouhaud)

Links & Credits

Thank to the users who reported bugs, they = are all cited in the CHANGELOG file.

HypoPG is an ope= n project. Any contribution to build a better tool is welcome. You just hav= e to send your ideas, features requests or patches using the github reposit= ory at https://github.com/HypoPG/hypopg.

Links :

This email was sent to you from Julien Rouhaud. It was delivered on their b= ehalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Julien Rouhaud.

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/.
 
--===============8532035860085211181==-- --===============0693913652625391330==--