Package: postgresql-17-repack Source: pg-repack Version: 1.5.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 252 Depends: postgresql-17, postgresql-17-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.2-1.pgdg22.04+1_amd64.deb Size: 107884 SHA256: 6f11c3d0f55f3f96ba1c6bc8c15eb9ec5032894aa7fd38b9786cff483061f0f9 SHA1: 18e32e5a275320b76ac5bac41373270fa6fa53f1 MD5sum: 8bec3ad8652d8a6698dc9205487653d2 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 17.