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 1uP9dV-001SpO-BE for pgsql-announce@arkaria.postgresql.org; Wed, 11 Jun 2025 00:48: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 1uP9dS-00CGGg-6Z for pgsql-announce@arkaria.postgresql.org; Wed, 11 Jun 2025 00:48:10 +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 1uP9dR-00CGGU-AS for pgsql-announce@lists.postgresql.org; Wed, 11 Jun 2025 00:48:10 +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.96) (envelope-from ) id 1uP9dO-001KTt-2r for pgsql-announce@lists.postgresql.org; Wed, 11 Jun 2025 00:48:09 +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=EvqSIXNcGdRiJnIGj9ZQzyhqyGLP/RhUgvNMyhoUM2o=; b=t0883uU9cFYmzMA5wk5ikIAk5f Y+SMWnDtw0e5MwVasCXjPRMMpir2LY7WvE5/WF4ulOdfr2FCyt/Cm8qCHgBNdS6iYNj3AfXO5pF2P yCU6oA0fe4KdxCPQCHH9kPNl3DFmZpylPFJYYaM6bCqWj/uIwf4p+cjLp26zyQEWFxwWlpoEOuBrd nCZ0i/SkTfoKDXcBV2ER0zkZ88Le4vKgWE56AbhvhTt09+PZMwBq4ibvPce+p9KVDmjfMTzC/HPhd m3UxEZvSIryDQtKwODZCagVJoHhB28i4E9Yllt55osj1r1XpK26L6B1WdnPAMmSGm1j6JGt8V2d36 MDdfv08Q==; 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 1uP9dM-004DmO-OX for pgsql-announce@lists.postgresql.org; Wed, 11 Jun 2025 00:48:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1uP9dL-00HEar-2G for pgsql-announce@lists.postgresql.org; Wed, 11 Jun 2025 00:48:03 +0000 Content-Type: multipart/mixed; boundary="===============5876103521883484602==" MIME-Version: 1.0 Subject: powa-archivist 5.0.3 is out! To: PostgreSQL Announce From: PoWA via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Wed, 11 Jun 2025 00:47:58 +0000 Message-ID: <174960287858.789.12810940191619990323@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 3437efbd1e810051496fd4d85c481baab8f8c014a1a5a75926fb17863bdb61dd List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5876103521883484602== Content-Type: multipart/alternative; boundary="===============7057370438875273630==" MIME-Version: 1.0 --===============7057370438875273630== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - June, 7th 2025 powa-archivist 5.0.3 =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 5.0.3 of [powa-archivist](https://github.com/powa-team/powa-archivist), the core extension of the PoWA project. [PoWA (PostgreSQL Workload Analyzer)](https://powa.readthedocs.io/) is a performance tool, compatible with all supported PostgreSQL versions. It all= ows to collect and aggregate metrics gathered from multiple PostgreSQL instances using various extensions covering all parts of PostgreSQL and provides real-time charts and graphs to help monitor and tune your servers. It also suggest optimizations, like global or per-query index suggestions, to easily improve performances. - Performance - Make all history tables have TOAST_TUPLE_TARGET=3D128 set (Marc Cousi= n) - Bugfixes - Fix txid_current() usage when FullXactId > max xid (Julien Rouhaud, thanks to github user Nickuru for the repor) - Misc - Add a new powa_stat_get_activity(srvid, from, to) function (Julien Rouhaud, Thanks to Marc Cousin for the request) 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 file and the CONTRIBUTORS file. [powa-archivist](https://github.com/powa-team/powa-archivist) 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/powa-archivist](https://github.com/powa-team/powa-arc= hivist). Links : - Download: [github.com/powa-team/powa-archivist/releases](https://github= .com/powa-team/powa-archivist/releases) - Bug tracker: [github.com/powa-team/powa-archivist/issues](https://githu= b.com/powa-team/powa-archivist/issues) --===============7057370438875273630== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable powa-archivist 5.0.3 is out!
 

powa-archivist 5.0.3 is out!

Taipei, Taiwan - June, 7th 2025

powa-archivist 5.0.3

The PoWA team is pleased to announce the re= lease of the version 5.0.3 of powa-archivist, the core extension of the PoWA project.

PoWA (PostgreSQL Workloa= d Analyzer) is a performance tool, compatible with all supported PostgreSQL versions. It all= ows to collect and aggregate metrics gathered from multiple PostgreSQL instances using various extensions covering all parts of PostgreSQL and provides real-time charts and graphs to help monitor and tune your servers. It also suggest optimizations, like global or per-query index suggestions, to easily improve performances.

  • Performance
    • Make all histor= y tables have TOAST_TUPLE_TARGET=3D128 set (Marc Cousin)
  • Bugfixes
    • Fix txid_curren= t() usage when FullXactId > max xid (Julien Rouhaud, thanks to github user Nickuru for the repor)
  • Misc
    • Add a new powa_= stat_get_activity(srvid, from, to) function (Julien Rouhaud, Thanks to Marc Cousin for the request)

Links & Credits

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

powa-arch= ivist 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/powa-archivist.<= /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/.
 
--===============7057370438875273630==-- --===============5876103521883484602==--