Package: postgresql-11-repack Source: pg-repack Version: 1.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 230 Depends: postgresql-11, postgresql-11-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-11-repack_1.5.0-1.pgdg22.04+1_amd64.deb Size: 97172 SHA256: dd568e6e0d75022aacf48e858997e2b7dd6e3bedc23653f1203234b4f8f7223f SHA1: 47cc47dc81ed89a4fac16c2b09ea97200e08addd MD5sum: bd6a0165ef0281a143f18184d304b5e9 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 11.