Transparent Data Encryption (TDE) is a method for securing data at the storage layer, which PostgreSQL lacks in its open-source version. Percona has developed a TDE extension called pg_tde, included in the Percona Distribution for PostgreSQL, and aims to integrate it into the main PostgreSQL distribution. The extension is beneficial for organizations needing to comply with regulations like GDPR. EDB also offers a TDE solution, but only within its licensed products. Percona's TDE provides enterprise-grade data-at-rest protection without licensing fees. The extension encrypts all database files on disk and features centralized Key Management, compatible with various Key Management Services (KMS) providers.