postgresql-12-repack_1.4.7-2.pgdg18.04+1_arm64.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.7-2.pgdg18.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 23256c92d1094754352854d6bf34717e
SHA1 6d3c80983b957c0b98062b1ced70e3e4d473a096
SHA256 df26bee2dd94bc94085560199572fb30a2d5df4122b2902960165e7468889462
SHA512 1a6d74b9dbadd436ff3c5c2777539a680e81eaa4035f3fe679392e6c833d07d550dbf2299a87ec383a6a64337c77bdf793a95ebc61fb55cd60650b38c1a1742e

Depends

  • postgresql-12, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)

Files

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

Uploaded

over 3 years ago

Package Size

68.2 KB

Installed Size

166 KB

Downloads

4,676

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/bionic/postgresql-12-repack_1.4.7-2.pgdg18.04+1_arm64.deb/download.deb?distro_version_id=190"

Homepage

https://github.com/reorg/pg_repack