You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Pogrebnoi 19ee9a6b16
Use postgres mem context in decryption (#6)
2 years ago
.github/workflows Adding basic github actions which test different build modes 2 years ago
src Use postgres mem context in decryption (#6) 2 years ago
.gitignore Gitignore & meson build 2 years ago
LICENSE First version of a working pg_tde AM. It's just a renaming of the heap access method at this point without any addon features 2 years ago
Makefile Restructuring the source files to create directory structure. This will allow other components to be added to in conveniently. 2 years ago
README.md Updating readme file to add the commit hash of the base commit 2 years ago
meson.build Real AES-CTR encryption done 2 years ago
pg_tde--1.0.sql First version of a working pg_tde AM. It's just a renaming of the heap access method at this point without any addon features 2 years ago
pg_tde.control First version of a working pg_tde AM. It's just a renaming of the heap access method at this point without any addon features 2 years ago

README.md

pg_tde

This is based on the heap code as of the following commit:

commit 93dcdfa88f5f9befb781558920e02d3ee86dc629
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date:   Mon Jul 10 12:14:34 2023 -0400