Package: postgresql-15-repack Source: pg-repack Version: 1.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 249 Depends: postgresql-15, postgresql-15-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-15-repack_1.5.0-1.pgdg22.04+1_amd64.deb Size: 106148 SHA256: 05e60d4787eff8ad64da40366f6f256017490094a50cb12fab8afde9fc9474e4 SHA1: 129ee1ad6d043824a24acf4758a95fcae4b1e0b6 MD5sum: f9ec4a43ca80a7867c3020836909f061 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.