Raw Package Information
Package: postgresql-12-repack
Source: pg-repack
Version: 1.4.8-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 246
Depends: postgresql-12, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~), postgresql-12-jit-llvm (>= 10)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.4.8-1.pgdg20.04+1_amd64.deb
Size: 102712
SHA256: 7dab49740c175c564abb92721223f47513857eea07948d96a749c510208dc235
SHA1: 010be2e5c7e93f0039420cdcdf2ad0c128166048
MD5sum: 533743cff062116bf1b20eae3ec99e9e
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 12.