postgresql-18-repack_1.5.3-1.pgdg24.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-18-repack=1.5.3-1.pgdg24.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 18.

Checksums

MD5 534f5080d3e35a5ddd5eeda307735fab
SHA1 37dc1c51728df80cea7f0115979645202cd2ce59
SHA256 95b340850cc1d76bbbf9869695a8209fc882766435f130fc7e22004c85af7cfd
SHA512 762aa4fd8cd8fffed56147ca042fdc90d55db3e560554d08eca67790085cda3e34c21524307c25bae50efe83429b9db731b04902be666d93a65a2f620fd27167

Depends

  • postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)

Breaks

  • postgresql-18-jit-llvm (<< 19)

Files

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

Uploaded

2 days ago

Package Size

98.9 KB

Installed Size

237 KB

Downloads

0

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/noble/postgresql-18-repack_1.5.3-1.pgdg24.04+1_amd64.deb/download.deb?distro_version_id=284"

Homepage

https://github.com/reorg/pg_repack