Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions docs/new/posts/PostgreSQL/pg-tde-2.1-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
date: 2025-11-27
description: >
Percona Transparent Data Encryption (`pg_tde`) 2.1 has been released on 27 November, 2025.
authors: [Andriciuc]
categories:
- PostgreSQL
tags:
- Percona Distribution for PostgreSQL
- TDE
---

# Percona Transparent Data Encryption (`pg_tde`) 2.1 has been released

<!-- more -->

[`pg_tde` :octicons-link-external-16:](https://docs.percona.com/pg-tde/index.html){:target="_blank"} is an open source extension for PostgreSQL that brings native data-at-rest encryption, now with production-ready WAL encryption.

Try it out using the [installation guidelines :octicons-link-external-16:](https://docs.percona.com/pg-tde/install.html){:target="_blank"}.

## Added support for PostgreSQL 18.1

`pg_tde` is fully supported with the Postgres 18.1 version.

## `pg_tde` packaging changes

Starting with PostgreSQL 18, `pg_tde` is distributed as a **standalone package** and is no longer bundled with the server package.

For more information on the availability by PostgreSQL version, please see the [Install pg_tde](https://docs.percona.com/pg-tde/install.html) topic.

## Added support for AIO

Added support for **asynchronous I/O (AIO)** which is now the default I/O mechanism.

### Repository split for multi-version PostgreSQL support

Reorganized the project into a multi-repository structure to support several PostgreSQL versions more efficiently.

!!! note

For details, see the pg_tde 2.1 [release notes :octicons-link-external-16:](https://docs.percona.com/pg-tde/release-notes/release-notes-v2.1.html).

## Upgrade today

Upgrade today to secure your PostgreSQL with WAL encryption, explore improved docs, and [share your feedback on what you’d like to see next :octicons-link-external-16:](https://forums.percona.com/c/postgresql/pg-tde-transparent-data-encryption-tde/82).