Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pgzstd_rs |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 1 |
| Latest commit | 2025-03-13 |
| Catalogue updated | 2026-08-30 |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| zlib | zlib decompress function for PostgreSQL. |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| pg_lz4 | LZ4 compression access method for a patched PostgreSQL development branch. |
| jsonbd | Compression method for JSONB type |
| pg_deltax | Fast time-series extension for PostgreSQL |
| zson | Dictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators. |