Commit Graph

60235 Commits (0da99c695f19e03d57abce26e1081c8dc7da4eb3)
 

Author SHA1 Message Date
Artem Gavrilov 0da99c695f PG-1467 Add clang builds to CI 5 months ago
Artem Gavrilov a242ddd2d6 PG-1467 Install meson with pip in CI scripts 5 months ago
Andreas Karlsson 401695021d Drop extra unused argument to extension install callback 5 months ago
Andreas Karlsson 488b2ced58 Remove checking for leftover tables on extension install 5 months ago
Anders Åstrand 2a6667390f Add tests for too long names and options 5 months ago
Anders Åstrand 52d957e4a1 Disallow the empty string as key provider name 5 months ago
Anders Åstrand 2a2498a964 Require parameters in key provider functions 5 months ago
Anders Åstrand 286b96bf22 Validate key name when creating principal key 5 months ago
Anders Åstrand 1b2512a19c Remove noop from change key provider 5 months ago
Andrew Pogrebnoy 9fe84262cb Fix WAL decryption buffer offset calculation 5 months ago
Andreas Karlsson 3f7806ae39 PG-1447 Assert there are no encrypted relations when using FILE_COPY 5 months ago
Andreas Karlsson c7f0a8168c PG-1447 Add tests for template databases with encrypted relations 5 months ago
Anders Åstrand 0ac9bc0837 Move key provider deletion functions 5 months ago
Anders Åstrand d0ff80452d Clean up declarations in tde_keyring.c 5 months ago
Andreas Karlsson 07b799266f Remove incorrect comment about string being palloced 5 months ago
Andreas Karlsson 0ba6dcf9a5 Clean up pg_tde_get_tde_data_dir() 5 months ago
Anders Åstrand 0346daca91 Fix typo in error messages 5 months ago
Andreas Karlsson fd43eadf0c Remove leftovers from the refactoring of key rotation WAL logging 5 months ago
Anders Åstrand 4e0280979e PG-1504 Make partitions inherit encryption status 5 months ago
Andreas Karlsson 23786e9922 Move all pg_tde related tests into contrib/pg_tde 5 months ago
Andreas Karlsson bb000ef9e8 Simplify superuser check for pg_tde_set_*_key_using_*_key_provider() 5 months ago
Andreas Karlsson 7ed3115933 Get rid of global_status enum 5 months ago
Andreas Karlsson 7177c2df6e Simplify logic for global, local, server, default 5 months ago
Andreas Karlsson dffece72a5 Make ALTER TABLE ... SET ACCESS METHOD logic easier to read 5 months ago
Andreas Karlsson ae04e97e4b Clean up test SQL file 5 months ago
Andreas Karlsson 6a1e1b6495 Remove support for running pg_tde tests in global TDE mode 5 months ago
Andreas Karlsson e4c1cc012b Do not run pg_tde tests in make when in global TDE mode 5 months ago
Andreas Karlsson b7dfa6897f Only enable TDE_MODE for the tests with global TDE 5 months ago
Andreas Karlsson e979ab71c2 Harmonize the different Github Actions entry points 5 months ago
Andreas Karlsson 712dcf5976 Clean up some switch statements and if chains 5 months ago
Andreas Karlsson 6fef8bdf70 Rename event triggers to something more expressive 5 months ago
Andreas Karlsson 5a1fe7650d Add more test result and logs to the Github failure artifact 5 months ago
Andreas Karlsson 5f64c75c5e Make failure artifact names consistent in Github Actions 5 months ago
Andreas Karlsson e355f3827d Clean up .gitignore 5 months ago
Andreas Karlsson 435ef90a35 Move pg_tde_change_key_provider .gitignore entry 5 months ago
Andreas Karlsson f1d12f17b1 Stop ignoring nodtags.h for pgindent 5 months ago
Andreas Karlsson d51c498991 Remove leftovers from when we remove tde_heap_basic 5 months ago
Andreas Karlsson d602c2ec67 Remove unused return value from check_percona_api_version() 5 months ago
Artem Gavrilov b7d52ab9a1 Highlight that code coverage badge in main readme file related to pg_tde 5 months ago
Artem Gavrilov 082cc11c8c Run simple tests for code coverage needs 5 months ago
Artem Gavrilov 198af9e357 Extract code coverage jobs into separate CI workflow 5 months ago
Artem Gavrilov c1da756335 Specifiy extensions required for tde test in EXTRA_INSTALL 5 months ago
Anders Åstrand aeaae4e282 Remove double declarations 5 months ago
Andreas Karlsson b639210ef4 Remove duplicate pg_regress alternate expected file 5 months ago
Andreas Karlsson e7fa26f8d3 Consistently use HeapTupleIsValid() 5 months ago
Andreas Karlsson f758cc70bb Make local variable no longer static 5 months ago
Andreas Karlsson 3251aef9e7 Rename the files under $PGDATA/pg_tde 5 months ago
Andrew Pogrebnoy 16ba8eeeeb Fix release of the not-held lock 5 months ago
Anders Åstrand 6b508a0f74 Make 013_crash_recovery.pl work on repeated runs 5 months ago
Andreas Karlsson 57ac8c8918 Fix typo in out param of pg_tde_*_key_info() 5 months ago