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 1srCjq-00G51j-S3 for pgsql-announce@arkaria.postgresql.org; Thu, 19 Sep 2024 08:42: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 1srCjp-006yKe-Jn for pgsql-announce@arkaria.postgresql.org; Thu, 19 Sep 2024 08:42: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 1srCjo-006yKK-F1 for pgsql-announce@lists.postgresql.org; Thu, 19 Sep 2024 08:42:08 +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.94.2) (envelope-from ) id 1srCjl-001waM-E3 for pgsql-announce@lists.postgresql.org; Thu, 19 Sep 2024 08:42:07 +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=/DW925RyZXjcytMj5xWSdo7dhTW7PMVQ7Sasza/yJHY=; b=443v5F2tiq1FFIDQR1nsJpH5+Y feKSmTWjVivI6VwdRHsY0ptLJYQaBfxH/gW8Qy3NhI/8/NgNtOARPA5FK6IlI4xYf+8ILuu1PMCbo Fs9b2ooIdf5Puf0njX03PXLnWPOn+MxAaoOqnww8nAOgZFDhaFUukvS8JPwBmtp3XdvwoxFA/JoqY L6YQh7YETF2xANkskYUyXAlDMgxssvGrYDJ85I2R3qBAyZQDq3ksVSsj2B9Irc4R9gJu6U105A75P mJ1bI5b2Yxaad9PRsr5oSv2vu5w5ASzUFi/bllBeY6ZTK8Y4S+Zwg5uZqUPAnbQ5Pe4PcS35z6r0R Vrac4u/g==; 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 1srCjk-006FHy-Nq for pgsql-announce@lists.postgresql.org; Thu, 19 Sep 2024 08:42: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 1srCjj-00E2x0-0P for pgsql-announce@lists.postgresql.org; Thu, 19 Sep 2024 08:42:03 +0000 Content-Type: multipart/mixed; boundary="===============3752231494062561733==" MIME-Version: 1.0 Subject: pg_stat_kcache 2.3.0 is out! To: PostgreSQL Announce From: PoWA via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Thu, 19 Sep 2024 08:41:14 +0000 Message-ID: <172673527459.1128083.2777991503247337330@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: b6617ea9c19f9c7169b010ea643d9e17fbd66d0c23d10bede824ec3b4309d55a List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============3752231494062561733== Content-Type: multipart/alternative; boundary="===============5593753615911036392==" MIME-Version: 1.0 --===============5593753615911036392== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - September 17th, 2024 # pg_stat_kcache 2.3.0 The PoWA team is pleased to announce the release of the version 2.3.0 ofpg_= stat_kcache, an extension that gathers statistics about real reads and writ= es done by the filesystem layer and CPU usage. # Changelog **New features**: - Track entry creation timestamp (Julien Rouhaud, thanks to Andrei Zubkov= for the feature request) **Bugfix**: - Fix some issues with tracking nesting level (Julien Rouhaud) - Fix the pgsk_counters_hook declaration (Julien Rouhaud) **Miscellaneous**: - Add postgres 17 compatibility (Georgy Shelkovy) # 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_stat_kcache is an open project. Any contribution to build a better tool = is welcome. You just have to send your ideas, features requests or patches = using the github repository at [github.com/powa-team/pg_stat_kcache](https:= //github.com/powa-team/pg_stat_kcache). ## Links : - Documentation: [github.com/powa-team/pg_stat_kcache/blob/master/README.= rst](https://github.com/powa-team/pg_stat_kcache/blob/master/README.rst) - Download: [github.com/powa-team/pg_stat_kcache/releases](https://github= .com/powa-team/pg_stat_kcache/releases) - Bug tracker: [github.com/powa-team/pg_stat_kcache/issues](https://githu= b.com/powa-team/pg_stat_kcache/issues) --===============5593753615911036392== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_stat_kcache 2.3.0 is out!
 

pg_stat_kcache 2.3.0 is out!

Taipei, Taiwan - September 17th, 2024

pg_stat_kcache 2.3.0

The PoWA team is pleased to announce the re= lease of the version 2.3.0 ofpg_stat_kcache, an extension that gathers stat= istics about real reads and writes done by the filesystem layer and CPU usa= ge.

Changelog

New features:

  • Track entry cre= ation timestamp (Julien Rouhaud, thanks to Andrei Zubkov for the feature request)

Bugfix:

  • Fix some issues= with tracking nesting level (Julien Rouhaud)
  • Fix the pgsk_co= unters_hook declaration (Julien Rouhaud)

Miscellaneous:

  • Add postgres 17= compatibility (Georgy Shelkovy)

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_stat_kcache is an open project. Any cont= ribution to build a better tool is welcome. You just have to send your idea= s, features requests or patches using the github repository at github.com/powa-team/pg_stat_kcache.

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/.
 
--===============5593753615911036392==-- --===============3752231494062561733==--