Raw Package Information

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.2-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-13, postgresql-13-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.2-1.pgdg20.04+1_amd64.deb
Size: 107576
SHA256: bc1433726270fc2cde2a899c79e0b26faa38c7c908b3aed68cef8ed52b39f146
SHA1: b896d60a1bb3f51065900a46d638c1766dae3737
MD5sum: 6e12122343ece30d82c05ff7180029fa
Description: 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 13.