postgresql-18-repack_1.5.3-1.pgdg24.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-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 1ac052b07ddef4580ec725017f424cd0
SHA1 362c505b9ce2975fab7aeb8cb20c52430c23e5e6
SHA256 9cc6ba0d1d29c547c930c515097145a22136084f585bfaa821353a815796c088
SHA512 8ec3e6d55c77ff759ba112664071ec5f5631031188f8d390628721b2bf2c0b6df0c1f48b6f3c476e461a42f49c12b3ece71e63299138b8406331f53ed768b890

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

96.8 KB

Installed Size

298 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_arm64.deb/download.deb?distro_version_id=284"

Homepage

https://github.com/reorg/pg_repack