Package: postgresql-14-repack Source: pg-repack Version: 1.5.1-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 255 Depends: postgresql-14, postgresql-14-jit-llvm (>= 10), libc6 (>= 2.15), 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.1-1.pgdg20.04+1_amd64.deb Size: 108244 SHA256: d0f95e4c05065328883d03da0faa7ee7b8822642fe8a07dd4a20d1cde3d78b48 SHA1: 207232e79c020e7b17078c6762c7560cee1b62bd MD5sum: ddc1fddb64989f2e628f70783715957e 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.