pgbouncer 1.17.0-4 source package in Ubuntu

Changelog

pgbouncer (1.17.0-4) unstable; urgency=medium

  * Install pgbouncer.service and pgbouncer.socket files from upstream.
    (Closes: #1009025)
  * Cherry-pick 04ff38b25e from upstream to fix tests.
    (Closes: #1021859, but needs 4a6de748d3 in postgresql-15 as well)

 -- Christoph Berg <email address hidden>  Mon, 24 Oct 2022 11:48:31 +0200

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

Downloads

File Size SHA-256 Checksum
pgbouncer_1.17.0-4.dsc 2.2 KiB ff4dd4e3a16324d4a5ee7685ea85fca821225a848bc95d4615f24b37e7025ecd
pgbouncer_1.17.0.orig.tar.gz 584.3 KiB 657309b7bc5c7a85cbf70a9a441b535f7824123081eabb7ba86d00349a256e23
pgbouncer_1.17.0-4.debian.tar.xz 10.8 KiB 9ce70267a12c112bfac7fd60029e8463ea91c4801c302f75baa21c9587226f4d

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 different methods of pooling 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