Re: Transparent column encryption - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Transparent column encryption
Date
Msg-id 7a430d89-233b-5cd7-6892-9fed06695d39@enterprisedb.com
Whole thread Raw
In response to Re: Transparent column encryption  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: Transparent column encryption  (Mark Dilger <mark.dilger@enterprisedb.com>)
Re: Transparent column encryption  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Here is an updated patch.  I have done some cosmetic polishing and fixed 
a minor Windows-related bug.

In my mind, the patch is complete.

If someone wants to do some in-depth code review, I suggest focusing on 
the following files:

* src/backend/access/common/printtup.c
* src/backend/commands/colenccmds.c
* src/backend/commands/tablecmds.c
* src/backend/parser/parse_param.c
* src/interfaces/libpq/fe-exec.c
* src/interfaces/libpq/fe-protocol3.c
* src/interfaces/libpq/libpq-fe.h

(Most other files are DDL boilerplate or otherwise not too interesting.)

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Requiring recovery.signal or standby.signal when recovering with a backup_label
Next
From: Julien Rouhaud
Date:
Subject: Re: Combine pg_walinspect till_end_of_wal functions with others