C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_compress |
|---|---|
| Version | 0.0.2 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2018-05-08 |
| Catalogue updated | 2026-08-30 |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| b64enc | Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions. |
| pgcompress | Provides deflate, inflate, gzip, and Brotli compression functions for bytea, text, json, and jsonb. |
| pg_bech32 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. |
| rpg_base36 | Toy Rust extension exposing a base36 encoder for PostgreSQL integers. |
| pg_lz4 | LZ4 compression access method for a patched PostgreSQL development branch. |