Decompress gzip-compressed bytea values to text or bytea.
pgext.cloud · Source code · Control file
| Package | gunzip_pg |
|---|---|
| Version | 0.2 |
| PostgreSQL versions | 10 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2019-10-24 |
| Catalogue updated | 2026-07-30 |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| zlib | zlib decompress function for PostgreSQL. |
| zson | Dictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators. |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| tsvector2 | Compressed alternative to PostgreSQL tsvector without the original 1 MB limit, with compatible search functions and GIN, GiST, and optional RUM indexing. |
| pg_lz4 | LZ4 compression access method for a patched PostgreSQL development branch. |
| jsonbd | Compression method for JSONB type |