Package pgbouncer: Information

    Source package: pgbouncer
    Version: 1.16.1-alt1
    Build time:  Aug 17, 2022, 03:52 PM in the task #305280
    Category: Databases
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    x86_64March 24, 2024March 24, 2024

    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 rpms provided by this srpm:
    pgbouncer (x86_64, ppc64le, i586, armh, aarch64)
    pgbouncer-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Alexey Shabalin


      1. libssl-devel
      2. pkgconfig(libcares) >= 1.6.0
      3. pkgconfig(libevent)
      4. libpam-devel
      5. libsystemd-devel
      6. rpm-build-python3
      7. pandoc

    Last changed


    Feb. 10, 2022 Alexey Shabalin 1.16.1-alt1
    - 1.16.1 (Fixes: CVE-2021-3935).
    Feb. 11, 2021 Alexey Shabalin 1.15.0-alt3
    - Use python3 for build.
    Feb. 7, 2021 Alexey Shabalin 1.15.0-alt2
    - add /etc/sysconfig/pgbouncer