postgresql-12-repack_1.4.8-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.4.8-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 533743cff062116bf1b20eae3ec99e9e
SHA1 010be2e5c7e93f0039420cdcdf2ad0c128166048
SHA256 7dab49740c175c564abb92721223f47513857eea07948d96a749c510208dc235
SHA512 443022c73469a5d3d6f9f81b4cee92d4117861935c93711a13c138ba642e9af6c4bd416419066a64bcfe43bce4436b02b89ec0e079fcf33e178fb0a1ff747bfd

Depends

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

Files

  • /usr/share/postgresql/12/extension/pg_repack.control
  • /usr/share/postgresql/12/extension/pg_repack--1.4.8.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

about 2 years ago

Package Size

100 KB

Installed Size

240 KB

Downloads

192

wget

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

Homepage

https://github.com/reorg/pg_repack