Skip to content

Module: PGBOUNCER

  • pgBouncer 1.25 Documentation

    In pgbouncer

    ConceptPGBOUNCER

    Source: https://www.pgbouncer.org/ pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will create a connection to the actual server, or it will reuse one …

    Source: https://www.pgbouncer.org/ pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will create a connection to the actual server, or it will reuse one …

  • Frequently Asked Questions

    In pgbouncer

    ReferencePGBOUNCER

    Source: https://www.pgbouncer.org/faq.html How to connect to PgBouncer? PgBouncer acts as a Postgres server, so simply point your client to the PgBouncer port. How to load-balance queries between several servers? PgBouncer does not have an internal …

    Source: https://www.pgbouncer.org/faq.html How to connect to PgBouncer? PgBouncer acts as a Postgres server, so simply point your client to the PgBouncer port. How to load-balance queries between several servers? PgBouncer does not have an internal …

  • Community

    In pgbouncer

    ConceptPGBOUNCER

    Source: https://www.pgbouncer.org/community.html Tutorials Setup pgbouncer connection pooling for PostgreSQL on CentOS/RedHat/Fedora Install on RedHat-based system. How to Set Up PgBouncer for Postgres Plus Standard Server Good overview of PgBouncer …

    Source: https://www.pgbouncer.org/community.html Tutorials Setup pgbouncer connection pooling for PostgreSQL on CentOS/RedHat/Fedora Install on RedHat-based system. How to Set Up PgBouncer for Postgres Plus Standard Server Good overview of PgBouncer …

  • Changelog

    In pgbouncer

    ReferencePGBOUNCER

    Source: https://www.pgbouncer.org/changelog.html PgBouncer 1.25.x 2026-05-08 - PgBouncer 1.25.2 - “Human touch with fresh twist in title race full of uncertainties” Security Fix CVE-2026-6664: An integer overflow in network packet parsing code in …

    Source: https://www.pgbouncer.org/changelog.html PgBouncer 1.25.x 2026-05-08 - PgBouncer 1.25.2 - “Human touch with fresh twist in title race full of uncertainties” Security Fix CVE-2026-6664: An integer overflow in network packet parsing code in …

  • Source Releases Download

    In pgbouncer

    ReferencePGBOUNCER

    Source: https://www.pgbouncer.org/downloads/ PgBouncer 1.25 File Date Size SHA256 pgbouncer-1.25.2.tar.gz 2026-05-08 865371 bytes sha256 pgbouncer-1.25.1.tar.gz 2025-12-03 864801 bytes sha256 pgbouncer-1.25.0.tar.gz 2025-11-09 863322 bytes sha256 …

    Source: https://www.pgbouncer.org/downloads/ PgBouncer 1.25 File Date Size SHA256 pgbouncer-1.25.2.tar.gz 2026-05-08 865371 bytes sha256 pgbouncer-1.25.1.tar.gz 2025-12-03 864801 bytes sha256 pgbouncer-1.25.0.tar.gz 2025-11-09 863322 bytes sha256 …

  • PgBouncer compilation and installation

    In pgbouncer

    TutorialPGBOUNCER

    Source: https://www.pgbouncer.org/install.html Building PgBouncer depends on few things to get compiled: GNU Make 3.81+ Libevent 2.0+ pkg-config OpenSSL 1.0.1+ for TLS support (optional) c-ares as alternative to Libevent’s evdns (optional) LDAP …

    Source: https://www.pgbouncer.org/install.html Building PgBouncer depends on few things to get compiled: GNU Make 3.81+ Libevent 2.0+ pkg-config OpenSSL 1.0.1+ for TLS support (optional) c-ares as alternative to Libevent’s evdns (optional) LDAP …

  • Usage: pgbouncer command

    In pgbouncer

    TaskPGBOUNCER

    Source: https://www.pgbouncer.org/usage.html Synopsis pgbouncer [-d][-R][-v][-u user] <pgbouncer.ini> pgbouncer -V|-h On Windows, the options are: pgbouncer.exe [-v][-u user] <pgbouncer.ini> pgbouncer.exe -V|-h Additional options for setting up a …

    Source: https://www.pgbouncer.org/usage.html Synopsis pgbouncer [-d][-R][-v][-u user] <pgbouncer.ini> pgbouncer -V|-h On Windows, the options are: pgbouncer.exe [-v][-u user] <pgbouncer.ini> pgbouncer.exe -V|-h Additional options for setting up a …

  • Configuration: pgbouncer.ini

    In pgbouncer

    ReferencePGBOUNCER

    Source: https://www.pgbouncer.org/config.html Description The configuration file is in “ini” format. Section names are between [ and ]. Lines starting with ; or # are taken as comments and ignored. The characters ; and # are not recognized as …

    Source: https://www.pgbouncer.org/config.html Description The configuration file is in “ini” format. Section names are between [ and ]. Lines starting with ; or # are taken as comments and ignored. The characters ; and # are not recognized as …

  • Features

    In pgbouncer

    ConceptPGBOUNCER

    Source: https://www.pgbouncer.org/features.html Several levels of brutality when rotating connections: Session pooling Most polite method. When a client connects, a server connection will be assigned to it for the whole duration it stays connected. …

    Source: https://www.pgbouncer.org/features.html Several levels of brutality when rotating connections: Session pooling Most polite method. When a client connects, a server connection will be assigned to it for the whole duration it stays connected. …