Raw Package Information
Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.2-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
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.2-1.pgdg20.04+1_amd64.deb
Size: 73572
SHA256: e0a10767025d45a84b89dc4c2b43a8ea764a5b6d77c2b33432cc54f7c5a2bc1a
SHA1: fea5df78124d957949da6eecc5ac6bf2f6b9426c
MD5sum: 02a18c0ef6112154d9a1dc2c44d80645
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.