postgresql-14-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-14-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 14.

Checksums

MD5 c9d16e6573a07f8b84615bce4f22f0be
SHA1 f028640d04cbc6d3a5b2e2b13877a26d3fcc10f5
SHA256 c7cae48e53d354713ce39c07e111f918bc1b646a02abab159fcc30c1cf101d32
SHA512 9e1fde4c3ca112880ea538a09283530467d33b43294dca370ca8a0e85887a3843833bfb85c6c06f01f410e3bf7bdabe1cfd1a539ad197f1685fed1c3a1cf6fd5

Depends

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

Files

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

Uploaded

over 1 year ago

Package Size

105 KB

Installed Size

248 KB

Downloads

85

wget

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

Homepage

https://github.com/reorg/pg_repack