postgresql-16-repack_1.5.0-1.pgdg20.04+1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install postgresql-16-repack=1.5.0-1.pgdg20.04+1

reorganize tables in PostgreSQL databases with minimal locks

Full 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 16.

Checksums

MD5 4d563906e0c4ac88bc1a33eafc9fd71f
SHA1 8f389a287e6f0faab483fa874c0364bc4408eed6
SHA256 bddf7c69e3201e5f89f33ed8d27fb3a9ebbb38d11849322f2dc3973aa19763ee
SHA512 6f4cc16b530986ef2e8b296f582f8ff1cc99e7161119d992a0c12e426957dbf06d73f46d5dd46a5507b8ce1be83d2c3ec7622f6511af1503d2e7e94d650f6883

Depends

  • postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)

Files

  • /usr/share/postgresql/16/extension/pg_repack.control
  • /usr/share/postgresql/16/extension/pg_repack--1.5.0.sql
  • /usr/share/doc/postgresql-16-repack/style.css
  • /usr/share/doc/postgresql-16-repack/release.rst
  • /usr/share/doc/postgresql-16-repack/pg_repack.rst.gz
  • /usr/share/doc/postgresql-16-repack/pg_repack_jp.rst.gz
  • /usr/share/doc/postgresql-16-repack/Makefile
  • /usr/share/doc/postgresql-16-repack/copyright
  • /usr/share/doc/postgresql-16-repack/changelog.Debian.gz
  • /usr/lib/postgresql/16/lib/pg_repack.so
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack/repack.bc
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack/pgut/pgut-spi.bc
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack.index.bc
  • /usr/lib/postgresql/16/bin/pg_repack

Uploaded

over 1 year ago

Package Size

106 KB

Installed Size

249 KB

Downloads

20

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/focal/postgresql-16-repack_1.5.0-1.pgdg20.04+1_amd64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/reorg/pg_repack