pgbouncer 1.22.0-1build2 source package in Ubuntu

Changelog

pgbouncer (1.22.0-1build2) noble; urgency=medium

  * No-change rebuild against libevent-2.1-7t64

 -- Simon Chopin <email address hidden>  Fri, 29 Mar 2024 17:28:56 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.22.0.orig.tar.gz 654.9 KiB c6ee37a8d7ddbebbf8442d8f08ec07c3da46afb2aae3967388c1481698a77858
pgbouncer_1.22.0-1build2.debian.tar.xz 10.7 KiB 73375f3a1ca67d904146a821f53018cf0aa6b44daf76c442a6471760a438f263
pgbouncer_1.22.0-1build2.dsc 2.1 KiB 1694aaac859a664b525ca359c22d4eb823074e486fa7bc1b8b6493878c8781fb

Available diffs

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