pgbouncer 1.10.0-1build1 source package in Ubuntu

Changelog

pgbouncer (1.10.0-1build1) focal; urgency=medium

  * No-change rebuild for libevent soname changes.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 19:57:31 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pgbouncer_1.10.0.orig.tar.gz 469.3 KiB d8a01442fe14ce3bd712b9e2e12456694edbbb1baedb0d6ed1f915657dd71bd5
pgbouncer_1.10.0-1build1.debian.tar.xz 9.2 KiB a96c82a6321624c2489a59d4140d793795bf89636a1ec10deab4f411511d50ba
pgbouncer_1.10.0-1build1.dsc 2.2 KiB ed98f95fbd926077e349347ac72fa269aa5f2032a08dfe254ea43425ee5ccb47

View changes file

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