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.96) (envelope-from ) id 1vmvIY-000Dbc-3B for pgsql-announce@arkaria.postgresql.org; Mon, 02 Feb 2026 14:53:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vmvIX-00EeZN-08 for pgsql-announce@arkaria.postgresql.org; Mon, 02 Feb 2026 14:53:05 +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.96) (envelope-from ) id 1vmvBs-00EIfp-0N for pgsql-announce@lists.postgresql.org; Mon, 02 Feb 2026 14:46:13 +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.98.2) (envelope-from ) id 1vmvBm-00000000gfl-2Bf6 for pgsql-announce@lists.postgresql.org; Mon, 02 Feb 2026 14:46:12 +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=r4xsIdfAINI16Ku6Somkj/V1B5WL4HsVUuDKVPv4LLE=; b=iG6qD6grJz/L+PdQZyZ1Z2hn8r 4mh5WkAMwhybIp1ooCSB+bKlsaskrH/miK1vs+Nj1QSpUs0vksrhDOcYPvtAqf99x+crq4erBnJ6y PBYqVJccQbb2tw6FIIjdoamUkyjZpPyiTuKh2RrfwqrTi9iPT5UmuaaSSo/Pcw8+kSy+MhSLZx7OJ dl/cTKESsIAoUSvQGHvWJT8yfk+OUESKxjEwoqLpIRnngkyNYzpmVMzIEeUoRCwpgDgyEWKdjRXBH pduu+Pk9JCersBk913RFwVaJF1q/cXH98g6uDv9q51iiZMqLuQWirFuYq6i/KrPc8fYFVm9a0E1o9 FUm7zMxg==; 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.96) (envelope-from ) id 1vmvBk-001xop-0F for pgsql-announce@lists.postgresql.org; Mon, 02 Feb 2026 14:46: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 1vmvBi-003RMd-1a for pgsql-announce@lists.postgresql.org; Mon, 02 Feb 2026 14:46:03 +0000 Content-Type: multipart/alternative; boundary="===============8056467776706580339==" MIME-Version: 1.0 Subject: pgagroal 2.0 To: PostgreSQL Announce From: pgagroal via PostgreSQL Announce Reply-To: jesper.pedersen@comcast.net Date: Mon, 02 Feb 2026 14:45:08 +0000 Message-ID: <177004350841.807.8542771071072573459@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: bd7e3c3c1f2f2754aa4870e87ccf4f3e650dfdccb85f90c602ef9ca771008ab4 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============8056467776706580339== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The [pgagroal](https://pgagroal.github.io/) community is happy to announce version [2.0.0](https://pgagroal.github.io/_posts/2026-01-28-pgagr= oal-2.0.0.html). __New features__ * New I/O framework with focus on io_uring and kqueue - increased performan= ce compared to 1.x * Vault implementation which can change frontend password based on configur= ation * Grafana 12 dashboards * Support for SSL for Prometheus and new metrics * New management protocol * Support for UTF-8 passwords * Numerous improvements and bug-fixes __pgagroal__ [pgagroal](https://pgagroal.github.io/) is a high-performance protocol-nati= ve connection pool for [PostgreSQL](https://www.postgresql.org/). __Features__ * High performance * Connection pool * Limit connections for users and databases * Prefill support * Remove idle connections * Perform connection validation * Enable / disable database access * Graceful / fast shutdown * Prometheus support * Grafana 12 dashboard * Vault for frontend password management * Remote management * Authentication query support * Failover support * Transport Layer Security (TLS) v1.2+ support * Daemon mode * User vault Learn more on our [web site](https://pgagroal.github.io/) or [GitHub](https= ://github.com/pgagroal/pgagroal). Follow on [X](https://x.com/pgagroal). [pgagroal](https://pgagroal.github.io/) is released under the [3-clause BSD= license](https://opensource.org/licenses/BSD-3-Clause). --===============8056467776706580339== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgagroal 2.0
 

pgagroal 2.0

The pgagroal communit= y is happy to announce version 2.0= .0.

New features

  • New I/O framewo= rk with focus on io_uring and kqueue - increased performance compared to 1.= x
  • Vault implement= ation which can change frontend password based on configuration
  • Grafana 12 dash= boards
  • Support for SSL= for Prometheus and new metrics
  • New management = protocol
  • Support for UTF= -8 passwords
  • Numerous improv= ements and bug-fixes

pgagroal

pgagroal is a high-pe= rformance protocol-native connection pool for PostgreSQL.

Features

  • High performanc= e
  • Connection pool=
  • Limit connectio= ns for users and databases
  • Prefill support=
  • Remove idle con= nections
  • Perform connect= ion validation
  • Enable / disabl= e database access
  • Graceful / fast= shutdown
  • Prometheus supp= ort
  • Grafana 12 dash= board
  • Vault for front= end password management
  • Remote manageme= nt
  • Authentication = query support
  • Failover suppor= t
  • Transport Layer= Security (TLS) v1.2+ support
  • Daemon mode
  • User vault

Learn more on our web sit= e or GitHub. Follow on X.

pgagroal is released = under the 3-clause BSD license.

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

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/.
 
--===============8056467776706580339==--