-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,32 @@ | ||
Release v1.1.1.0 | ||
|
||
This release contains following changes. | ||
- Added support for PostgreSQL 9.4 | ||
- Avoid possible logging sensitive data issue when regist new encyprtion key. | ||
- Change pgtde_begin_session() and cipher_key_regist(); | ||
They cannot be executed before executing cipher_key_disable_log(). | ||
- Change cipher_key_disable_log(). | ||
Sensitive data will be masked instead of not logging. | ||
- Add pgtde_version() for checking version of tdeforpg. | ||
- Improve performance with encrypted datatype. | ||
|
||
Migration to Version V1.1.1.0 | ||
A dump/restore using pg_dump and pg_restore is required. | ||
Please refer to the manual in wiki or UPGRADE-GUIDE.TXT | ||
|
||
Release v1.1.0.0 | ||
|
||
This release contains a following changes. | ||
This release contains following changes. | ||
- Change the category of ENCRYPT_TEXT type to 'S' and modified to allow equivalent cast of | ||
text types. From this change, '||' operator is enabled to use for ENCRYPT_TEXT. And | ||
ENCRYPT_TEXT can be casted to tsquery or tsvector. | ||
- Change implicitness of cast(TEXT as ENCRYPT_TEXT) from AS IMPLICIT to AS ASSIGNMENT. | ||
- Fix pgtde_begin_session/pgtde_end_session failed to execute when search_path is not public | ||
- Revise function volatility category of function. from this change, optimizer can generate | ||
a better execution plan | ||
a better execution plan. | ||
- Fix remain sensitive data in memory problem execute after pgtde_end_session function. | ||
|
||
Migration to Version V1.1.0.0 | ||
A dump/restore using pg_dump and pg_restore is required. | ||
Please refer to the manual in wiki or UPGRADE-GUIDE.TXT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters