postgresql-13-repack_1.4.6-2_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-13-repack=1.4.6-2

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 13.

Checksums

MD5 853d4f805d0f47733a12a310cd97f568
SHA1 d09cd1dc42c7e667bb3ec53e419d5e22973b1874
SHA256 fdf1b9c29fa917667fea29cd960101e672855e791554f60c0e2d6c51f510569c
SHA512 dbedb2a645493705d077bf51351d35d170f2bb2bc9d18fa628f73494e8b045d71c9951047a347a62477be1cce70815528a1d7030078bf75f3c193aa9ce9685e2

Depends

  • postgresql-13, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)

Files

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

Uploaded

over 2 years ago

Package Size

101 KB

Installed Size

232 KB

Downloads

329

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/focal/postgresql-13-repack_1.4.6-2_amd64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/reorg/pg_repack