C extension that encodes and decodes bytea values using compact 7-bit or 6-bit text grouping.
pgext.cloud · Source code · Documentation · Control file
| Package | pgcodec7 |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 11 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | public |
| Stars | 2 |
| Latest commit | 2019-08-01 |
| Catalogue updated | 2026-08-30 |
| emojigresql | 🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation. |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| url | SQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling. |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| sid | Sortable labeled 128-bit identifier type with compact human-readable encoding. |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |
| randomstring | randomstring: generate pseudo-random text and bytea values |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |