Add 2026-07-22 release notes - #187
Merged
Merged
Conversation
ChrisWint
approved these changes
Jul 22, 2026
| }, | ||
| { | ||
| "type": "perf", | ||
| "note": "Reduce the amount of row pages after a large bulk insert." |
Contributor
There was a problem hiding this comment.
Suggested change
| "note": "Reduce the amount of row pages after a large bulk insert." | |
| "note": "Improve compression for the last rows of large bulk insert." |
ElenaKrippner
commented
Jul 22, 2026
| }, | ||
| { | ||
| "type": "feat", | ||
| "note": "Allow re-naming roles through <tt>ALTER ROLE ... RENAME</tt>." |
Contributor
Author
There was a problem hiding this comment.
I think we need to update the docs for the first new features @ChrisWint
Contributor
There was a problem hiding this comment.
We need to update them for a lot new DDL feautres soon, @mproebstl and I discussed defering a docs update until the feature flag is live to have a consistent change with all new functionality.
ElenaKrippner
force-pushed
the
krippner/relnotes-2026-07-22
branch
from
July 22, 2026 13:18
3c8fb18 to
364d7bf
Compare
pfent
reviewed
Jul 22, 2026
| "notes": [ | ||
| { | ||
| "type": "feat", | ||
| "note": "Compress cold data on disk using zstd compression by default, controllable through <tt>CREATE TABLE ... WITH (compression=zstd/none)</tt>." |
Contributor
There was a problem hiding this comment.
zstd compression should be in the docs @ChrisWint
pfent
approved these changes
Jul 22, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.