Package: postgresql-10-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 181 Depends: postgresql-10, libc6 (>= 2.38), 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.3-1.pgdg26.04+1_amd64.deb Size: 70648 SHA256: 1ef0fc6c0b2c44cd24a6e6e2ac5b43bcb1d9b1fe4dfa519df9cc04ea1d396909 SHA1: 7ef6ce00b55b624d84576013ff2dcad453fac8c1 MD5sum: 8a3d5697366667131616ddd955750738 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.