pgbouncer 1.23.0-1 source package in Ubuntu

Changelog

pgbouncer (1.23.0-1) unstable; urgency=medium

  * Team upload.
  * New Upstream Release

 -- Bradford D. Boyle <email address hidden>  Thu, 04 Jul 2024 12:45:59 +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.23.0-1.dsc 2.2 KiB 794d8844fe3106994ad727b7b840a6817b19f9bfb92e69009b8525ee2afc3673
pgbouncer_1.23.0.orig.tar.gz 678.6 KiB 1804219c301ef035e7f41ea9aff1e5180b4baf8845d61061e9a1085936323226
pgbouncer_1.23.0-1.debian.tar.xz 10.6 KiB 950a9bbbfcc05664b5729f8879519500a91329b95a7e8c78b7e8d84685334b04

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