pg-repack 1.4.2-2 source package in Ubuntu

Changelog

pg-repack (1.4.2-2) unstable; urgency=medium

  * Always qualify relation names. Patch by Masahiko Sawada; thanks to
    Nishanth Aravamudan for forwarding! Closes: #894841.
  * Move packaging repository to salsa.debian.org

 -- Christoph Berg <email address hidden>  Fri, 06 Apr 2018 14:17:58 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
pg-repack_1.4.2-2.dsc 2.1 KiB b14b9a9c177b79e36ff4da67b260d027b6a74da02292f12f524b07f01d4230c5
pg-repack_1.4.2.orig.tar.gz 90.9 KiB ab29e0b25f7df8ab8c61eb0e3e7a1fa5da3a4e47ab083d9b88f4497253b8ac53
pg-repack_1.4.2-2.debian.tar.xz 11.9 KiB d0e55ec629aec44cee67ac8ddc928a7e3675d0117c89f2631068fd2d894f22f0

No changes file available.

Binary packages built by this source

postgresql-10-repack: reorganize tables in PostgreSQL databases with minimal locks

 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 10.

postgresql-10-repack-dbgsym: debug symbols for postgresql-10-repack