pg-repack 1.4.8-2 source package in Ubuntu

Changelog

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

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Sun, 17 Sep 2023 20:43: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

Downloads

File Size SHA-256 Checksum
pg-repack_1.4.8-2.dsc 2.0 KiB c7d636acf40c5b22735dd0e44a3366534fc853e447cd1f044165d9827b0173cf
pg-repack_1.4.8.orig.tar.gz 93.6 KiB 18b4d871c1abf78cf0b1b1fe6081d435d183a8dc5eb977576e7a47fe113dd4ec
pg-repack_1.4.8-2.debian.tar.xz 4.5 KiB cd68c8d8d33cdbbdc4cb6b99d59eb03fbfcb59c49f3190b52bd6912ba290c44e

Available diffs

No changes file available.

Binary packages built by this source

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

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