Commit Graph

60682 Commits (1e850764910b3aa670607f3c510df401315ea0ca)
 

Author SHA1 Message Date
Andrew Pogrebnoy 1e85076491 PG-1895 Rewrite global providers during basebackup 1 week ago
Andreas Karlsson 72e3b597c8 Add some simple tests for the archive and restore command 1 week ago
Anders Åstrand 1b13757895 Clean up some triple newlines 1 week ago
Anders Åstrand d0d0d2dfb4 PG-1892 Rework WalEncryptionKey into ranges 1 week ago
Anders Åstrand 329bbfba3c PG-1892 Do not use InternalKey for encrypted keys 1 week ago
Anders Åstrand ca48e7fb7a PG-1892 Move InternalKey to common file 1 week ago
Andreas Karlsson e9e9266d03 Use Perl constructs instead of env variables for TDE_MODE 1 week ago
Andreas Karlsson e257f22861 Only initialize WAL shmem once in EXEC_BACKEND builds 2 weeks ago
Andreas Karlsson 8b3289b3d3 Disable archiving during TDE_MODE_SMGR setup 2 weeks ago
Andreas Karlsson c13cd7c608 Respect extra arguments to initdb in TDE_MODE 2 weeks ago
Anders Åstrand 15ae5c6bd5 Remove unused #define 2 weeks ago
Anders Åstrand ffb828f413 PG-1870 Pre-generate pg_tde files for TAP tests 2 weeks ago
Anders Åstrand 97972f8139 PG-1870 Enable table encryption by default in TAP 2 weeks ago
Anders Åstrand a2be026da6 PG-1870 Enable WAL encryption in TAP tests 2 weeks ago
Anders Åstrand d31c4892dc PG-1870 Load pg_tde and setup key in TAP tests 2 weeks ago
Andreas Karlsson 415cb8dd5b Properly print errors from system() in archive and restore commands 3 weeks ago
Andrew Pogrebnoy 481030de9a pg_basebackup: encrypt streamed WAL with new key 3 weeks ago
Andreas Karlsson 6df714b25c PG-1867 Improve archiving test and fix race condition 3 weeks ago
Andreas Karlsson 80e0bb0b56 PG-1867 Make pg_tde_restore_encrypt re-use old keys 3 weeks ago
Andreas Karlsson 1338ceb137 Do not try to fetch the last key when we do not have to 3 weeks ago
Anders Åstrand aed49c0847 PG-1866 Reset WAL key cache on shmem init 3 weeks ago
Andrew Pogrebnoy 621c3f8d3d Suppress LSAN complaints on pgbench 3 weeks ago
Andrew Pogrebnoy dbaeda163d Fix leaked var in tde archiver tools 3 weeks ago
Anders Åstrand b709662c25 Hold required lock when initializing shmem 3 weeks ago
Zsolt Parragi ff8a389bfd PG-1604 fix: preallocate one more record for the cache 3 weeks ago
Andreas Karlsson 167aef2ba2 PG-1605 Fix issue with test which crashes when re-run 4 weeks ago
Andreas Karlsson f96ade0f2d PG-1605 Fix encryption with old keys with disabled WAL encryption 4 weeks ago
Zsolt Parragi 9dfed22f84 PG-1604: Improve last key LSN calculation logic 4 weeks ago
Zsolt Parragi c7e7dc52a7 Xlog encryption bugfix: offset calculation was off on TLI change 4 weeks ago
Anders Åstrand 6ddc86c4e3 Fix tabs in usage instructions 4 weeks ago
Anders Åstrand f5082879dc PG-1862 Use single argument for wrapped command 4 weeks ago
Anders Åstrand db41dae201 Fix typo in pg_tde_archive_decrypt 4 weeks ago
Andreas Karlsson 2d91a89189 PG-1842 PG-1843 Optimize deletion of leftover relation keys 4 weeks ago
Andreas Karlsson 13c1038eeb PG-1863 Consistently use create/delete for keys 4 weeks ago
Andreas Karlsson bccaa7ab15 PG-1863 Do not try to delete keys or log WAL for temporary tables 4 weeks ago
Andreas Karlsson d83b36e58d Remove merge separator from documentation page 1 month ago
Andreas Karlsson 57eefad2a1 Clean up code blocks in our documentation 1 month ago
Andreas Karlsson b2bb77c0ef Move common things for key files into a separate header file 1 month ago
Andreas Karlsson cff0bf5ad3 Remove warning about WAL encryption being unstable 1 month ago
Andreas Karlsson 3d90419b08 Constify some function arguments 1 month ago
Andreas Karlsson 1d12fe4d26 Remove two pointless debug log statemenets 1 month ago
Andreas Karlsson 695a1426cc Move code from key rotation helpers into the function 1 month ago
Andreas Karlsson cf91f94710 Use sizeof directly instead of defines 1 month ago
Dragos Andriciuc bbe1728be4
PG-1523 Rework uninstallation documentation cleanup (#490) 1 month ago
Artem Gavrilov 458e6ed0be Add missing test to meson build 1 month ago
Andrew Pogrebnoy da899e0f32 PG-1603 Make pg_basebackup work with encrypted WAL 1 month ago
Andreas Karlsson 602cd736e2 Split key type enum into two to make code less confusing 1 month ago
Andreas Karlsson 588938d7b9 Clean up type code for the key map file 1 month ago
Andreas Karlsson d7b42c1fde Remove checks for empty entries in WAL key file 1 month ago
Andrew Pogrebnoy 1a20e9bb45 PG-1813 Make WAL keys TLI aware 1 month ago