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 1v3EGm-00DHfv-8G for pgsql-announce@arkaria.postgresql.org; Mon, 29 Sep 2025 13:50:24 +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 1v3EGj-001OlC-WC for pgsql-announce@arkaria.postgresql.org; Mon, 29 Sep 2025 13:50:22 +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 1v3EGj-001Oit-14 for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:50:21 +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 1v3EGT-000VwH-1F for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:50:20 +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=3hBJABBegHctlhQxNfPa2BZINtQOL5IOFQqrpRQDKCA=; b=QKJteqFZg5LQM5dt27X/cUpFqb RGnB/WxhtU9W4Y7EvHKX15iogsXSFetCJDMGZrKe0KnhGKfap0HIbP97xa6ZCaDaxABhc05herLqT u5ZHRhQAXl1akWE65i78jpDttOMdNWvs5ecdO4CsIGFBdl3iV3xCwUkXi6dMuIjDpfawab4omc/wA GwSooYUC3kFHsMtDzICeFjWAL1O6TiwuyhBwvk3MGPhxEwYcu4pnha0CkP4egHISg6/Whbe26lUF7 B1YBI8ffRmIeMLt+IbeIbDKIvQOZ+XS90JRfC6MVnyhJFdVtaY/Eqxl6nDcyJsv1fohWRWiwfp7yH U+ebi8gQ==; 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 1v3EGS-001TM8-Cd for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:50: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 1v3EGR-002yHK-1B for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:50:03 +0000 Content-Type: multipart/mixed; boundary="===============7919037273530819752==" MIME-Version: 1.0 Subject: pg_stat_kcache 2.3.1 is out! To: PostgreSQL Announce From: PoWA via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Mon, 29 Sep 2025 13:49:56 +0000 Message-ID: <175915379653.817.4074695266822356118@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 40867f85754d44cbbb167eff272d8fcb47dc83d03c5d2ac7fc79fa9a62a4cc60 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============7919037273530819752== Content-Type: multipart/alternative; boundary="===============2149974843049514554==" MIME-Version: 1.0 --===============2149974843049514554== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - Sept. 28th, 2025 pg_stat_kcache 2.3.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The PoWA team is pleased to announce the release of the version 2.3.1 of pg_stat_kcache, an extension that gathers statistics about real reads and writes done by the filesystem layer and CPU usage. Changelog - Bugfixes - Fix 2.2.3 -> 2.3.0 upgrade script (Julien Rouhaud, thanks to github u= ser 1165125080 for the report) - Miscellaneous - Add postgres 18 compatibility (Georgy Shelkovy, Julien Rouhaud) Links & Credits =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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](https://github.com/powa-team/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 =3D=3D=3D=3D=3D - 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) --===============2149974843049514554== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_stat_kcache 2.3.1 is out!
 

pg_stat_kcache 2.3.1 is out!

Taipei, Taiwan - Sept. 28th, 2025

pg_stat_kcache 2.3.1

The PoWA team is pleased to announce the re= lease of the version 2.3.1 of pg_stat_kcache, an extension that gathers statistics about real reads and writes done by the filesystem layer and CPU usage. Changelog

  • Bugfixes
    • Fix 2.2.3 ->= 2.3.0 upgrade script (Julien Rouhaud, thanks to github user 1165125080 for= the report)
  • Miscellaneous
  • Add postgres 18= compatibility (Georgy Shelkovy, Julien Rouhaud)

Links & Credits

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

pg_stat_k= cache 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.<= /p>

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/.
 
--===============2149974843049514554==-- --===============7919037273530819752==--