Skip to content

Tags: duckdb/duckdb

Tags

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix scoping problem with function argument (#14666)

This pr fixes #14563.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Emit profiling info for extension operators (#14355)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CIBW_SKIP also musllinux on Python 3.7 or Python 3.8 (#14074)

3.8 is end of live, 3.8 close to. This is due to problem connected to
numpy/numpy#12016 and
pypa/setuptools#3329 (comment).

Tracked this with @Tishj. Users might still manage to build locally, but
we can't reliably build those wheels in CI given requirement on
distutils.msvccompiler (on Linux..)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13796 from lnkuiper/allocator_bulk_deallocation_f…

…lush_threshold

Allocator bulk deallocation flush threshold

v1.0.0

Toggle v1.0.0's commit message
🦆

4410253

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12183 from Mytherin/createindexcorrectdb

Mark correct database as modified in CreateIndex

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11681 from Maxxen/bump-vss

bump vss, handle reverting append when index is unknown

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11218 from Mytherin/disablejemalloconarm

Disable jemalloc on arm in Python package as well

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10612 from samansmink/delay-secret-storage-direct…

…ory-initialization

delay secret storage initialization

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9660 from carlopi/removeflakytest

Partial revert of #9624: test seemed to cause some memory leaks in CI