Re: Key management with tests
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Tom Kincaid <tomjohnkincaid@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Amit Kapila <amit.kapila16@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>, Stephen Frost <sfrost@snowman.net>, Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Date: 2021-01-25T19:18:05Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Rethink method for assigning OIDs to the template0 and postgres DBs.
- 2cb1272445d2 15.0 landed
-
pg_upgrade: Preserve database OIDs.
- aa01051418f1 15.0 landed
-
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
- 9a974cbcba00 15.0 landed
-
Fix for new Boolean node
- cf925936ecc0 15.0 cited
-
Improve error handling of HMAC computations
- 5513dc6a304d 15.0 cited
-
Add macro RelationIsPermanent() to report relation permanence
- 95d77149c535 14.0 landed
-
Enhance nbtree index tuple deletion.
- d168b666823b 14.0 cited
Attachments
- 1-crypto.diff.gz (application/gzip) patch
- 2-backend.diff.gz (application/gzip) patch
- 3-common.diff.gz (application/gzip) patch
- 4-pg_alterckey.diff.gz (application/gzip) patch
- 5-bin.diff.gz (application/gzip) patch
- 6-test.diff.gz (application/gzip) patch
- 7-key.diff (text/x-diff)
On Mon, Jan 18, 2021 at 05:47:34PM -0500, Tom Kincaid wrote: > I met with Bruce and Stephen this afternoon to discuss the feedback > we received so far (prior to Robert's note which I haven't fully > digested yet) > on this patch. > > Here is what we plan to do: > > 1) Bruce is going to gather all the details from the Wiki and build a > README for the TDE Key Management patch. In addition, it will include > details about the implementation, the data structures involved and the > locks that are taken and general technical implementation approach. ... > Could we get feedback if this feels like enough to get this patch > (which will include just the Key Management portion of TDE) to a state > where it can be reviewed and assuming the review issues are resolved > with consensus be committed? Attached is an updated patch that has the requested changes: * broken into seven parts * test script converted from shell to Perl * added README for every new directory * moved text from wiki to READMEs where appropriate * included Robert's suggestions, including the ability to add future non-AES crypto methods * fixes for pg_alterckey PGDATA arg processing The patch is attached, and is also here: https://github.com/postgres/postgres/compare/master...bmomjian:key.patch Questions: * What changes do people want to this patch set? * Do we want it applied, even though it might need to be hidden for PG 14? * If not, how do people build on this patch? Using the commitfest links or github URL? -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee