Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 4, 2025

github-actions bot and others added 30 commits June 22, 2025 02:00
[Nested] Optimize structs in `LIST_VALUE` (duckdb/duckdb#17169)
Enable building spatial and encodings extensions (duckdb/duckdb#17960)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[nested] Allow fixed-size arrays to be unnested (duckdb/duckdb#17968)
Unit Tester Configuration (duckdb/duckdb#17972)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.3-ossivalis into main (duckdb/duckdb#17973)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Issue duckdb/duckdb#5144: AsOf Join Threshold (duckdb/duckdb#17979)
[CI] Skip some workflows when updating out of tree extensions SHA (duckdb/duckdb#17949)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Fix] Reset profiling info before preparing a query (duckdb/duckdb#17940)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Flag to disable database invalidation (duckdb/duckdb#17938)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Issue duckdb/duckdb#5123: make_timestamp_ms (duckdb/duckdb#17908)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Rework extension loading to go through thread-safe ExtensionManager (duckdb/duckdb#17994)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Implement consumption and production of Arrow Binary View (duckdb/duckdb#17975)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
c-api to copy vector with selection (duckdb/duckdb#17870)
Add support to produce Polars Lazy Dataframes (duckdb/duckdb#17947)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix duckdb/duckdb#18007: correctly execute expressions with pivot operator (duckdb/duckdb#18020)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Chore] Minor conflict manager refactoring (duckdb/duckdb#18015)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Explain] Add the YAML format for EXPLAIN statements (duckdb/duckdb#17572)
Remove Linux (32 Bit) job (duckdb/duckdb#18012)

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

- Update to duckdb v1.3.1, see <https://github.com/duckdb/duckdb/releases/tag/v1.3.1> for details.

- Correct dbplyr translations for `str_starts()` and `str_ends()` (#1182, #1247).

- Fix multiarch build on R 4.1 for Windows.
Merge ossivalis into main (duckdb/duckdb#18036)
Add ppc64le spin-wait instruction (duckdb/duckdb#17837)
Unittest: Add skip_compiled option that can be used to skip built-in C++ tests (duckdb/duckdb#18034)
Adding WAL encryption (duckdb/duckdb#17955)
Avoid adding commands read from a file to the shell history (duckdb/duckdb#18057)
Remove match-case statements from polars_io.py (duckdb/duckdb#18052)
Add support for class-based expression iteration (duckdb/duckdb#18070)
Use `timestamp_t` instead of `time_t` for file last modified time (duckdb/duckdb#18037)
Unittester: add `on_new_connection` + `on_load` + `skip_tests` options (duckdb/duckdb#18042)
[CSV Reader] Prohibit options delim and sep in same read_csv call (duckdb/duckdb#18096)
Add start/end offset percentage options to Python test runner (duckdb/duckdb#18091)
Avoid running DraftPR.yml until timeout if token is missing (duckdb/duckdb#18090)
Unittest: Configure skip error messages (duckdb/duckdb#18087)
Switch to Optional for type hints in polars lazy dataframe function (duckdb/duckdb#18078)
Don't throw `InternalException` in `Sort::Sink` (duckdb/duckdb#18105)
TPC-DS: Use BIGINT fields (duckdb/duckdb#18098)
[CI] don't run jobs on draft PRs (duckdb/duckdb#18016)
[chore] Merge v1.3-ossivalis on main (duckdb/duckdb#18109)
ci: build duckdb against the latest emscripten (duckdb/duckdb#18110)
Update description of 'arrow_lossless_conversion' (duckdb/duckdb#18046)
github-actions bot and others added 27 commits September 1, 2025 07:31
Fixup progress_bar: avoid converting doubles into int32_t unchecked (duckdb/duckdb#18800)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[chore] Fixup tidy-check on src/logging/log_manager.cpp by passing const & (duckdb/duckdb#18801)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Internal duckdb/duckdb#3273: Hashed Sort Callbacks (duckdb/duckdb#18796)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Typed macro parameters (duckdb/duckdb#18786)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix some unindented interactions between `EMPTY_RESULT_PULLUP` and `MATERIALIZED` CTEs (duckdb/duckdb#18805)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add support for non-aggregate window functions (duckdb/duckdb#18788)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Provide failing file name in Parquet reader error messages (duckdb/duckdb#18814)
Test runner: Expand '{UUID}' into a random UUID (duckdb/duckdb#18809)
Expected errors 2053 (duckdb/duckdb#18810)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: Add COLLATE NOCASE support to strpos function (duckdb/duckdb#18819)
[CI] install  libcurl4-openssl-dev with apt-get (duckdb/duckdb#18811)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add callback to get a list of copy options, use this to provide suggestions and to erase options from import that are only used during exporting (duckdb/duckdb#18812)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
For BC reasons - keep VARINT as alias for BIGNUM (duckdb/duckdb#18821)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Fix] Bug in fixed-size buffer when throwing out-of-memory (duckdb/duckdb#18769)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Re-add accidentally removed check if copy_from is supported (duckdb/duckdb#18824)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Ensure a WAL file matches the DB file and checkpoint iteration (duckdb/duckdb#18823)
Fix: Preserve database configuration flags for tab completion in DuckDB shell (duckdb/duckdb#18482)
Extensions.yml: Pass down save_cache to inner workflows (duckdb/duckdb#18828)
Fix format-fix runs on Linux (duckdb/duckdb#18827)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: sanitize input for enable_logging (duckdb/duckdb#18830)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
fix: silence warnings about signed/unsigned conversions. (duckdb/duckdb#18835)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid expensive checkpoints and write amplification by appending row groups, and limiting vacuum operations for the last number of row groups (duckdb/duckdb#18829)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix/run function in transaction (duckdb/duckdb#18741)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add support for reading/writing native parquet geometry types (duckdb/duckdb#18832)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid printing '99 hours', given in most cases that means estimate is… (duckdb/duckdb#18839)
Don't notify Py pkg when override git describe is set (duckdb/duckdb#18843)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add the `VARIANT` LogicalType (duckdb/duckdb#18609)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Document storage version flag in CLI + minor rendering fix (duckdb/duckdb#18841)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Ignore null verification for statistics on structs (duckdb/duckdb#18813)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Add OnBeginExtensionLoad callback (duckdb/duckdb#18842)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Bump MySQL/Postgres/SQLite (duckdb/duckdb#18848)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
WAL <> DB File Match Fixes (duckdb/duckdb#18849)
Add test_env to unit tester (duckdb/duckdb#18847)
Merge ossivalis into main (duckdb/duckdb#18844)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Make ATTACH OR REPLACE atomic, keep list of used databases in MetaTransaction (duckdb/duckdb#18850)
@github-actions github-actions bot enabled auto-merge September 4, 2025 08:29
@krlmlr krlmlr closed this Sep 7, 2025
auto-merge was automatically disabled September 7, 2025 09:08

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.

2 participants