This module provides datatypes for storing SHA-1, SHA-2 and MD5 hashes
pgext.cloud · Documentation · PGXN
| Package | sha |
|---|---|
| Version | 1.1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Catalogue updated | 2026-07-30 |
| hashtypes | sha1, md5 and other data types for PostgreSQL |
| md5hash | type for storing 128-bit binary data inline |
| pg_etag | Fast ETag generation for rows and result sets using BLAKE2 hashes, with single-input functions and aggregates. |
| hashlib | Stable hash functions for Postgres |
| fnvhash | FNV hash functions for PostgreSQL. |
| vihash | version-independent hash functions |
| pg_tamperlog_rust | Rust pgrx helper extension for pg_tamperlog fast SHA-256 hash-chain calculations. |
| check_chapmd5_password | Function for verifying CHAP-MD5 authentication responses. |