Package: postgresql-15-repack Source: pg-repack Version: 1.5.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 252 Depends: postgresql-15, postgresql-15-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-15-repack_1.5.2-1.pgdg22.04+1_amd64.deb Size: 107616 SHA256: 4f5d981400f65e69af2736fdf4164e6a45bd0dc2806cddecf04ce6abf3b4849e SHA1: c728a0aa1b726d4b6e4c27b20874c9e5d43cfa74 MD5sum: d7d723ea911b7ad09f4cb53414680d2f 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 15.