pgpool2 3.4.3-1 source package in Ubuntu

Changelog

pgpool2 (3.4.3-1) unstable; urgency=medium

  [ Marco Nenciarini ]
  * Imported Upstream version 3.4.3
  * Adapt packaging to 3.4 source layout
  * Disable parser and timestamp tests because they are broken
  * Bump Standards-Version to 3.9.6 (no changes required)
  * Remove old lintian overrides and svn-buildpackage config
  * Install the new pgpool.8 manpage
  * Add pgpool2-dbg debug package
  * Add myself to Uploaders
  * Remove support for pgpool extensions with Postgres versions less than 9.3
  * Fix jdbc tests when systemd is active
  * Build for PostgreSQL 9.5 (Closes: #810636)

  [ Christoph Berg ]
  * Explicitly bind to 127.0.0.1 when running tests

 -- Marco Nenciarini <email address hidden>  Tue, 02 Feb 2016 22:56:38 +0100

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
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
pgpool2_3.4.3-1.dsc 2.3 KiB ff41b0645eba13f95d68db1bf73a48a76889fb1f06de3050e481383100fedddc
pgpool2_3.4.3.orig.tar.gz 2.1 MiB b030d1a0dfb919dabb90987f429b03a67b22ecdbeb0ec1bd969ebebe690006e4
pgpool2_3.4.3-1.debian.tar.xz 11.4 KiB a78c2111b3cbfd85d887508f29cb51f9bfe9839089d577af911be25493f54b4a

Available diffs

No changes file available.

Binary packages built by this source

libpgpool-dev: pgpool control protocol library - headers

 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. This package contains headers for the pgpool
 control protocol library (libpcp).

libpgpool-dev-dbgsym: debug symbols for package libpgpool-dev

 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. This package contains headers for the pgpool
 control protocol library (libpcp).

libpgpool0: No summary available for libpgpool0 in ubuntu yakkety.

No description available for libpgpool0 in ubuntu yakkety.

libpgpool0-dbgsym: debug symbols for package libpgpool0

 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. This package contains the pgpool control
 protocol library (libpcp).

pgpool2: No summary available for pgpool2 in ubuntu yakkety.

No description available for pgpool2 in ubuntu yakkety.

pgpool2-dbg: debugging symbols for pgpool2 and libpgpool0

 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. It provides the following features:
 .
  * Connection Pooling
  * Replication
  * Load Balance
  * Limiting Exceeding Connections
  * Parallel Query
 .
 pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a
 connection between them. Therefore, a database application (frontend) thinks
 that pgpool-II is the actual PostgreSQL server, and the server (backend) sees
 pgpool-II as one of its clients. Because pgpool-II is transparent to both the
 server and the client, an existing database application can be used with
 pgpool-II almost without a change to its sources.
 .
 This package contains the debugging symbols for pgpool-II.

pgpool2-dbgsym: No summary available for pgpool2-dbgsym in ubuntu yakkety.

No description available for pgpool2-dbgsym in ubuntu yakkety.

postgresql-9.5-pgpool2: No summary available for postgresql-9.5-pgpool2 in ubuntu yakkety.

No description available for postgresql-9.5-pgpool2 in ubuntu yakkety.

postgresql-9.5-pgpool2-dbgsym: debug symbols for package postgresql-9.5-pgpool2

 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. This package contains support modules for
 the PostgreSQL 9.5 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)