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