Package: postgresql-12-repack Source: pg-repack Version: 1.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 242 Depends: postgresql-12, postgresql-12-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-12-repack_1.5.0-1.pgdg22.04+1_amd64.deb Size: 101908 SHA256: 564fdcb2291cd459f491fce8ef1e13a4f31467c165086125e5635ca4fae124e8 SHA1: bf17f4eb7f9bb5889b40af70b37183f41849d154 MD5sum: 987781f5eacb9b1fe8f47e411a19bcc6 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.