Package: postgresql-10-repack Source: pg-repack Version: 1.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 181 Depends: postgresql-10, 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-10-repack_1.5.0-1.pgdg22.04+1_amd64.deb Size: 69892 SHA256: 94e3eee44978dc8daf35200d25008a590c48e00b509d0236f010f1c3710460dc SHA1: 0a10c7b49a04c9f84414ba470785e49efbf8dc15 MD5sum: 03ac67719a634994dff858ce18eb389d 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 10.