Package: postgresql-11-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 181 Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 70824 SHA256: d97a25b4e9ec97ac0a701cd0c019434c7a9cb229dc9aec937b570342ca0b2794 SHA1: 50fd93efa04a6f41c827e5d783d431d4b648d342 MD5sum: 8452a978c9d26dc9dc6ce5171f65e31d 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 11.