Package: postgresql-14-repack Source: pg-repack Version: 1.5.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 247 Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.2-1.pgdg22.04+1_amd64.deb Size: 105908 SHA256: 5cd77f6bb780822f767cce1f14bb5a19828a0c6c6a381dac785743ccb10db03b SHA1: d7641294506c3f3e8f269bd7ff867a23ad639604 MD5sum: 3e97466c34dd5658b76e35f8f4267fab 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 14.