Commit Graph

60644 Commits (cff0bf5ad31b8ccb1c9ec37633e44cc6fcccb9db)
 

Author SHA1 Message Date
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
Anders Åstrand 87c55e6690 Remove some unused fields from InternalKey 1 month ago
Andreas Karlsson 8d7192cdba Move things out of header files after key file split 1 month ago
Andreas Karlsson 8c40309aa3 Change the file name of the wal keys to match better 1 month ago
Andreas Karlsson 91997fb26c Remove RelFileLocator from the WAL key file 1 month ago
Andreas Karlsson ac0c58d3d6 Use correct struct when calculating offset 1 month ago
Anders Åstrand 583f8efe11 PG-1813 Rename wal key file 1 month ago
Anders Åstrand 436d2a6dbd PG-1813 Change file magic for wal keyfile 1 month ago
Anders Åstrand 25ba877852 PG-1813 Separate format for smgr and wal keyfiles 1 month ago
Anders Åstrand a90de9898a Expose function to sign principal key data 1 month ago
Anders Åstrand 745995125c Use raw key data for stream crypto 1 month ago
Andreas Karlsson d707a967e3 PG-1842 Minor optimization and cleanup of redo of SMGR create 1 month ago
Andrew Pogrebnoy 0319cb352b Fix lsan issues in pg_resetwal 1 month ago
Dragos Andriciuc efe9f0431b
Add cards in the index page of the website (#488) 1 month ago
Artem Gavrilov 342122cecf PG-1411 Add pg_resetwal tap tests for TDE setup 1 month ago
Artem Gavrilov ad39bf9d89 PG-1411 Make pg_resetwal work with TDE 1 month ago
Andrew Pogrebnoy dc7c67e6b4 Fix sanitizer issues in wal_archiving 1 month ago
Andrew Pogrebnoy 11fa1e393e Fix sanitizer issues in pg_rewind 1 month ago
Andreas Karlsson 3a4db71299 PG-1710 Decrypt partial WAL segments when archvining them 1 month ago
Andreas Karlsson f63175326a PG-1710 Do not hardcode length of WAL filename 1 month ago
Andreas Karlsson fd6685348e PG-1710 Use temporary files instead of pipes for archive and restore commands 1 month ago
Andreas Karlsson 9dc6c26cdf PG-1710 Improve error message by using full path 1 month ago
Andreas Karlsson 01a88bf14a Update code owners to not assign Andrew and Zsolt as reviewers 1 month ago
Andreas Karlsson a54fb06cba Fix our poll_start() helper by including usleep() 1 month ago
Andreas Karlsson f6f1ae33b1 PG-1710 Create helpers for decrypting/encrypting archived WAL 1 month ago
Andreas Karlsson 80d515b322 Make comment in TAP test more clear 1 month ago
Andreas Karlsson 77678e83ae PG-1710 Move binaries into src/bin 1 month ago
Andreas Karlsson f939a24a08 Increase the test timeout from 180 to 300 seconds 2 months ago
Dragos Andriciuc 0ee3f3a341
PG-1656 Add sample outputs for Global Principal Key Configuration commands (#474) 2 months ago
Dragos Andriciuc 516129122e
Reorganize toc / overview chapter / update topic headings (#468) 2 months ago
Anders Åstrand 96e4944ee3 Add errcode when failing to unset principal key 2 months ago
Anders Åstrand d0a0bba3d2 Fix error message when deleting key providers 2 months ago
Andreas Karlsson a329aeb6c5 Refactor WAL SMGR to make it easier to add WAL write support to fronend tools 2 months ago
Andreas Karlsson 3d43051138 Make both WAL SMGR function arguments symmetric 2 months ago
Andreas Karlsson d9403cbb49 Split WAL SMGR init to make it more frontend-firendly 2 months ago
Andreas Karlsson c7cc1d6ec4 Remove a pointless layer of indirection in the WAL encryption buffer 2 months ago
Andreas Karlsson 4a9e09101b Remove an invalid optimization when reading WAL 2 months ago
Dragos Andriciuc 9a493eb80c
Add links from features.md to their specific topics in docs (#466) 2 months ago
Anders Åstrand 7491b0a753 PG-1658 Remove server key when removing default key 2 months ago