Skip to content

Add 2026-05-07 release notes#163

Open
ElenaKrippner wants to merge 1 commit intomasterfrom
krippner/releaseNotes2026-05-07
Open

Add 2026-05-07 release notes#163
ElenaKrippner wants to merge 1 commit intomasterfrom
krippner/releaseNotes2026-05-07

Conversation

@ElenaKrippner
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread data/releasenotes.json
"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.",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a performance improvement?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is. I just forgot we have a different tag for this. Sorry 🙈

Copy link
Copy Markdown
Contributor

@ChrisWint ChrisWint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor style unifications

Comment thread data/releasenotes.json
"<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.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.",

Comment thread data/releasenotes.json
"<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.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.",

Comment thread data/releasenotes.json
"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.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>.",

Comment thread data/releasenotes.json
"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.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure that the bare < and > around interval do not disrupt website rendering. We might have to escape these.

Comment thread data/releasenotes.json
"<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.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.",

Comment thread data/releasenotes.json
"<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."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants