Brotli compression and decompression functions for PostgreSQL.
pgext.cloud · Source code · Control file
| Package | pgbrotli |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 8 |
| Latest commit | 2021-05-01 |
| Catalogue updated | 2026-08-30 |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| jsonbd | Compression method for JSONB type |
| pg_lz4 | LZ4 compression access method for a patched PostgreSQL development branch. |
| bzip | Bzip compression and decompression |
| 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 |