Extensions / Functions and aggregates
Computes deterministic row fingerprints, checksums, and XOR aggregates with SeaHash and FarmHash variants.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_row_hashes |
|---|---|
| Version | 0.3.2 |
| PostgreSQL versions | 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2026-06-21 |
| Catalogue updated | 2026-08-30 |
| scrub | Background worker that scans heaps, B-tree indexes, TOAST data, page structure, and checksums for corruption. |
| pg_luhn | Luhn checksum, validation, and check-digit generation functions. |
| pgl_validate | Cross-node data validation for pglogical and PostgreSQL logical replication — lag-correct, contract-aware row-count and checksum verification with sound (zero-false-positive) divergence detection. |
| hash64 | Stable 64-bit hash function whose results do not change across PostgreSQL major versions. |
| pg_bech32 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. |
| emojigresql | 🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation. |
| pgcmp | Support extension for pg_comparator, providing checksum and cast functions for PostgreSQL data comparison. |