Skip to content

Transparent Data Encryption for PostgreSQL Version 1.2.1.0 released!

Latest
Compare
Choose a tag to compare
@SatoshiKozawa SatoshiKozawa released this 11 Jul 07:00
· 2 commits to master since this release

Transparent Data Encryption for PostgreSQL is a data encryption extenstion tool for PostgreSQL.
Please refer to the manual for detail information.

https://github.com/nec-postgres/tdeforpg/wiki/Manual(JA)

Summary of changes in this version:

  • Added support for the following Windows platforms.
    • Windows Server 2012
    • Windows Server 2012 R2
    • Windows Server 2016
  • Added support for the following PostgreSQL Version
    • PostgreSQL 9.6
    • PostgreSQL 10
  • Added support for the AES-NI instruction set (high-speed encryption and decryption by AES supported processors).
  • Improve performance for encrypted/decrypted datatype.

Migration to Version V1.2.1.0

  • A dump/restore using pg_dump and pg_restore is required.
    Please refer to the manual in wiki or UPGRADE-GUIDE.TXT