Package: postgresql-13-repack Source: pg-repack Version: 1.5.0-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 249 Depends: postgresql-13, postgresql-13-jit-llvm (>= 10), 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.5.0-1.pgdg20.04+1_amd64.deb Size: 106248 SHA256: da86a6e2bf3d659614fc9e7f2ff51b74828b3188a4b265dda2dc7bc1e7618c2c SHA1: 29295b809e994f8de93efd97656d2e91a72964e8 MD5sum: c3249ddb1c9ea12c191cc16a444d80bd 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.