pgbouncer 1.20.0-1 source package in Ubuntu

Changelog

pgbouncer (1.20.0-1) unstable; urgency=medium

  * New upstream version.
    + Deprecates online restart, give up on fixing the service file for it.
      (Closes: #813487)

 -- Christoph Berg <email address hidden>  Tue, 25 Jul 2023 16:53:22 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pgbouncer_1.20.0-1.dsc 2.2 KiB ce1b222cfd39ddbd4e65976dcd95d9d19aecf02407ae4495ba661e13353e5e0f
pgbouncer_1.20.0.orig.tar.gz 623.1 KiB e70d5a7cb8b71dd7dbabfd3571d71a4b6b99f2e85d8d71af1e734f6d86635f0e
pgbouncer_1.20.0-1.debian.tar.xz 10.4 KiB 80432ffcf69b9a099b71d9ebe875808aa6954401a006e5878ef55bef8a22d355

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 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