Package: postgresql-10-repack Source: pg-repack Version: 1.5.1-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 189 Depends: postgresql-10, libc6 (>= 2.15), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.1-1.pgdg20.04+1_amd64.deb Size: 73380 SHA256: f2da1b0cfc9798aae32126595b0a47499a49bf57c99c388dab1f19bd13090dc8 SHA1: b4c0b4498d242febff9fcc828e3c063eeed52302 MD5sum: 73aec75c4e74e47ed576cb529cef6ed8 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 10.