Commit Graph

60626 Commits (436d2a6dbde0e90db2d1372d89390cda7e38ec0b)
 

Author SHA1 Message Date
Dragos Andriciuc 856da09dba
Minor fixes post RC2 (#377) 4 months ago
Anders Åstrand 81100a31e1 Return void from add/change key provider functions 4 months ago
Dragos Andriciuc a4059f03df
Updated yum install command (#375) 4 months ago
Dragos Andriciuc a84851e4c6
Improved Docs Banner and added RC to GA upgrade warnings (#373) 4 months ago
Andreas Karlsson 69f7a38408 Fold pg_tde_get_key_from_file() into its caller 4 months ago
Andreas Karlsson 9618f6934b Move SMGR specific logic out of the TDE map code 4 months ago
Andreas Karlsson 5fd8d16df3 Remove optimization for catalog tables 4 months ago
Andreas Karlsson 8f522b23a5 Replace map entry/key type flags with an enum 4 months ago
Anders Åstrand d32a30b8a8 Remove nonsensical comment 4 months ago
Andreas Karlsson 66ecdcc17d Use InvalidXLogRecPtr rather than zero literal 4 months ago
Andreas Karlsson d26a71f741 Increase readability of GetPrincipalKey() 4 months ago
Artem Gavrilov 235819037f Add comments about principal keys and WAL records 4 months ago
Anders Åstrand 15ab9fa8a3 Verify provider have in-use keys before change 4 months ago
Anders Åstrand 19b69aa0ba Minor cleanups in isle tde_principal_key.c 4 months ago
Andreas Karlsson f55756b0ca Remove accidentally left over function default for KMIP 4 months ago
Dragos Andriciuc 740534237d
Updating pg_tde_set_default_key_using_global_key_provider parameter (#351) 4 months ago
Anders Åstrand 34c7d2601f Use Assert(false) over Assert(0) 4 months ago
Andreas Karlsson 8d7a7f8bd9 Use IV and tag length defines everywhere 4 months ago
Andreas Karlsson 2da2bf5105 Fix typo in names of IV and tag length defines 4 months ago
Artem Gavrilov 5e00d3aa5a Remove 'debug' option from CI matrix 4 months ago
Andreas Karlsson 7aa9f96053 Use palloc_aligned() instead of doing manual alignment 4 months ago
Andreas Karlsson eafc34e335 PG-1617 Remove the relation key cache 4 months ago
Andreas Karlsson a6d47dfb42 PG-1617 Stop using cache for keys of temporary tables 4 months ago
Andreas Karlsson c5ca29864a PG-1617 Stop storing WAL keys in the key cache 4 months ago
Andreas Karlsson 1f6b7ae800 PG-1617 Add tests for temporary tables 4 months ago
Anders Åstrand 44a10fd0f6 Use pg_parse_or_ereport when not compiled as FRONTEND 4 months ago
Anders Åstrand d41e55254f Clean up some error messages for key provider options parser 4 months ago
Anders Åstrand db87508427 Replace can-not-happen NULL check with assert 4 months ago
Anders Åstrand 3d5b3008fe Add assert to can-not-happen errors 4 months ago
Anders Åstrand 2bacec90b2 Make function that can only return one value void 4 months ago
Artem Gavrilov 3aabe35b9d Fix uninitialized pointers 4 months ago
Artem Gavrilov 9aaba7d812 PG-1465 Add CI workfolw with sanitizers 4 months ago
Anders Åstrand 1fdddb9fdb Remove PG_VERSION_NUM checks 4 months ago
Anders Åstrand f41950468b Add test for pg_tde_change_key_provider 4 months ago
Anders Åstrand 3e1db8a23a Print errors to stderr in CLI tool 4 months ago
Anders Åstrand 4f38eb11e2 Fix incorrect usage instructions for vault provider 4 months ago
Anders Åstrand 11f16d7d2e Fix erroneous usage instructions 4 months ago
Anders Åstrand a5d6b7b57d Do not validate provider settings in CLI tool 4 months ago
Anders Åstrand 72ac920a31 Add information about global key providers to CLI tool 4 months ago
Anders Åstrand ef908f7492 Remove "type" from json generated by CLI tool 4 months ago
Andreas Karlsson da8455e22f Make check for temporary table owned by other backend idiomatic 4 months ago
Dragos Andriciuc c6d4bc776f
DOCS-small-fixes (#322) 4 months ago
Dragos Andriciuc 48c37f8544
DOCS-RN-rc2-update-fix (#326) 4 months ago
Anders Åstrand 506606f59d Rename TDESMgrRelationData to TDESMgrRelation 4 months ago
Dragos Andriciuc 6c7bf882bf
DOCS-feedback-updates (#346) 4 months ago
Andreas Karlsson 6a338e3574 Remove dead and unnecessary code from header files 4 months ago
Anders Åstrand b2876f689c Ensure the cluster process is dead in tests 4 months ago
Anders Åstrand 2d944d5a17 Remove unused result from kmipSslConnect 4 months ago
Anders Åstrand cf3bed8d4c Remove assertion from AesInit 4 months ago
Anders Åstrand a9b9d4d870 Remove some useless comments in pg_tde_tdemap.c 4 months ago