Re: [HACKERS] Custom compression methods

From: Ildus Kurbangaliev <i(dot)kurbangaliev(at)postgrespro(dot)ru>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [HACKERS] Custom compression methods
Date: 2018-12-03 12:43:32
Message-ID: 20181203154332.7b1f4d6f@wp.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 30 Nov 2018 15:08:39 +0100
Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:

> > On Thu, Sep 6, 2018 at 5:27 PM Ildus Kurbangaliev
> > <i(dot)kurbangaliev(at)postgrespro(dot)ru> wrote:
> >
> > Hi, attached latest set of patches. Rebased and fixed pg_upgrade
> > errors related with zlib support.
>
> Thank you for working on this patch, I believe the ideas mentioned in
> this thread are quite important for Postgres improvement.
> Unfortunately, patch has some conflicts now, could you post a rebased
> version one more time?

Hi, here is a rebased version. I hope it will get some review :)

--
---
Ildus Kurbangaliev
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachment Content-Type Size
0001-Make-syntax-changes-for-custom-compression-metho-v20.patch text/x-patch 9.2 KB
0002-Add-compression-catalog-tables-and-the-basic-inf-v20.patch text/x-patch 113.9 KB
0003-Add-rewrite-rules-and-tupdesc-flags-v20.patch text/x-patch 24.4 KB
0004-Add-pglz-compression-method-v20.patch text/x-patch 7.6 KB
0005-Add-zlib-compression-method-v20.patch text/x-patch 10.0 KB
0006-Add-psql-pg_dump-and-pg_upgrade-support-v20.patch text/x-patch 34.4 KB
0007-Add-tests-for-compression-methods-v20.patch text/x-patch 147.3 KB
0008-Add-documentation-for-custom-compression-methods-v20.patch text/x-patch 17.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2018-12-03 12:44:57 Re: Undo worker and transaction rollback
Previous Message David Rowley 2018-12-03 11:42:31 Delay locking partitions during query execution