Package: postgresql-12-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 193 Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 75572 SHA256: 5f565128fa05b34d46eedb173a2aa4c4698964eb5b41b3023756bca6d097f049 SHA1: 8a55e3f970cc40cf759edc77ddd744a9e50297e7 MD5sum: 19291d9deb1485cb5f98de62561377c4 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 12.