Add 2026-05-07 release notes#163
Open
ElenaKrippner wants to merge 1 commit intomasterfrom
Open
Conversation
ElenaKrippner
commented
May 7, 2026
| "date": "2026-05-07", | ||
| "breaksdb": false, | ||
| "notes": [ | ||
| "<b>New Feature:</b> Use ARM neon vector instructions for vectorized execution of integer table scan predicates on ARM machines.", |
Contributor
Author
There was a problem hiding this comment.
Isn't this a performance improvement?
Contributor
There was a problem hiding this comment.
yes it is. I just forgot we have a different tag for this. Sorry 🙈
ChrisWint
reviewed
May 7, 2026
Contributor
ChrisWint
left a comment
There was a problem hiding this comment.
Just some minor style unifications
| "<b>PostgreSQL Compatibility:</b> Implement <tt>json_arrayagg</tt> support.", | ||
| "<b>Maintenance:</b> Fix bad optional access in an edge case when re-optimizing prepared statements containing an index scan.", | ||
| "<b>Maintenance:</b> Fix missing results for long strings with filter optimization.", | ||
| "<b>Maintenance:</b> Fixed an issue where running cheap queries in a hot loop could lead to large memory allocations.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "<b>Maintenance:</b> Fixed an issue where running cheap queries in a hot loop could lead to large memory allocations.", | |
| "<b>Maintenance:</b> Fix an issue where running cheap queries in a hot loop could lead to large memory allocations.", |
| "<b>Maintenance:</b> Fix bad optional access in an edge case when re-optimizing prepared statements containing an index scan.", | ||
| "<b>Maintenance:</b> Fix missing results for long strings with filter optimization.", | ||
| "<b>Maintenance:</b> Fixed an issue where running cheap queries in a hot loop could lead to large memory allocations.", | ||
| "<b>Maintenance:</b> Fix bug in recovery when remote servers were dropped.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "<b>Maintenance:</b> Fix bug in recovery when remote servers were dropped.", | |
| "<b>Maintenance:</b> Fix a bug in recovery when remote servers were dropped.", |
ChrisWint
approved these changes
May 7, 2026
mproebstl
reviewed
May 7, 2026
| "notes": [ | ||
| "<b>New Feature:</b> Use ARM neon vector instructions for vectorized execution of integer table scan predicates on ARM machines.", | ||
| "<b>PostgreSQL Compatibility:</b> Change return type of <tt>EXTRACT(EPOCH FROM interval '<interval>')</tt> from double precision to numeric.", | ||
| "<b>PostgreSQL Compatibility:</b> Implement <tt>json_arrayagg</tt> support.", |
Contributor
There was a problem hiding this comment.
I didn't add release notes to the PR but we would want them. 🙈
Suggested change
| "<b>PostgreSQL Compatibility:</b> Implement <tt>json_arrayagg</tt> support.", | |
| "<b>PostgreSQL Compatibility:</b> Implement <tt>json_arrayagg</tt> support.", | |
| "<b>PostgreSQL Compatibility:</b> Ensure table oids remain unchanged when using <tt>ALTER TABLE</tt>.", |
Lukasdoe
reviewed
May 7, 2026
| "breaksdb": false, | ||
| "notes": [ | ||
| "<b>New Feature:</b> Use ARM neon vector instructions for vectorized execution of integer table scan predicates on ARM machines.", | ||
| "<b>PostgreSQL Compatibility:</b> Change return type of <tt>EXTRACT(EPOCH FROM interval '<interval>')</tt> from double precision to numeric.", |
Contributor
There was a problem hiding this comment.
Please make sure that the bare < and > around interval do not disrupt website rendering. We might have to escape these.
Lukasdoe
reviewed
May 7, 2026
| "<b>Maintenance:</b> Fix bug in recovery when remote servers were dropped.", | ||
| "<b>Maintenance:</b> Fix potential live locks in the buffer manager due to stale index structures.", | ||
| "<b>Maintenance:</b> Fix duplicated ordinality results of <tt>generate_series</tt> and invalid lockstep execution of <tt>generate_series</tt> in combination with other set returning functions.", | ||
| "<b>Maintenance:</b> Set columns that are made to a primary key via <tt>ALTER TABLE</tt> to not nullable.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "<b>Maintenance:</b> Set columns that are made to a primary key via <tt>ALTER TABLE</tt> to not nullable.", | |
| "<b>Maintenance:</b> Set columns that are changed to be a primary key via <tt>ALTER TABLE</tt> to not nullable.", |
| "<b>Maintenance:</b> Fix potential live locks in the buffer manager due to stale index structures.", | ||
| "<b>Maintenance:</b> Fix duplicated ordinality results of <tt>generate_series</tt> and invalid lockstep execution of <tt>generate_series</tt> in combination with other set returning functions.", | ||
| "<b>Maintenance:</b> Set columns that are made to a primary key via <tt>ALTER TABLE</tt> to not nullable.", | ||
| "<b>Maintenance:</b> Name columns in <tt>cedardb_compression_infos</tt> system view." |
Contributor
There was a problem hiding this comment.
Suggested change
| "<b>Maintenance:</b> Name columns in <tt>cedardb_compression_infos</tt> system view." | |
| "<b>Maintenance:</b> Correct column names in <tt>cedardb_compression_infos</tt> system view." |
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.