2025-07-15 |
drh | Optimize allocation of large tombstone arrays in fts5. |
commit | commitdiff | tree |
2025-07-07 |
drh | Rework the fix to the problem described by |
commit | commitdiff | tree |
2025-07-07 |
stephan | Work around the Emscripten 4.10 regression described... |
commit | commitdiff | tree |
2025-07-07 |
drh | Fix a parsing error introduced by the addition of the... |
commit | commitdiff | tree |
2025-07-04 |
stephan | Propagate the -ldl and -lpthread flags, if needed,... |
commit | commitdiff | tree |
2025-07-01 |
drh | Increment the patch level to 3. |
commit | commitdiff | tree |
2025-07-01 |
drh | When attempting to optimize "expr AND false" to "false... |
commit | commitdiff | tree |
2025-06-30 |
stephan | Minor API doc typo fixes from brickviking. |
commit | commitdiff | tree |
2025-06-29 |
stephan | Minor API doc typo fixes from brickviking. |
commit | commitdiff | tree |
2025-06-28 |
drh | Version 3.50.2 version-3.50.2 |
commit | commitdiff | tree |
2025-06-27 |
drh | Raise an error right away if the number of aggregate... |
commit | commitdiff | tree |
2025-06-27 |
drh | API doc typo fixes and closing DD element tags from... |
commit | commitdiff | tree |
2025-06-26 |
drh | Minor API doc fixes sent off-list from brickviking. |
commit | commitdiff | tree |
2025-06-19 |
drh | Cherry-pick of documentation updates from trunk - no... |
commit | commitdiff | tree |
2025-06-17 |
drh | Avoid writing frames with no checksums into the wal... |
commit | commitdiff | tree |
2025-06-16 |
drh | Fix an issue going back to version 3.39.0 with transiti... |
commit | commitdiff | tree |
2025-06-12 |
drh | Have sqlite3_setlk_timeout() take the database handle... |
commit | commitdiff | tree |
2025-06-12 |
stephan | Help ext/wasm 'make snapshot' find the wasm docs dir... |
commit | commitdiff | tree |
2025-06-11 |
drh | Fix a problem with UPDATEs on fts5 tables that contain... |
commit | commitdiff | tree |
2025-06-11 |
drh | Increase the version number for this branch to 3.50.2. |
commit | commitdiff | tree |
2025-06-11 |
drh | Fix the concat_ws() SQL function so that it includes... |
commit | commitdiff | tree |
2025-06-10 |
drh | Improved selection of the divisor when subdividing... |
commit | commitdiff | tree |
2025-06-10 |
drh | Adjustments to ext/misc/fileio.c in an attempt to get... |
commit | commitdiff | tree |
2025-06-06 |
drh | Version 3.50.1 version-3.50.1 |
commit | commitdiff | tree |
2025-06-05 |
drh | Fix harmless compiler warning introduced by the setlk... |
commit | commitdiff | tree |
2025-06-05 |
drh | Fixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds... |
commit | commitdiff | tree |
2025-06-05 |
stephan | Merge TEA README updates from [bf7be67e3f]. No code... |
commit | commitdiff | tree |
2025-06-04 |
stephan | tea build: add an info-exists check after a 'scan'... |
commit | commitdiff | tree |
2025-06-03 |
stephan | Apply the duplicate 'export default' workaround to... |
commit | commitdiff | tree |
2025-06-03 |
drh | Relax query flattener constraint (3b) and thereby allow... |
commit | commitdiff | tree |
2025-06-03 |
drh | Fix an off-by-one error in sqlite3_rsync. |
commit | commitdiff | tree |
2025-06-02 |
drh | Fix JSONB edit so that when it is trying to reduce... |
commit | commitdiff | tree |
2025-06-02 |
drh | Improve the accuracy of affinity and collating sequence... |
commit | commitdiff | tree |
2025-06-01 |
drh | Update the version number to 3.50.1 |
commit | commitdiff | tree |
2025-06-01 |
drh | Fix an off-by-one error in the size computation of... |
commit | commitdiff | tree |
2025-05-31 |
drh | Cherrypick obscure (fuzzer-generated) RIGHT JOIN bug... |
commit | commitdiff | tree |
2025-05-30 |
drh | Add "include <stddef.h>" to fts5 and rtree to... |
commit | commitdiff | tree |
2025-05-30 |
drh | Extend the fix for ticket 623eff57e76d45f6]so that... |
commit | commitdiff | tree |
2025-05-30 |
stephan | Squelch an interesting but harmless struct initializati... |
commit | commitdiff | tree |
2025-05-29 |
stephan | Fix the missing -lm link flag for the sqlite3 shell... |
commit | commitdiff | tree |
2025-05-29 |
drh | Version 3.50.0 major-release version-3.50.0 |
commit | commitdiff | tree |
2025-05-28 |
drh | Do not use a partial index unless the WHERE clause... |
commit | commitdiff | tree |
2025-05-28 |
drh | Do not use a partial index if the truth of the WHERE... silly-partial-indexes |
commit | commitdiff | tree |
2025-05-26 |
drh | Slight change to tool/split-sqlite3c.tcl to make it... |
commit | commitdiff | tree |
2025-05-26 |
drh | Fix a bug in the speedtest.tcl testing script that... |
commit | commitdiff | tree |
2025-05-26 |
stephan | In the TEA build, enable USE_TCL_STUBS on Mac platforms. |
commit | commitdiff | tree |
2025-05-26 |
dan | On OpenBSD, do not test fuzzcheck with ubsan as part... |
commit | commitdiff | tree |
2025-05-26 |
drh | Avoid calls to sprintf() in Lemon, since OpenBSD hates... |
commit | commitdiff | tree |
2025-05-26 |
stephan | When detecting TCLLIBDIR, skip over //zipfs paths,... |
commit | commitdiff | tree |
2025-05-26 |
stephan | tclsqlite.c doc typo fix. |
commit | commitdiff | tree |
2025-05-24 |
drh | Change json_group_object() so that it ignores entries... |
commit | commitdiff | tree |
2025-05-24 |
stephan | vtablog.c doc fixes reported in [forum:416d1e37b2|forum... |
commit | commitdiff | tree |
2025-05-24 |
drh | Amend the previous: Set SQLITE_JSON_MAX_DEPTH to 500... |
commit | commitdiff | tree |
2025-05-23 |
drh | Limit JSON recursion depth to 500 when running ASAN... |
commit | commitdiff | tree |
2025-05-23 |
drh | Add the --osmalloc option to the test/speedtest.tcl... |
commit | commitdiff | tree |
2025-05-22 |
dan | Fix a problem with using streaming iterators with sqlit... |
commit | commitdiff | tree |
2025-05-19 |
drh | Clarify some malloc size computations to simplify the... |
commit | commitdiff | tree |
2025-05-19 |
drh | Make the new sqlite3_setlk_timeout() interface accessib... |
commit | commitdiff | tree |
2025-05-19 |
drh | Remove stray tab characters from source files. |
commit | commitdiff | tree |
2025-05-19 |
drh | Fix a harmless comment typo |
commit | commitdiff | tree |
2025-05-19 |
drh | Adjust the tool/warnings.sh script so that it works... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Latest teaish pieces, most significantly for tcl portab... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Minor tcl doc update. tea-cleanups |
commit | commitdiff | tree |
2025-05-17 |
stephan | Rename feature-tests.tcl to feature.tcl. Haiku tcl... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Latest upstream teaish pieces for minor fixes. Restruct... |
commit | commitdiff | tree |
2025-05-16 |
drh | Improved version of the previous check-in. |
commit | commitdiff | tree |
2025-05-16 |
drh | Fix the optimization of check-in [663f5dd32d9db832... |
commit | commitdiff | tree |
2025-05-15 |
drh | Add the --enablefk option to the "changeset apply"... |
commit | commitdiff | tree |
2025-05-15 |
drh | Enhance the "changeset" utility program with new comman... |
commit | commitdiff | tree |
2025-05-15 |
drh | Rework the showHelp() function in the CLI implementatio... |
commit | commitdiff | tree |
2025-05-14 |
drh | Back out the "low-quality index" query planner hack... |
commit | commitdiff | tree |
2025-05-13 |
drh | Fix trunk fork. |
commit | commitdiff | tree |
2025-05-13 |
stephan | Adjust the strftime() test in test/date4.test to remove... |
commit | commitdiff | tree |
2025-05-13 |
drh | First cut at enhancing the fsdir virtual table so that... |
commit | commitdiff | tree |
2025-05-13 |
drh | Omit the unused readdir_r() routine from test_windirent.c |
commit | commitdiff | tree |
2025-05-12 |
stephan | Session extension doc typo fix reported in [forum:75e94... |
commit | commitdiff | tree |
2025-05-12 |
drh | Fix a coding mistake in vfstrace. |
commit | commitdiff | tree |
2025-05-11 |
drh | Remove a redundant typedef from the sqlite3_rsync.c... |
commit | commitdiff | tree |
2025-05-10 |
drh | Provide the SQLITE_BUG_COMPATIBLE_20250510 compile... |
commit | commitdiff | tree |
2025-05-10 |
drh | Add enforcement of the obscure JSON5 syntax rule that... |
commit | commitdiff | tree |
2025-05-08 |
drh | Fix PRAGMA trusted_schema=OFF and similar so that it... |
commit | commitdiff | tree |
2025-05-08 |
stephan | Internal doc typo fix. No code changes. |
commit | commitdiff | tree |
2025-05-07 |
drh | Fix a harmless warning about and oversize shift operati... |
commit | commitdiff | tree |
2025-05-06 |
dan | Add test cases for the NOT NULL/IS NULL optimization... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix a bug in the NOT NULL/IS NULL optimization of check... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix the sqlite3VdbeTypeofColumn() function so that... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix console-I/O on Windows for DEBUG=3 builds. Broken by |
commit | commitdiff | tree |
2025-05-03 |
drh | Enhance sqlite3_rsync so that if the first attempt... |
commit | commitdiff | tree |
2025-05-03 |
drh | Fix a harmless redundant variable declaration in sqlite... |
commit | commitdiff | tree |
2025-05-03 |
drh | Addition summary results output when using -vvv on... |
commit | commitdiff | tree |
2025-05-03 |
drh | Promote the --protocol option to sqlite3_rsync from... |
commit | commitdiff | tree |
2025-05-03 |
drh | Enhance sqlite3_rsync (in a backwards-compatible way... |
commit | commitdiff | tree |
2025-05-03 |
drh | Improvements to protocol negotiation. faster-rsync |
commit | commitdiff | tree |
2025-05-02 |
drh | Clean up command-line parsing. Add the undocumented |
commit | commitdiff | tree |
2025-05-02 |
drh | Now appears to be working. More testing needed. Refin... |
commit | commitdiff | tree |
2025-05-02 |
drh | Bug fixes. Added new debugging features to better... |
commit | commitdiff | tree |
2025-05-02 |
drh | This is the start of an experiment in getting sqlite3_r... |
commit | commitdiff | tree |
2025-05-02 |
drh | Do not allow sqlite3_rsync to convert the replica from... |
commit | commitdiff | tree |
2025-05-01 |
drh | Enhance sqlite3_rsync so that, by default, it will... |
commit | commitdiff | tree |
2025-05-01 |
drh | Allow sqlite3_rsync to work on non-WAL-mode databases... rsync-non-wal-mode |
commit | commitdiff | tree |
next |