-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PG-1393 Release notes RC #100
base: release-17.4
Are you sure you want to change the base?
Conversation
modified: contrib/pg_tde/documentation/_resource/overrides/main.html modified: contrib/pg_tde/documentation/docs/faq.md modified: contrib/pg_tde/documentation/docs/index.md new file: contrib/pg_tde/documentation/docs/release-notes/alpha1.md new file: contrib/pg_tde/documentation/docs/release-notes/beta.md new file: contrib/pg_tde/documentation/docs/release-notes/beta2.md new file: contrib/pg_tde/documentation/docs/release-notes/mvp.md new file: contrib/pg_tde/documentation/docs/release-notes/rc.md modified: contrib/pg_tde/documentation/docs/release-notes/release-notes.md modified: contrib/pg_tde/documentation/mkdocs.yml modified: contrib/pg_tde/documentation/variables.yml
|
||
### New Features | ||
|
||
* [PG-1002](https://perconadev.atlassian.net/browse/PG-1002) - Added the requirement of an explicit configuration of a WAL principal key to ensure correct WAL encryption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was changed since then, no longer relevant.
|
||
* [PG-1258](https://perconadev.atlassian.net/browse/PG-1258) - Added functions to display additional information about principal keys / providers | ||
|
||
* [PG-1294](https://perconadev.atlassian.net/browse/PG-1294) - Improve WAL encryption by encrypting entire WAL files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just say Redesigned WAL encryption
|
||
* [PG-1361](https://perconadev.atlassian.net/browse/PG-1361) - Investigated and fixed pg_tde relocatability | ||
|
||
* [PG-1367](https://perconadev.atlassian.net/browse/PG-1367) - Created a separate generic script that is used to configure server with pg_tde from the existing make-test-tde.sh script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an internal issue for testing/CI, not part of the actual packages
|
||
* [PG-1373](https://perconadev.atlassian.net/browse/PG-1373) Fixed the issue with potential unterminated strings by using the `memset()` or `palloc0()` instead of the `strncpy()` function. | ||
|
||
* [PG-1376](https://perconadev.atlassian.net/browse/PG-1376) - Fixed the issue with getting a warning message when setting a default principal key by using the correct lock type during the function execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to mention, the feature didn't even exist in the previous release
|
||
* [PG-1376](https://perconadev.atlassian.net/browse/PG-1376) - Fixed the issue with getting a warning message when setting a default principal key by using the correct lock type during the function execution. | ||
|
||
* [PG-1378](https://perconadev.atlassian.net/browse/PG-1378) - Fixed the issue with toast tables created by ALTER TABLE command not being encrypted by fixing the sequence and alter table handling by event trigger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by fixing the sequence and alter table handling by event trigger
- let's skip that part.
|
||
* [PG-1378](https://perconadev.atlassian.net/browse/PG-1378) - Fixed the issue with toast tables created by ALTER TABLE command not being encrypted by fixing the sequence and alter table handling by event trigger | ||
|
||
* [PG-1380](https://perconadev.atlassian.net/browse/PG-1380) Added support for `pg_tde_is_encrypted()` function on indexes and sequences |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kinda both a bug and a feature because instrad of displaying an error when used on an index it just said "false" even if it was encrypted. So the bug was that it gave a confusing result but the missing feature was that it was not implemented at all for anything except tables. I think I would move this to features.
67f9507
to
353263a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PG-1393 Release notes for RC
Prepared the release notes for the upcoming RC version.
Split current release notes doc into separate pages per version to align with other products
Updated navigation
Also removed the performance warning from index page