Re: [HACKERS] Custom compression methods

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, David Steele <david(at)pgmasters(dot)net>, Ildus Kurbangaliev <i(dot)kurbangaliev(at)gmail(dot)com>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [HACKERS] Custom compression methods
Date: 2021-02-18 21:13:14
Message-ID: 20210218211314.GC14772@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

@cfbot: Resending with fixes to regression tests.

I'm hoping to see check-world pass --with-lz4 on an environment other than my
own PC.

Attachment Content-Type Size
0001-Disallow-compressed-data-inside-container-types.patch text/x-diff 6.3 KB
0002-Built-in-compression-method.patch text/x-diff 108.5 KB
0003-psql-Add-HIDE_COMPRESSAM-for-regress-testing.patch text/x-diff 4.3 KB
0004-Add-default_toast_compression-GUC.patch text/x-diff 10.4 KB
0005-default-to-with-lz4.patch text/x-diff 1.7 KB
0006-fixups.patch.patch text/x-diff 6.4 KB
0007-alter-table-set-compression.patch text/x-diff 29.3 KB
0008-Add-support-for-PRESERVE.patch text/x-diff 52.4 KB
0009-Create-custom-compression-methods.patch text/x-diff 35.6 KB
0010-new-compression-method-extension-for-zlib.patch text/x-diff 10.0 KB
0011-Support-compression-methods-options.patch text/x-diff 64.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-02-18 23:03:54 Re: [HACKERS] logical decoding of two-phase transactions
Previous Message Tomas Vondra 2021-02-18 21:03:56 Re: Improvements and additions to COPY progress reporting