|
| 1 | +Release v1.1.1.0 |
| 2 | + |
| 3 | +This release contains following changes. |
| 4 | + - Added support for PostgreSQL 9.4 |
| 5 | + - Avoid possible logging sensitive data issue when regist new encyprtion key. |
| 6 | + - Change pgtde_begin_session() and cipher_key_regist(); |
| 7 | + They cannot be executed before executing cipher_key_disable_log(). |
| 8 | + - Change cipher_key_disable_log(). |
| 9 | + Sensitive data will be masked instead of not logging. |
| 10 | + - Add pgtde_version() for checking version of tdeforpg. |
| 11 | + - Improve performance with encrypted datatype. |
| 12 | + |
| 13 | +Migration to Version V1.1.1.0 |
| 14 | + A dump/restore using pg_dump and pg_restore is required. |
| 15 | + Please refer to the manual in wiki or UPGRADE-GUIDE.TXT |
| 16 | + |
1 | 17 | Release v1.1.0.0 |
2 | 18 |
|
3 | | -This release contains a following changes. |
| 19 | +This release contains following changes. |
4 | 20 | - Change the category of ENCRYPT_TEXT type to 'S' and modified to allow equivalent cast of |
5 | 21 | text types. From this change, '||' operator is enabled to use for ENCRYPT_TEXT. And |
6 | 22 | ENCRYPT_TEXT can be casted to tsquery or tsvector. |
7 | 23 | - Change implicitness of cast(TEXT as ENCRYPT_TEXT) from AS IMPLICIT to AS ASSIGNMENT. |
8 | 24 | - Fix pgtde_begin_session/pgtde_end_session failed to execute when search_path is not public |
9 | 25 | - Revise function volatility category of function. from this change, optimizer can generate |
10 | | - a better execution plan |
| 26 | + a better execution plan. |
11 | 27 | - Fix remain sensitive data in memory problem execute after pgtde_end_session function. |
12 | 28 |
|
13 | 29 | Migration to Version V1.1.0.0 |
14 | 30 | A dump/restore using pg_dump and pg_restore is required. |
15 | 31 | Please refer to the manual in wiki or UPGRADE-GUIDE.TXT |
| 32 | + |
0 commit comments