Re: Key management with tests

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Tom Kincaid <tomjohnkincaid(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>
Subject: Re: Key management with tests
Date: 2021-03-15 16:50:46
Message-ID: 20210315165046.GA2770@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 11, 2021 at 10:31:28PM -0500, Bruce Momjian wrote:
> I have made significant progress on the cluster file encryption feature so
> it is time for me to post a new set of patches.

Here is a rebase, to keep the cfbot green.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

Attachment Content-Type Size
cfe-01-doc_over_master.diff.gz application/gzip 3.6 KB
cfe-02-internaldoc_over_cfe-01-doc.diff.gz application/gzip 4.7 KB
cfe-03-scripts_over_cfe-02-internaldoc.diff.gz application/gzip 3.1 KB
cfe-04-common_over_cfe-03-scripts.diff.gz application/gzip 8.2 KB
cfe-05-crypto_over_cfe-04-common.diff.gz application/gzip 6.5 KB
cfe-06-backend_over_cfe-05-crypto.diff.gz application/gzip 7.0 KB
cfe-07-bin_over_cfe-06-backend.diff.gz application/gzip 9.1 KB
cfe-08-pg_alterckey_over_cfe-07-bin.diff.gz application/gzip 8.2 KB
cfe-09-test_over_cfe-08-pg_alterckey.diff.gz application/gzip 54.6 KB
cfe-10-hint_over_cfe-09-test.diff.gz application/gzip 4.7 KB
cfe-11-persistent_over_cfe-10-hint.diff text/x-diff 7.2 KB
cfe-12-gist_over_cfe-11-persistent.diff text/x-diff 6.6 KB
cfe-13-rel_over_cfe-12-gist.diff.gz application/gzip 8.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2021-03-15 16:52:13 Re: REINDEX backend filtering
Previous Message Julien Rouhaud 2021-03-15 16:43:36 Re: Parser Hook