2024-07-29 |
dan | Fix xColumnText() and xColumnSize() APIs. Add xColumnLo... |
commit | commitdiff | tree |
2024-07-29 |
dan | Fix a couple of asan problems on this branch. |
commit | commitdiff | tree |
2024-07-27 |
dan | Ensure that an fts5 UPDATE does not strip the locale... |
commit | commitdiff | tree |
2024-07-26 |
dan | Add the fts5_locale() function, and begin adding the... |
commit | commitdiff | tree |
2024-07-24 |
drh | Add the percentile extension to the CLI by default. |
commit | commitdiff | tree |
2024-07-24 |
drh | Add the percentile_cont(Y,P) variant of percentile... |
commit | commitdiff | tree |
2024-07-24 |
stephan | JNI SQLTester: fix --new command to force-replace db... |
commit | commitdiff | tree |
2024-07-23 |
drh | Enhance the percentile() extension function to include... |
commit | commitdiff | tree |
2024-07-22 |
stephan | Doc typo fix. No code changes. |
commit | commitdiff | tree |
2024-07-22 |
stephan | Move a block of JS code which was inadvertently (and... |
commit | commitdiff | tree |
2024-07-22 |
stephan | OPFS VFSes: remove the on-open() pragma calls, as those... |
commit | commitdiff | tree |
2024-07-22 |
stephan | wasm build: resolve a circular dep and do some minor... |
commit | commitdiff | tree |
2024-07-21 |
drh | Fixes to TreeView debugging output for VALUES clauses. |
commit | commitdiff | tree |
2024-07-21 |
drh | Improved debugging output when using PRAGMA vdbe_addopt... |
commit | commitdiff | tree |
2024-07-20 |
dan | Fix an oversized allocation in sqlite3ExprCodeIN(). |
commit | commitdiff | tree |
2024-07-18 |
stephan | Minor typo fixes in test-script-interpreter.md. |
commit | commitdiff | tree |
2024-07-18 |
drh | Fix a problem in FTS5 where it reports the wrong error... |
commit | commitdiff | tree |
2024-07-17 |
dan | Fixes for platforms with 32-bit pointers that require... |
commit | commitdiff | tree |
2024-07-17 |
dan | Add extra assert() statements to the fixes on this... alignment-fixes |
commit | commitdiff | tree |
2024-07-15 |
stephan | Slight doc touchup for [af41a1e6fc8b36e9bf65] based... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Improve one of the JS test cases. |
commit | commitdiff | tree |
2024-07-13 |
dan | Fixes for platforms with 32-bit pointers that require... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS binding for sqlite3_column_decltype(). |
commit | commitdiff | tree |
2024-07-13 |
stephan | JS doc touchups. No code changes. |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS bindings for sqlite3_stmt_busy() and sqlite3_stm... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add missing sqlite3_bind_parameter_name() binding to JS. |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS bindings and tests for sqlite3_interrupted(... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Remove a stray/harmless duplicate wasm function export... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add several convenience links to the OPFS VFS concurren... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add an option to the opfs-sahpool VFS which tells it... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Rename the new opfs-sahpool init-retry flag to the... sahpool-reinit-fallback |
commit | commitdiff | tree |
2024-07-12 |
stephan | sqldiff: fail if the 2nd db argument cannot be opened... |
commit | commitdiff | tree |
2024-07-12 |
stephan | Work around a difficult-to-trigger Atomics API message... |
commit | commitdiff | tree |
2024-07-12 |
stephan | sqldiff: if the first db argument does not exist, fail... |
commit | commitdiff | tree |
2024-07-11 |
stephan | Reformulate the forceReinitIfFailed handling based... |
commit | commitdiff | tree |
2024-07-11 |
stephan | Remove the timing and counter metrics from the OPFS... opfs-errant-op |
commit | commitdiff | tree |
2024-07-11 |
stephan | Add some docs explaining [64f4f3cd878b1a72]. |
commit | commitdiff | tree |
2024-07-11 |
stephan | Proposed workaround for the "errant op" case in the... |
commit | commitdiff | tree |
2024-07-11 |
stephan | Add an option to force the opfs-sahpool VFS init to... |
commit | commitdiff | tree |
2024-07-10 |
stephan | Rename some JS files for consistency. This affects... |
commit | commitdiff | tree |
2024-07-08 |
dan | Fix a use-after-free that could occur following an... |
commit | commitdiff | tree |
2024-07-08 |
dan | Improve the error message returned when fts5 finds... |
commit | commitdiff | tree |
2024-07-05 |
drh | Use a mini Bloom filter to help reduce the number of... |
commit | commitdiff | tree |
2024-07-05 |
drh | Improved reuse of subqueries associated with IN operato... |
commit | commitdiff | tree |
2024-07-05 |
drh | Small performance optimizations. reuse-subqueries |
commit | commitdiff | tree |
2024-07-04 |
dan | Add test cases to in7.test. |
commit | commitdiff | tree |
2024-07-04 |
drh | Disable the reuse of IN-clause subqueries if the subque... |
commit | commitdiff | tree |
2024-07-04 |
dan | Update EXPLAIN output to include P4_SUBRTNSIG. |
commit | commitdiff | tree |
2024-07-04 |
drh | Be more aggressive about reusing subqueries that appear... |
commit | commitdiff | tree |
2024-07-04 |
drh | Add comment using the name "predicate push-down optimiz... |
commit | commitdiff | tree |
2024-07-04 |
stephan | For shell completion, use pragma_table_xinfo instead... |
commit | commitdiff | tree |
2024-07-03 |
drh | When constructing an ephermeral table to use as the... |
commit | commitdiff | tree |
2024-07-03 |
drh | Show the creation of IN-operator Bloom filters in the... in-bloom |
commit | commitdiff | tree |
2024-07-03 |
drh | Add a new sqlite3FaultSim() call to OP_NotFound to... |
commit | commitdiff | tree |
2024-07-03 |
drh | Use a Bloom filter to improve performance of IN operato... |
commit | commitdiff | tree |
2024-07-02 |
drh | Add assert() statements to FTS5 to hush-up warnings... |
commit | commitdiff | tree |
2024-07-02 |
drh | Reword the deliberate_fall_through macro along the... |
commit | commitdiff | tree |
2024-07-02 |
drh | In the CLI, if the XDG_CONFIG_HOME environment variable... |
commit | commitdiff | tree |
2024-06-29 |
drh | Fix a typo in a comment in a test case. No changes... |
commit | commitdiff | tree |
2024-06-29 |
drh | Add a NEVER() around a branch in sqlite3ExprAffinity... |
commit | commitdiff | tree |
2024-06-28 |
dan | Update fts5 comment/docs to include the order matches... |
commit | commitdiff | tree |
2024-06-28 |
drh | Additional steps to make sure calls to sqlite3ExprToReg... |
commit | commitdiff | tree |
2024-06-28 |
drh | Do not convert an expression node that is already TK_RE... |
commit | commitdiff | tree |
2024-06-24 |
dan | Fix an incorrect tcl comment that appeared in many... |
commit | commitdiff | tree |
2024-06-24 |
dan | Fix some problems with calling fts5 api functions from... |
commit | commitdiff | tree |
2024-06-24 |
dan | Enhance the output of ".scanstats vm" to include the... |
commit | commitdiff | tree |
2024-06-19 |
drh | Revert Lemon so that it only shows -D options that... |
commit | commitdiff | tree |
2024-06-19 |
drh | In lemon, show all the -D options in the generated... |
commit | commitdiff | tree |
2024-06-19 |
drh | Enhance lemon.c so that when it shows the compile-time... |
commit | commitdiff | tree |
2024-06-19 |
stephan | Remove some extraneous flags from the fiddle-debug... |
commit | commitdiff | tree |
2024-06-18 |
stephan | Minor cleanups in the new fiddle build code. |
commit | commitdiff | tree |
2024-06-18 |
stephan | Rework the fiddle build to build separate debug and... |
commit | commitdiff | tree |
2024-06-18 |
stephan | Remove an extraneous CSS file and import its CSS into... |
commit | commitdiff | tree |
2024-06-18 |
stephan | Add fiddle-debug make target to ext/wasm. It builds... |
commit | commitdiff | tree |
2024-06-18 |
drh | Add instructions for how to do debugging builds of... |
commit | commitdiff | tree |
2024-06-18 |
drh | Update sqlite3_analyzer to report on the number of... |
commit | commitdiff | tree |
2024-06-18 |
stephan | Internal doc typo fixes, as reported in the forum.... |
commit | commitdiff | tree |
2024-06-16 |
stephan | Remove some dead JS code. |
commit | commitdiff | tree |
2024-06-14 |
drh | Do not omit the ORDER BY clause from a recursive CTE... |
commit | commitdiff | tree |
2024-06-12 |
stephan | Remove some dead JS code. Improve the exception-to... |
commit | commitdiff | tree |
2024-06-12 |
stephan | Remove some JS docs which no longer apply. No code... |
commit | commitdiff | tree |
2024-06-12 |
dan | Fix a problem with rolling back hot journals using... |
commit | commitdiff | tree |
2024-06-12 |
dan | Omit tests that depend on sqlite3_release_memory()... unix-dotfile-fix |
commit | commitdiff | tree |
2024-06-12 |
stephan | OPFS VFS: change the xCheckReservedLock() impl to alway... |
commit | commitdiff | tree |
2024-06-12 |
stephan | Doc updates in JS code. No functional changes. |
commit | commitdiff | tree |
2024-06-12 |
dan | Do not attempt to run hot journal rollback tests in... |
commit | commitdiff | tree |
2024-06-12 |
stephan | Slight API doc tweak for xCheckReservedLock(), based... |
commit | commitdiff | tree |
2024-06-11 |
dan | Handle the case where unix-dotfile is used with URI... |
commit | commitdiff | tree |
2024-06-11 |
dan | Fix a problem with rolling back hot journals using... |
commit | commitdiff | tree |
2024-06-11 |
stephan | Remove some dead JS code and update some JS docs. |
commit | commitdiff | tree |
2024-06-11 |
stephan | When compiling shell.c in SQLITE_SHELL_FIDDLE mode... |
commit | commitdiff | tree |
2024-06-11 |
drh | Change constant expressions to pre-computed constants... |
commit | commitdiff | tree |
2024-06-10 |
drh | Improved header comment on the sqlite3FpDecode() implem... |
commit | commitdiff | tree |
2024-06-09 |
drh | Disable the omit-noop-join optimization when there... |
commit | commitdiff | tree |
2024-06-06 |
drh | Allow the query planner access to the argument of LIMIT... |
commit | commitdiff | tree |
2024-06-06 |
drh | Omit bogus tests accidentally added by the privious... var-in-limit |
commit | commitdiff | tree |
2024-06-06 |
drh | Better optimize queries that use parameters in the... |
commit | commitdiff | tree |
2024-06-06 |
stephan | Re-enable [dcc2bb2c562e97e090174], as [296eeb26c816bc73... |
commit | commitdiff | tree |
2024-06-06 |
drh | Adjust the parser so that the value of TK_ISNOT is... |
commit | commitdiff | tree |
2024-06-06 |
drh | Small performance optimization in the operatorMask... |
commit | commitdiff | tree |
next |