Raw Package Information
Package: postgresql-13-repack
Source: pg-repack
Version: 1.4.8-1.pgdg18.04+1
Architecture: i386
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-13, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.4.8-1.pgdg18.04+1_i386.deb
Size: 106456
SHA256: 922a5bbc44b27d21b6aebdb27516a4811c09343a566a45c23cc24f0f88d10e14
SHA1: a789e95f48ad04b7a027ec8b17fc5aba7c5f5187
MD5sum: 3a31b14e7c76c440dd7d4cc82174996f
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.