pgbouncer 1.12.0-3 source package in Ubuntu

Changelog

pgbouncer (1.12.0-3) unstable; urgency=medium

  * Reenable TLS on 32 bit, only the testsuite was broken.
    Thanks to Julien Cristau for debugging this!

 -- Christoph Berg <email address hidden>  Tue, 26 Nov 2019 09:18:46 +0100

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
pgbouncer_1.12.0-3.dsc 2.2 KiB 1c916f7091652b2d6aff92def2da18c178e44109a77b940db44efc9ffa615be0
pgbouncer_1.12.0.orig.tar.gz 554.2 KiB 1b3c6564376cafa0da98df3520f0e932bb2aebaf9a95ca5b9fa461e9eb7b273e
pgbouncer_1.12.0-3.debian.tar.xz 10.1 KiB 9b1b411f03df3142517b119d41b0b05f9615b702eefd9d6fb5b532089e6ad7b8

Available diffs

No changes file available.

Binary packages built by this source

pgbouncer: lightweight connection pooler for PostgreSQL

 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several levels of brutality when rotating connections: session pooling,
    transaction pooling, statement pooling.
  * Low memory requirements.
  * It is not tied to one backend server, the destination databases
    can reside on different hosts.
  * Supports online reconfiguration for most of the settings.
  * Supports online restart/upgrade.

pgbouncer-dbgsym: debug symbols for pgbouncer