Skip to content

chore: Auto-update from GitHub Actions#1851

Closed
github-actions[bot] wants to merge 168 commits intomainfrom
gha-commit-dce5cc8
Closed

chore: Auto-update from GitHub Actions#1851
github-actions[bot] wants to merge 168 commits intomainfrom
gha-commit-dce5cc8

Conversation

@github-actions
Copy link
Contributor

github-actions bot and others added 30 commits September 5, 2025 07:33
Add `COPY (...) TO ... (FORMAT BLOB)` (duckdb/duckdb#18840)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Allow user type with schema defined to have array bounds (duckdb/duckdb#18342)
Issue template: Add the Python repository (duckdb/duckdb#18928)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix query() function error message for PIVOT statements without explicit IN clauses (duckdb/duckdb#18900)
Remove case-insensitive character from grammar files (duckdb/duckdb#18948)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.4-andium into main (duckdb/duckdb#18952)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Dev] Some light code cleanup in `RemoveUnusedColumns::VisitOperator` (duckdb/duckdb#18964)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Support renaming a database - ALTER DATABASE <> RENAME TO <> (duckdb/duckdb#18970)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
V1.4 andium (duckdb/duckdb#18982)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix field id uniqueness for alter database (duckdb/duckdb#18988)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix unused variable warnings (duckdb/duckdb#18913)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid adding a TupleDataChunkPart with only one row. (duckdb/duckdb#18904)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Tiny fix for ColumnDataAllocator::ColumnDataAllocator (duckdb/duckdb#18990)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fixes for ALTER DATABASE - use serialization framework, and fix stringification of identifiers (duckdb/duckdb#18994)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix union semantics in recursive CTEs (duckdb/duckdb#19017)
Expected errors 2053 (duckdb/duckdb#18960)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Multifile `parquet_metadata` and friends parallelism  (duckdb/duckdb#18854)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Optimize] use StorageLock for CompressionFunction (duckdb/duckdb#19028)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
PEG grammar updates (duckdb/duckdb#19031)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Rework Compression Function registration to avoid grabbing locks (duckdb/duckdb#19045)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[C-API] default to adding overload on conflict when registering functions (duckdb/duckdb#19036)
Merge v1.4 into main (duckdb/duckdb#19098)
Change core extensions bucket name (duckdb/duckdb#19082)
Fix extension load (duckdb/duckdb#19079)
Revert "set default value of MAIN_BRANCH_VERSIONING to false" (duckdb/duckdb#19057)
CI: Increase stale bot timeout to 1 year (duckdb/duckdb#19000)
Switching core extension upload to dedicated credentials (duckdb/duckdb#19060)
[C-API] Initial support for accessing file system (duckdb/duckdb#19086)
Skip serialization of row_start in DataPointer when targeting latest storage (duckdb/duckdb#19111)
Allow directory override for extension build (duckdb/duckdb#19110)
Rework `UNION (ALL)` operators (`SetOperationNode`/`LogicalSetOperation`/`PhysicalUnion`) to have multiple children (duckdb/duckdb#19109)
Fix unholy interaction between `CREATE VIEW` and `CTE` definitions (duckdb/duckdb#19116)
pushdown filter when doing cross or lateral join with unnest (duckdb/duckdb#19085)
Add support for `read_duckdb` - a function that allows reading / globbing DuckDB database files  (duckdb/duckdb#19108)
During optimistic writing, gather N row groups and write them at the same time column-at-a-time (duckdb/duckdb#19118)
fix: check tree depth and flatten dep join for custom operator extension (duckdb/duckdb#19094)
Fix typo (duckdb/duckdb#19130)
Add support for late materialization and filter pushdown to read_duckdb (duckdb/duckdb#19145)
Remove unused code (duckdb/duckdb#19134)
Move storage block prefetching to an option instead of baking in testing during ALTERNATIVE_VERIFY + add a test config for this option (duckdb/duckdb#19146)
Perform deduplication based on join_keys when building ht (duckdb/duckdb#19097)
Fix missing replacement scan code for CTEs (duckdb/duckdb#19159)
Validate filesystem registration (duckdb/duckdb#19168)
Print help to stdout (duckdb/duckdb#19170)
krlmlr and others added 27 commits November 26, 2025 15:38
Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Internal duckdb/duckdb#6521: HashedSort Scan Lock (duckdb/duckdb#19758)
Internal duckdb/duckdb#4490: DENSE_RANK Performance (duckdb/duckdb#19757)
fix bug in generate_grammar script (duckdb/duckdb#19751)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Issue duckdb/duckdb#19647: Constant Window Allocators (duckdb/duckdb#19752)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
BoxRenderer: Fix rendering of empty results (duckdb/duckdb#19746)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Clean up unused headers in `parser/` and subfolders (duckdb/duckdb#18422)
Fix initialization when all values are `NULL` in `SMALLER_BINARY` aggregation  (duckdb/duckdb#19755)
Bump ducklake main (duckdb/duckdb#19756)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Implement outer join elimination (duckdb/duckdb#18043)
Fix duckdb/duckdb#17251: Eliminate duplicates after a set operation using set sema… (duckdb/duckdb#17267)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[C-API] Add support for catalog entry lookup (duckdb/duckdb#19684)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add `Stats` API to filesystem interfaces (duckdb/duckdb#19743)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add sleep scalar function  (duckdb/duckdb#19736)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add flush memory threshold for appender to prevent OOM (duckdb/duckdb#19007)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Storage: Remove `start` from RowGroup, ColumnData and ColumnSegment, and rework the way that `start` is defined in the `ColumnSegmentTree` (duckdb/duckdb#19761)
add statement debug and debug_skip (duckdb/duckdb#18472)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add Seek() to TupleDataCollection for IEJoin optimization (duckdb/duckdb#19753)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Support reading pipes with `read_text` (duckdb/duckdb#19765)
Fix TopN Pruning Test (duckdb/duckdb#19768)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix(duckdb/duckdb#18481): Avoid to overwrite secret_directory configuration by it default value (duckdb/duckdb#19448)
Support TopN dynamic filter for NULLS FIRST (duckdb/duckdb#19744)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix major big-endian issues (duckdb/duckdb#19748)
Change back default strategy for debug_physical_table_scan_execution_strategy (duckdb/duckdb#19778)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Remove unused parameter from arrow (duckdb/duckdb#19784)
Disable `sleep()` function if DuckDB isn't compiled with threads (duckdb/duckdb#19783)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Block Allocator (duckdb/duckdb#19678)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
duckdb 1.4.2

- Update to DuckDB v1.4.2, see <https://github.com/duckdb/duckdb/releases/tag/v1.4.2> for details.
Merge v1.4-andium into main (duckdb/duckdb#19771)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
CLI: Add table metadata rendering, and use this rendering for `.tables` and `DESCRIBE` queries (duckdb/duckdb#19792)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
CLI: Improve array rendering by no longer adding newlines after every array entry unless there are complex objects in the array (duckdb/duckdb#19795)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[ADBC] Fix bug in StatementGetParameterSchema when no params are set (duckdb/duckdb#19790)
Skip test block_allocator_memory.test on 32bit platforms (duckdb/duckdb#19794)
CLI: For `.tables` - group tables by database/schema, and render the database name and schema of the tables as a header above the tables (duckdb/duckdb#19798)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Internal duckdb/duckdb#6541: Window ArenaAllocator Usage (duckdb/duckdb#19770)
Fix flaky sleep test (duckdb/duckdb#19803)
Specify shared deletion option on windows (duckdb/duckdb#19782)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Profiling] Split COMMIT_WRITE_WAL_LATENCY into COMMIT_LOCAL_STORAGE_LATENCY and WRITE_TO_WAL_LATENCY (duckdb/duckdb#19808)
CLI: Several auto-complete improvements, make auto-complete behave more like `zsh` (duckdb/duckdb#19805)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Move GetData as GetDataInternal, and have GetData as wrapper (duckdb/duckdb#19791)
@github-actions github-actions bot enabled auto-merge December 31, 2025 13:40
@krlmlr krlmlr closed this Jan 2, 2026
auto-merge was automatically disabled January 2, 2026 17:09

Pull request was closed

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.

1 participant