pgbouncer 1.22.0-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 21:01:48 +0000

Upload details

Uploaded by:
Steve Langasek
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-1build1.debian.tar.xz 10.6 KiB 091b714d9457eabdef208e5feec1d5c5094c63494db3bd1d115cda5e57905d84
pgbouncer_1.22.0-1build1.dsc 2.3 KiB 870df0adae28beda67b061fb6fcc7589cb188ecf77046e569c18a3ff2d9e35f5

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