LZ4 compression access method for a patched PostgreSQL development branch.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_lz4 |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 22 |
| Latest commit | 2019-03-18 |
| Catalogue updated | 2026-08-30 |
| jsonbd | Compression method for JSONB type |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| tuple_fdw | Proof-of-concept C foreign data wrapper for append-only, LZ4-compressed binary tuple files used as cold storage. |
| zlib | zlib decompress function for PostgreSQL. |
| 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. |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |
| zson | Dictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators. |