Dec 19, 2017 - PgBouncer 1.8

PgBouncer 1.8 is out. New features are support for PAM authentication and many enhancements in the SHOW commands for monitoring. Building against OpenSSL 1.1 is now supported. See full details in changelog.

Download here: pgbouncer-1.8.tar.gz

Feb 26, 2016 - PgBouncer 1.7.2

PgBouncer 1.7.2 maintenance release is out. Main fixes are for memory cleanup code introduced in 1.7.1. See full details in changelog.

Dowload here: pgbouncer-1.7.2.tar.gz

Feb 18, 2016 - PgBouncer 1.7.1

PgBouncer 1.7.1 maintenance release is out. It contains mainly tuning of TLS-related code. See full details in changelog.

Dowload here: pgbouncer-1.7.1.tar.gz

WARNING: 1.7.x behaviour change

Since version 1.7, server_reset_query is not executed when database is in transaction-pooling mode. Seems this was not highlighted enough in 1.7 announcement. If your apps depend on that happening, use server_reset_query_always to restore previous behaviour.