Package: postgresql-13-repack Source: pg-repack Version: 1.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 244 Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.34), 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.pgdg22.04+1_amd64.deb Size: 102756 SHA256: 2e7c86317ae252f1a3f84a4f89d2cf8a8af11de306c27caa5317fbc1aecb7db1 SHA1: c5fb320d141ef8f51414805952a4e1ddb869aca0 MD5sum: 832977a725b4bac015fd688c016b4a35 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.