Open
Conversation
ChrisWint
approved these changes
Feb 26, 2026
| "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.", |
Contributor
There was a problem hiding this comment.
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>.", |
Contributor
There was a problem hiding this comment.
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.", |
Contributor
There was a problem hiding this comment.
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 < 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.", |
Contributor
There was a problem hiding this comment.
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 <name> CHECK <...></tt>.", | ||
| "<b>Maintenance:</b> Fix a rare race condition in MVCC.", |
Contributor
There was a problem hiding this comment.
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
ctsk
approved these changes
Feb 26, 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.