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