hctree

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-01-29
19:16
Fix a build problem affecting amalgamation builds. leaf check-in: b3687856e5 user: dan tags: hctree-bedrock
18:12
Add rtdsc timers to code in hct_database.c. check-in: bbd66e49dc user: dan tags: hctree-bedrock
2026-01-26
17:38
Update slow commit logging to include values from getrusage(THREAD). check-in: 090d8d16df user: dan tags: hctree-bedrock
2026-01-21
16:20
Add "main", "database" and "file" stats to the log message emitted for commits that take longer than 500ms. check-in: 377176f554 user: dan tags: hctree-bedrock
2026-01-16
17:38
Output a diagnostic log message if a call to sqlite3HctBtreeCommit() takes longer than 500ms. check-in: 26d8269075 user: dan tags: hctree-bedrock
13:36
Update procedure in doc/hctree/testing.wiki to update hctree-bedrock branch. check-in: 7943797896 user: dan tags: hctree-bedrock
13:35
Update procedure in doc/hctree/testing.wiki to update hctree-bedrock branch. leaf check-in: 7bfe6b96ab user: dan tags: hctree
11:57
Update this branch with latest changes from "bedrock". check-in: 241ffcb9da user: dan tags: hctree-bedrock
11:03
Merge latest trunk changes with this branch. check-in: d5cd0dcf90 user: dan tags: hctree
2026-01-15
17:17
Fix an error in new test script fts5corrupt9.test. leaf check-in: a5918835e1 user: dan tags: trunk
17:15
Fix a buffer overrun that could occur when deleting rows in secure-delete mode from a strategically corrupted fts5 database. leaf check-in: 3a24bf9374 user: dan tags: branch-3.51
17:12
Avoid unsigned integer overflow in the delta_apply() extension function. Not part of any standard deliverable. [forum:/forumpost/d41879b367c7f7ec|Forum thread d41879b367c7f7ec]. check-in: 693c90a7aa user: dan tags: branch-3.51
17:11
Prevent a malicious delta from causing an integer overflow in the fossildelta extension. This code is not used in the SQLite core. check-in: 1f4e32e2e3 user: dan tags: branch-3.51
17:00
Add extra test for handling corrupt delta records in rbu. check-in: 7dba05100f user: dan tags: trunk, artiphishell
16:09
Fix a buffer overrun that could occur when deleting rows in secure-delete mode from a strategically corrupted fts5 database. check-in: 1e66d6e327 user: dan tags: trunk, artiphishell
2026-01-14
19:22
Adjust the output of the fuzzcheck test program so that testrunner.tcl can capture the number of tests run even when the --slice option is used. check-in: dddaeff4ce user: drh tags: trunk
17:52
Update sessions module so that it takes the db mutex before, instead of just after, opening a savepoint when generating a changeset. check-in: 41bbd13d73 user: dan tags: trunk
17:02
Improve some of the documentation comments for the new code on this branch. leaf check-in: f352485db4 user: dan tags: changegroup-change-api
16:01
Merge latest trunk changes into this branch. check-in: fae9f376b7 user: dan tags: changegroup-change-api
15:27
Add tests for edge cases in the new code on this branch. check-in: cd115f0f44 user: dan tags: changegroup-change-api
13:49
Guard against oversized index entries in databases larger than 2GiB. check-in: 492c3a07de user: drh tags: branch-3.51
13:43
Guard against oversized index entries in databases larger than 2GiB. check-in: ed17a878e5 user: drh tags: trunk, artiphishell
2026-01-13
19:59
Allow the APIs on this branch to be used to create patchsets as well as changesets. check-in: 8699fe5b24 user: dan tags: changegroup-change-api
02:43
Increase the version number to 3.51.3 check-in: b39e8eb7ca user: drh tags: branch-3.51
02:39
Fix integer overflow problems and error reporting memory leaks in the zipfile extension. check-in: 325c222726 user: drh tags: branch-3.51
02:35
Fix integer overflow problems and error reporting memory leaks in the zipfile extension. [forum:/forumpost/2026-01-13T00:09:06Z|Forum post 2026-01-13T00:09:06Z]. check-in: 8e656a4835 user: drh tags: trunk, artiphishell
2026-01-12
20:16
Fix an OOB read in the sessions module that could occur while processing a corrupt changeset. check-in: 3c46295487 user: dan tags: trunk
19:56
Avoid unsigned integer overflow in the delta_apply() extension function. Not part of any standard deliverable. [forum:/forumpost/d41879b367c7f7ec|Forum thread d41879b367c7f7ec]. check-in: b354dd12c2 user: drh tags: trunk, artiphishell
19:13
Fix an infinite loop in the sessions module that could occur when processing a corrupt changeset blob. check-in: d98653bdbc user: dan tags: trunk
17:41
Merge the latest trunk enhancements into the reuse-schema branch. leaf check-in: 48e342c1fd user: drh tags: reuse-schema
17:18
Merge all the latest trunk enhancements into the bedrock branch. leaf check-in: d577b2a2b2 user: drh tags: bedrock
17:05
Merge the latest trunk enhancements into the wal2 branch leaf check-in: f65432340f user: drh tags: wal2
16:39
Add an API to the sessions module to add changes one at a time to an sqlite3_changegroup object. check-in: 27150a8c22 user: dan tags: changegroup-change-api
16:12
Merge the latest trunk enhancements into the begin-concurrent branch. leaf check-in: f617f2a085 user: drh tags: begin-concurrent
15:43
wasm: filter the custom Module.instantiateWasm() out of node builds, per request from the npm project. check-in: b57a8215f4 user: stephan tags: trunk
14:45
Improved documentation (in the header comment) for tmstmpvfs.c. check-in: 70b1da718c user: drh tags: trunk
2026-01-11
21:18
Add sqlite3_carray_bind() to sqlite3_api_routines. [forum:257e642a4c|Forum post 257e642a4c]. check-in: 7c40dbcec8 user: stephan tags: trunk
16:21
Add the @preserve tag to the standalone file sqlite3-opfs-async-proxy.js. check-in: 334b2be57e user: stephan tags: trunk
15:29
Because of the risk of false positives and ancient compiler versions, do not assume that clang automatically supports -MJ for compile-commands output. i.e. make --compile-commands completely opt-in instead of sometimes-assumed. leaf check-in: 555864bec6 user: stephan tags: compile-commands
15:24
Remove a now-extraneous JS file. check-in: da964123e4 user: stephan tags: compile-commands
14:14
wasm: add @preserve tags to two comment blocks (license header and build version info) so that the npm tools know to retain those comments when minifying. check-in: 596f1ea084 user: stephan tags: trunk
00:20
Merge trunk into the almost-forgotten compile-commands branch. check-in: bd8a21bf80 user: stephan tags: compile-commands
2026-01-10
14:12
Update speedtest.md to point out xdg-open on Linux. check-in: 47c7fbcb46 user: stephan tags: trunk
00:38
Fix a help text typo in speedtest1.tcl, pointed out off-list by BrickViking. check-in: 1fd02a75a9 user: stephan tags: trunk
2026-01-09
20:04
Merge the 3.51.2 changes into the reuse-schema-3.51 branch leaf check-in: 61473d1c73 user: drh tags: reuse-schema-3.51
19:44
Add the 'npm' ext/wasm makefile target to create npm-bundle.zip for use by the downstream npm package. This target is intended to become their path for pulling npm-relevant deliverables, rather than the canonical downloads, and they have our/my commitment not to break it without involving them first. check-in: a4752c18a8 user: stephan tags: trunk
18:42
Fix the wasm snapshot build's zipfile name to include '-snapshot' and correct the update-docs target for recent build refactoring. check-in: 0f53dbf060 user: stephan tags: trunk
17:27
Version 3.51.2 check-in: b270f8339e user: drh tags: release, branch-3.51, version-3.51.2
16:21
To ensure that the sqlite3_hard_heap_limit() call it makes is effective, add "sqlite3_config(SQLITE_CONFIG_MEMSTATUS, 1);" to fuzzcheck.c. check-in: 10e11b9c53 user: dan tags: branch-3.51
16:01
Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. check-in: 127b3270f8 user: drh tags: branch-3.51