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

Checksums

MD5 db7fc6bbdc7ee0c2afb3a19be347f1e3
SHA1 01f51270587bcdd888eef4e21ae94da7a4d623c7
SHA256 ad43dcd00234ff2197459f2f2b63e5f25e6860284f0e1461e33870e366c059e7
SHA512 fc507893ca63daaf6ec90ae0697e6bfa347e1243199907bda362f0c3c7dd7f2760bc7b3e58a5cdc9de640cbe43d9ddd473fd4abb16b221e6dc9aaef3f3eb10a4

Depends

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

Files

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

Uploaded

over 1 year ago

Package Size

102 KB

Installed Size

242 KB

Downloads

8

wget

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

Homepage

https://github.com/reorg/pg_repack