pg-repack 1.4.7-1 source package in Ubuntu

Changelog

pg-repack (1.4.7-1) unstable; urgency=medium

  * New upstream version.
  * Upload for PostgreSQL 14.

 -- Christoph Berg <email address hidden>  Fri, 15 Oct 2021 15:17:07 +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
pg-repack_1.4.7-1.dsc 2.0 KiB e78f2dab04abcd9c65239c17240a590b33a252f746d2f344ad958a57ef110f42
pg-repack_1.4.7.orig.tar.gz 93.1 KiB bff8715073dd43b0e6a86d1e97a83cd0729191d9bf6223df42153c2400431397
pg-repack_1.4.7-1.debian.tar.xz 4.5 KiB 260d76dca93e6ddda8a81893bf7d2254e8d3999d80fe0c373506d5f64b348695

Available diffs

No changes file available.

Binary packages built by this source

postgresql-14-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 14.

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