<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title></title>
		<description>Lightweight connection pooler for PostgreSQL</description>
		<link>https://www.pgbouncer.org/</link>
		<atom:link href="https://www.pgbouncer.org//feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>PgBouncer 1.25.1</title>
				<description>&lt;p&gt;PgBouncer 1.25.1 has been released. This release fixes CVE-2025-12819:
Before this release it was possible for an unauthenticated attacker to execute arbitrary SQL during authentication by providing a malicious search_path parameter in the StartupMessage. Systems that have ALL the following configurations are vulnerable:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;track_extra_parameters&lt;/code&gt; includes search_path (non-default configuration, probably only configured in setups involving Citus or PostgreSQL 18)&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_user&lt;/code&gt; is set to a non-empty string (non-default configuration)&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_query&lt;/code&gt; is configured without fully-qualified object names (default configuration, the &amp;lt; operator is not schema q&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This release also fixes a bunch of bugs/issues introduced in the recent 1.25.0 release.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-125x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.25.1/pgbouncer-1.25.1.tar.gz&quot;&gt;pgbouncer-1.25.1.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.25.1/pgbouncer-1.25.1.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2025/12/pgbouncer-1.25-1</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2025/12/pgbouncer-1.25-1</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.25.0</title>
				<description>&lt;p&gt;PgBouncer 1.25.0 has been released. This release contains a number of new
features along with a variety of improvements and bug fixes. Highlights are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Support for LDAP authentication.&lt;/li&gt;
  &lt;li&gt;Support for client-side “direct” TLS connections.&lt;/li&gt;
  &lt;li&gt;Reporting connected but idle client connections as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;idle&lt;/code&gt; instead of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;active&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Greatly improving performance of SCRAM authentication.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-125x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.25.0/pgbouncer-1.25.0.tar.gz&quot;&gt;pgbouncer-1.25.0.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.25.0/pgbouncer-1.25.0.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Sun, 09 Nov 2025 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2025/11/pgbouncer-1.25-0</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2025/11/pgbouncer-1.25-0</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.24.1</title>
				<description>&lt;p&gt;PgBouncer 1.24.1 has been released. This release fixes CVE-2025-2291, which
could allow an attacker to bypass Postgres its password expiry. Such a password
expiry would have been set up in Postgres using the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;VALID UNTIL&lt;/code&gt; clause. This
is a security issue that affects all versions of PgBouncer. If you use both
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;VALID UNTIL&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_user&lt;/code&gt; then you should upgrade, or change the
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_query&lt;/code&gt; in your config file to the new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_query&lt;/code&gt; that is used by
default in this release. If you are using a custom &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_query&lt;/code&gt; then you should
update it be similar to the new default &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;auth_query&lt;/code&gt; in this release.&lt;/p&gt;

&lt;p&gt;This release also fixes PAM authentication by reverting support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pam&lt;/code&gt; in
the HBA file. PAM authentication was accidentally broken in 1.24.0.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-124x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.24.1/pgbouncer-1.24.1.tar.gz&quot;&gt;pgbouncer-1.24.1.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.24.1/pgbouncer-1.24.1.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Wed, 16 Apr 2025 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2025/04/pgbouncer-1-24-1</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2025/04/pgbouncer-1-24-1</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.24.0</title>
				<description>&lt;p&gt;PgBouncer 1.24.0 has been released. This release contains a number of new
features along with a variety of improvements and bug fixes. Highlights are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Tracking and limiting connection counts per user and database.&lt;/li&gt;
  &lt;li&gt;Greatly reducing performance overhead of RELOAD on setups with TLS enabled.&lt;/li&gt;
  &lt;li&gt;Prepared statement support being turned on by default.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-124x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.24.0/pgbouncer-1.24.0.tar.gz&quot;&gt;pgbouncer-1.24.0.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.24.0/pgbouncer-1.24.0.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2025/01/pgbouncer-1.24.0</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2025/01/pgbouncer-1.24.0</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.23.1</title>
				<description>&lt;p&gt;PgBouncer 1.23.1 has been released. This release fixes two crashes that could
occur since 1.23.0. If you are on 1.23.0, upgrading to 1.23.1 is strongly
recommended.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-123x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.23.1/pgbouncer-1.23.1.tar.gz&quot;&gt;pgbouncer-1.23.1.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.23.1/pgbouncer-1.23.1.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Fri, 02 Aug 2024 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2024/08/pgbouncer-1-23-1</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2024/08/pgbouncer-1-23-1</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.23.0</title>
				<description>&lt;p&gt;PgBouncer 1.23.0 has been released. This release contains a number of new
features along with a variety of improvements and bug fixes. Highlights are:
User name maps can now be used in authentication configuration. In
multi-process PgBouncer setups, it is now possible to do rolling restarts.
Replication connections can go through PgBouncer.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-123x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.23.0/pgbouncer-1.23.0.tar.gz&quot;&gt;pgbouncer-1.23.0.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.23.0/pgbouncer-1.23.0.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Wed, 03 Jul 2024 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2024/07/pgbouncer-1-23-0</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2024/07/pgbouncer-1-23-0</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.22.1</title>
				<description>&lt;p&gt;PgBouncer 1.22.1 has been released. This release fixes issues caused by some
clients using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;COPY FROM STDIN&lt;/code&gt; queries. Such queries could introduce memory
leaks, performance regressions and prepared statement misbehavior.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-122x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.22.1/pgbouncer-1.22.1.tar.gz&quot;&gt;pgbouncer-1.22.1.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.22.1/pgbouncer-1.22.1.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Mon, 04 Mar 2024 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2024/03/pgbouncer-1-22-1</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2024/03/pgbouncer-1-22-1</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.22.0</title>
				<description>&lt;p&gt;PgBouncer 1.22.0 has been released. The main feature this release adds is
support for the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;DISCARD ALL&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;DEALLOCATE ALL&lt;/code&gt; commands when enabling
prepared statement support in transaction pooling mode (by setting
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;max_prepared_statements&lt;/code&gt; to a non-zero value). This is an important improvement
in the prepared statement support that clears the road for us to be able to
enable prepared statement support by default in a future release.&lt;/p&gt;

&lt;p&gt;Other than that this release contains some small improvements and bugfixes,
including improvements to our recommended SystemD configuration files.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-122x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.22.0/pgbouncer-1.22.0.tar.gz&quot;&gt;pgbouncer-1.22.0.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.22.0/pgbouncer-1.22.0.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;
</description>
				<pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2024/01/pgbouncer-1-22-0</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2024/01/pgbouncer-1-22-0</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.21.0</title>
				<description>&lt;p&gt;PgBouncer 1.21.0 has been released. This release adds one of PgBouncer its most
requested features: Support for named prepared statements!
See &lt;a href=&quot;https://pgbouncer.org/config.html#max_prepared_statements&quot;&gt;the docs on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;max_prepared_statements&lt;/code&gt;&lt;/a&gt;
for details on how the feature works, its limitations, and how to tune the
value of the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;max_prepared_statements&lt;/code&gt; setting.&lt;/p&gt;

&lt;p&gt;Apart from prepared statement support this release also includes various other
improvements, such as much more secure default TLS settings and changes
required for FIPS compliance. And it also fixes various bugs and crashes.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-121x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.21.0/pgbouncer-1.21.0.tar.gz&quot;&gt;pgbouncer-1.21.0.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.21.0/pgbouncer-1.21.0.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;

</description>
				<pubDate>Mon, 16 Oct 2023 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2023/10/pgbouncer-1-21-0</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2023/10/pgbouncer-1-21-0</guid>
			</item>
		
			<item>
				<title>PgBouncer 1.20.1</title>
				<description>&lt;p&gt;PgBouncer 1.20.1 has been released.  This minor release reverts back an
unintended change in behaviour when &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;options&lt;/code&gt; was specified in
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ignore_startup_parameters&lt;/code&gt;. This behavioural change was introduced in 1.20.0.
It also makes some minor changes to documentation.&lt;/p&gt;

&lt;p&gt;See the full details in the &lt;a href=&quot;/changelog.html#pgbouncer-120x&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Download here:
&lt;a href=&quot;/downloads/files/1.20.1/pgbouncer-1.20.1.tar.gz&quot;&gt;pgbouncer-1.20.1.tar.gz&lt;/a&gt;
(&lt;a href=&quot;/downloads/files/1.20.1/pgbouncer-1.20.1.tar.gz.sha256&quot;&gt;sha256&lt;/a&gt;)&lt;/p&gt;

</description>
				<pubDate>Wed, 09 Aug 2023 00:00:00 +0000</pubDate>
				<link>https://www.pgbouncer.org//2023/08/pgbouncer-1-20-1</link>
				<guid isPermaLink="true">https://www.pgbouncer.org//2023/08/pgbouncer-1-20-1</guid>
			</item>
		
	</channel>
</rss>
