Re: [HACKERS] Custom compression methods

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, 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-03-20 23:20:39
Message-ID: 20210320232039.GY11765@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rebased on HEAD.
0005 forgot to update compression_1.out.
Included changes to ./configure.ac and some other patches, but not Tomas's,
since it'll make CFBOT get mad as soon as that's pushed.

--
Justin

Attachment Content-Type Size
v2-0001-Add-docs-for-default_toast_compression.patch text/x-diff 1.8 KB
v2-0002-doc-pg_dump-no-toast-compression.patch text/x-diff 1.1 KB
v2-0003-Compression-method-is-an-char-not-an-OID.patch text/x-diff 1.8 KB
v2-0004-Remove-duplicative-macro.patch text/x-diff 922 bytes
v2-0005-Error-on-invalid-compression-in-CREATE-and-ALTER.patch text/x-diff 3.1 KB
v2-0006-.-configure-Avoid-warnings-on-Mac-with-lz4.patch text/x-diff 1.6 KB
v2-0007-Commentary-about-slicing.patch text/x-diff 2.5 KB
v2-0008-specially-handle-SET-default_toast_compression-lz.patch text/x-diff 1.0 KB
v2-0009-Alternately-WIP-Change-default_toast_compression-.patch text/x-diff 5.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2021-03-20 23:26:48 Re: Using COPY FREEZE in pgbench
Previous Message Justin Pryzby 2021-03-20 23:19:57 Re: [HACKERS] Custom compression methods (mac+lz4.h)