Re: Transparent column encryption

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Transparent column encryption
Дата
Msg-id 7a430d89-233b-5cd7-6892-9fed06695d39@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Transparent column encryption  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Transparent column encryption  (Mark Dilger <mark.dilger@enterprisedb.com>)
Re: Transparent column encryption  (Andres Freund <andres@anarazel.de>)
Список 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.)

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Requiring recovery.signal or standby.signal when recovering with a backup_label
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Combine pg_walinspect till_end_of_wal functions with others