pglogical 2.4.0-1 source package in Ubuntu

Changelog

pglogical (2.4.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/cve-2021-3515.patch: Removed, no longer needed.
  * debian/patches/17a83481661e531669d6904920a9109424fa3339.patch: Likewise.
  * debian/patches/disable-add-table-test: Refreshed.
  * debian/patches/test_increase_timeouts.patch: Removed no longer needed
    add_table hunks.
  * debian/control, debian/tests/control: Updated for v14.
  * debian/control.in, debian/control (Build-Depends): Added liblz4-dev.
  * debian/tests/control: Removed postgresql-PGVERSION-pgtap.

 -- Michael Banck <email address hidden>  Fri, 22 Oct 2021 17:45:50 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pglogical_2.4.0-1.dsc 2.3 KiB 340dc1976dffd1c241dbb368a19791c4c2530cc96e4091d999614c684d4cc782
pglogical_2.4.0.orig.tar.gz 269.9 KiB cf3185b1317206aa75e52fed4dfa2ec9842a3585ba53a1b89e05f62c18395ef8
pglogical_2.4.0-1.debian.tar.xz 175.2 KiB cacff009e1e4267d112fabeeaf03002271076c28427c7d9c2332a98723c4cbc3

Available diffs

No changes file available.

Binary packages built by this source

postgresql-14-pglogical: Logical Replication Extension for PostgreSQL

 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model. Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.

postgresql-14-pglogical-dbgsym: debug symbols for postgresql-14-pglogical