Skip to content

Add 2026-02-26 release notes#146

Open
bandle wants to merge 1 commit intomasterfrom
bandle/relNotes
Open

Add 2026-02-26 release notes#146
bandle wants to merge 1 commit intomasterfrom
bandle/relNotes

Conversation

@bandle
Copy link
Contributor

@bandle bandle commented Feb 26, 2026

No description provided.

"date": "2026-02-26",
"breaksdb": false,
"notes": [
"<b>New Feature:</b> Add support for named primary key, foreign key and unique constraints in <tt>CREATE TABLE</tt> and <tt>ALTER TABLE</tt> statements.",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is rather compatibility than a new feature, no?

"notes": [
"<b>New Feature:</b> Add support for named primary key, foreign key and unique constraints in <tt>CREATE TABLE</tt> and <tt>ALTER TABLE</tt> statements.",
"<b>New Feature:</b> Support <tt>FORCE_NULL</tt> and <tt>FORCE_NOT_NULL</tt> options for <tt>COPY FROM</tt>.",
"<b>New Feature:</b> Add support to expand '*' in file names, e.g., <tt>SELECT * FROM 'part*.parquet'</tt>.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to make it clearer what the '*' is referring to

Suggested change
"<b>New Feature:</b> Add support to expand '*' in file names, e.g., <tt>SELECT * FROM 'part*.parquet'</tt>.",
"<b>New Feature:</b> Add support to expand '*' in file names, e.g., <tt>SELECT col1, col2 FROM 'part*.parquet'</tt>.",

"<b>New Feature:</b> Support <tt>FORCE_NULL</tt> and <tt>FORCE_NOT_NULL</tt> options for <tt>COPY FROM</tt>.",
"<b>New Feature:</b> Add support to expand '*' in file names, e.g., <tt>SELECT * FROM 'part*.parquet'</tt>.",
"<b>New Feature:</b> Add brotli decompresion support to parquet.",
"<b>New Feature:</b> Add <tt>process_sql</tt> to shell commands for docker init scripts.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we think someone will know what this means? Because I don't 😅

"<b>New Feature:</b> Add <tt>process_sql</tt> to shell commands for docker init scripts.",
"<b>Maintenance:</b> Fix missing results for open range predicates answered through index scans on columns with custom null ordering, i.e., <tt>x &lt; 3</tt> on an index with <tt>x ASC NULLS FIRST</tt>.",
"<b>Maintenance:</b> Enable <tt>row_to_json</tt> to accept composite type expansions, like <tt>table.*</tt>.",
"<b>Maintenance:</b> Fixed a rare condition that left duplicates in primary index by `INSERT INTO .. ON CONFLICT .. DO UPDATE` patterns that updated the same key.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Are they through concurrent statements?

Suggested change
"<b>Maintenance:</b> Fixed a rare condition that left duplicates in primary index by `INSERT INTO .. ON CONFLICT .. DO UPDATE` patterns that updated the same key.",
"<b>Maintenance:</b> Fixed a rare condition that left duplicates in a primary index by concurrent `INSERT INTO .. ON CONFLICT .. DO UPDATE` patterns that updated the same key.",

"<b>Maintenance:</b> Enable <tt>row_to_json</tt> to accept composite type expansions, like <tt>table.*</tt>.",
"<b>Maintenance:</b> Fixed a rare condition that left duplicates in primary index by `INSERT INTO .. ON CONFLICT .. DO UPDATE` patterns that updated the same key.",
"<b>Maintenance:</b> Add proper handling for unsupported named check constraints in <tt>ALTER TABLE ADD CONSTRAINT &lt;name&gt; CHECK &lt;...&gt;</tt>.",
"<b>Maintenance:</b> Fix a rare race condition in MVCC.",
Copy link
Contributor

Choose a reason for hiding this comment

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

That has too little detail imo. We can remove it or write more on the impact it potentially had for users/where they might have seen the impact of the bug

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.

3 participants