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 1sw3li-001cKo-HS for pgsql-announce@arkaria.postgresql.org; Wed, 02 Oct 2024 18:08: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 1sw3lh-001Cl9-Sw for pgsql-announce@arkaria.postgresql.org; Wed, 02 Oct 2024 18:08: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 1sw3lh-001Ckx-0w for pgsql-announce@lists.postgresql.org; Wed, 02 Oct 2024 18:08: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 1sw3lc-002DVO-Fp for pgsql-announce@lists.postgresql.org; Wed, 02 Oct 2024 18:08: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=SyLrEoesAwNZJMWlIYCNQmARY4N/SoXm1QnEAdDCAp8=; b=ecW8UmnQNRbRgmrFxnWMzHQwfO eMzoOpbity0WQLFRQd0UCvkvggN6TjYemrO9I1QP5aDWZpyoknQlG9s9VsnqNVGhk9k8TfpLxq5f4 N6DTFW8liAW1a4l9whFbIEYpag3LCItr68AffJjbZOVZRA862CtWGhsBcMPFoHUZ5ulifJcaIZrP2 Q+mc7C5ZLiazdqwnIhHgPEVl9A0ZP8X70phqKPZoJk9DLyM7HBwGPSWlSGo1VGwkLl+fi9xdMi13z L9pj1Vj6igApNR+4knMmg6m4EAoBVhERJ1mUGghj7Re/A4n9R0gB+bpKX4TqVsgLzxxehkewSiKOy wDmOP0Nw==; 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 1sw3lc-006mSQ-3M for pgsql-announce@lists.postgresql.org; Wed, 02 Oct 2024 18:08: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 1sw3la-00CQYU-Uv for pgsql-announce@lists.postgresql.org; Wed, 02 Oct 2024 18:08:02 +0000 Content-Type: multipart/mixed; boundary="===============3935409552079569350==" MIME-Version: 1.0 Subject: pg_qualstats 2.1.1 is out! To: PostgreSQL Announce From: PoWA via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Wed, 02 Oct 2024 18:08:01 +0000 Message-ID: <172789248170.694.17470440361931024455@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 2061cebb843ca46022f3dadc97bcfe264899ef1fc506b7bb0a568414212b3b19 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============3935409552079569350== Content-Type: multipart/alternative; boundary="===============7532034127033738497==" MIME-Version: 1.0 --===============7532034127033738497== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - September 28th, 2024 # pg_qualstats 2.1.1 The PoWA team is pleased to announce the release of the version 2.1.1 of [p= g_qualstats](https://github.com/powa-team/pg_qualstats), a PostgreSQL exten= sion keeping statistics on predicates found in WHERE statements and JOIN cl= auses. ## Changelog * Miscellaneous: * Add support for PostgreSQL 17 (Georgy Shelkovy) * Bugfix: * Fix memory leak (Ronan Dunklau) * Fix column order of multi-column index in the index advisor (Julien R= ouhaud, per report from disqus user Sivan) ## Links & Credits Thank to the users who reported bugs or submitted patches, they are all cit= ed in the CHANGELOG.md file and the CONTRIBUTORS.md file. [pg_qualstats](https://github.com/powa-team/pg_qualstats) is an open projec= t. Any contribution to build a better tool is welcome. You just have to sen= d your ideas, features requests or patches using the github repository at [= github.com/pg_qualstats](https://github.com/powa-team/pg_qualstats). ## Links : * Documentation: [github.com/powa-team/pg_qualstats/blob/master/doc/READ= ME.md](https://github.com/powa-team/pg_qualstats/blob/master/doc/README.md) * Download: [github.com/powa-team/pg_qualstats/releases](https://github.c= om/powa-team/pg_qualstats/releases) * Bug tracker: [github.com/powa-team/pg_qualstats/issues](https://github.= com/powa-team/pg_qualstats/issues) --===============7532034127033738497== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_qualstats 2.1.1 is out!
 

pg_qualstats 2.1.1 is out!

Taipei, Taiwan - September 28th, 2024

pg_qualstats 2.1.1

The PoWA team is pleased to announce the re= lease of the version 2.1.1 of pg_qualstats<= /a>, a PostgreSQL extension keeping statistics on predicates found in WHERE= statements and JOIN clauses.

Changelog

  • Miscellaneous:<= ul style=3D"font-family: sans-serif; font-size: 14px; font-weight: normal; = margin: 0; margin-bottom: 15px">
  • Add support for= PostgreSQL 17 (Georgy Shelkovy)
  • Bugfix:
    • Fix memory leak= (Ronan Dunklau)
    • Fix column orde= r of multi-column index in the index advisor (Julien Rouhaud, per report fr= om disqus user Sivan)
  • Links & Credits

    Thank to the users who reported bugs or sub= mitted patches, they are all cited in the CHANGELOG.md file and the CONTRIB= UTORS.md file.

    pg_qualstat= s is an open project. Any contribution to build a better tool is welcom= e. You just have to send your ideas, features requests or patches using the= github repository at github.com/pg_qualsta= ts.

    Links :

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

    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/.
     
    --===============7532034127033738497==-- --===============3935409552079569350==--