Package pgbouncer: Information
Source package: pgbouncer
Version: 1.25.1-alt1
Build time: Dec 4, 2025, 09:27 AM in the task #401756
Category: Databases
Report package bugHome page: https://github.com/pgbouncer/pgbouncer
License: ISC
Summary: Lightweight connection pooler for PostgreSQL
Description:
Several levels of brutality when rotating connections: Session pooling - Most polite method. When client connects, a server connection will be assigned to it for the whole duration it stays connected. When client disconnects, the server connection will be put back into pool. Transaction pooling - Server connection is assigned to client only during a transaction. When PgBouncer notices that transaction is over, the server will be put back into pool. This is a hack as it breaks application expectations of backend connection. You can use it only when application cooperates with such usage by not using features that can break. See the table below for breaking features. Statement pooling - Most aggressive method. This is transaction pooling with a twist - multi-statement transactions are disallowed. This is meant to enforce "autocommit" mode on client, mostly targeted for PL/Proxy.
List of RPM packages built from this SRPM:
pgbouncer (x86_64, i586, aarch64)
pgbouncer-debuginfo (x86_64, i586, aarch64)
pgbouncer (x86_64, i586, aarch64)
pgbouncer-debuginfo (x86_64, i586, aarch64)
Maintainer: Alexei Takaseev
List of contributors:
Alexei Takaseev
Michael Shigorin
Alexey Shabalin
Grigory Ustinov
Ivan Zakharyaschev
Denis Medvedev
Alexander V Openkin
Alexei Takaseev
Michael Shigorin
Alexey Shabalin
Grigory Ustinov
Ivan Zakharyaschev
Denis Medvedev
Alexander V Openkin
Last changed
Dec. 4, 2025 Alexei Takaseev 1.25.1-alt1
- 1.25.0 (Fixes: CVE-2025-12819) - Drop pgbouncer-1.25.0-Fix-build-on-i586.patch (Fix upstream)
Nov. 10, 2025 Alexei Takaseev 1.25.0-alt1
- 1.25.0 - Enable manpages - Add pgbouncer-1.25.0-Fix-build-on-i586.patch - Add LDAP authentication
April 30, 2025 Alexei Takaseev 1.24.1-alt1
- 1.24.1 (Fixes: CVE-2025-2291). - Disable manpages (pandoc while broken)