Re: Yet another PG extension to support Gzip, LZ4, Zstd functions optimized for multi-megabyte documents

From: Boris Mironov <boris_mironov(at)outlook(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Yet another PG extension to support Gzip, LZ4, Zstd functions optimized for multi-megabyte documents
Date: 2026-07-22 16:04:23
Message-ID: PH0PR08MB7020F23D3096DA304388E6EA88C12@PH0PR08MB7020.namprd08.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello hackers,

In the meantime, over last few days, I've added support for another popular
encoding on the web: Brotli.

Now, all of the most popular compression algorithms are supported:
- gzip
- deflate
- Zstandard
- Brotli

Best regards,
Boris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ants Aasma 2026-07-22 16:09:18 Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention
Previous Message Ian Lawrence Barwick 2026-07-22 16:00:04 Re: Add a pg_wal_preallocate() SQL function to eagerly create future WAL segments