Package: postgresql-13-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 193 Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 76104 SHA256: 76a789eec1503af609e58918af4473a95a96ff88f34089779b337e65e3f7bec3 SHA1: 0bdadbf1f71539d97fc8b60e4170c35cf8a272d8 MD5sum: 35d8b851ecb5597e5b7ea433988dab93 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 13.