Package pgbouncer: Information

    Source package: pgbouncer
    Version: 1.3.4-alt1.1
    Build time:  Jun 25, 2011, 02:46 AM
    Category: Databases
    Report package bug
    License: BSD
    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, i586)
    pgbouncer-debuginfo (x86_64, i586)

    Maintainer: Igor Vlasenko


      1. libevent-devel

    Last changed


    June 25, 2011 Igor Vlasenko 1.3.4-alt1.1
    - rebuilt with libevent2
    Dec. 6, 2010 Alexander V Openkin 1.3.4-alt1
    - 1.3.4 release
    Oct. 15, 2009 Alexander V Openkin 1.3.1-alt1
    - 1.3.1 release