select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Administration

scrub

Background worker that scans heaps, B-tree indexes, TOAST data, page structure, and checksums for corruption.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagescrub
Version1.0
RepositoryUnspecified
Extension typePreloaded
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariesscrub
Stars3
Latest commit2025-12-01
Catalogue updated2026-08-30

Related extensions

See also

pg_row_hashesComputes deterministic row fingerprints, checksums, and XOR aggregates with SeaHash and FarmHash variants.
pg_checkProvides basic integrity checks for data files.
lsm3LSM tree index access method based on PostgreSQL B-tree indexes
gevelIndex-inspection functions for GiST, GIN, SP-GiST, B-tree, and BRIN indexes.
index_adviserAlibaba Cloud RDS extension that analyzes workloads and recommends B-tree indexes.
hyperspaceFour-dimensional point, box, and circle types with B-tree and SP-GiST/KD-tree operator classes.
pg_fractionAdds a fraction data type with arithmetic, comparison, aggregate and B-tree operator-class support.
lsm_idxExperimental LSM-style index access method built on PostgreSQL B-tree internals