| 10 hours ago |
drh | Faster conversion of integers to text, by converting... numeric-conversion |
commit | commitdiff | tree |
| 11 hours ago |
drh | Simplifications to sqlite3AtoF(), resulting in slightly... |
commit | commitdiff | tree |
| 17 hours ago |
drh | Fix a bad assert() in the previous check-in. numeric-conversion-perf |
commit | commitdiff | tree |
| 17 hours ago |
drh | Refactor the sqlite3AtoF() routine so that it requires... |
commit | commitdiff | tree |
| 22 hours ago |
dan | Fix a problem with identifying ON clauses attached... |
commit | commitdiff | tree |
| 23 hours ago |
drh | Performance improvement in floating-point conversions. |
commit | commitdiff | tree |
| 40 hours ago |
drh | Avoid the big power-of-ten lookup table. fp-perf |
commit | commitdiff | tree |
| 2 days ago |
drh | Fix to [9d3a12d3926d55ef] to force the static const... |
commit | commitdiff | tree |
| 2 days ago |
drh | Add the "LLU" suffix to 64-bit integer constants, for... |
commit | commitdiff | tree |
| 2 days ago |
drh | Fix to the generic version of the 128-bit multiple... |
commit | commitdiff | tree |
| 2 days ago |
drh | Another minor performance refinement. |
commit | commitdiff | tree |
| 2 days ago |
drh | Minor corrections. |
commit | commitdiff | tree |
| 2 days ago |
drh | Improved comment. No code changes. |
commit | commitdiff | tree |
| 2 days ago |
drh | Use a precomputed table of 696 powers of 10 to improve... |
commit | commitdiff | tree |
| 3 days ago |
drh | Add new assert() statements to demonstrate that the... |
commit | commitdiff | tree |
| 3 days ago |
drh | Use only a single bit, rather than a whole byte, to... |
commit | commitdiff | tree |
| 3 days ago |
drh | Add a "const" to avoid a harmless false-positive compil... |
commit | commitdiff | tree |
| 4 days ago |
drh | Respect "const" strings in the sqlite3ShadowTableName... |
commit | commitdiff | tree |
| 5 days ago |
drh | Minor performance enhancement to floating-point rendering. |
commit | commitdiff | tree |
| 6 days ago |
drh | Correction to date/time computations associated with... |
commit | commitdiff | tree |
| 6 days ago |
drh | Minor tweaks to the star-query optimization in the... |
commit | commitdiff | tree |
| 7 days ago |
drh | Immediately reset all pending prepared statements on... |
commit | commitdiff | tree |
| 7 days ago |
dan | Do not allow table-function argument expressions on... |
commit | commitdiff | tree |
| 8 days ago |
stephan | Fix a method name typo in test-only code which could... |
commit | commitdiff | tree |
| 9 days ago |
stephan | JS doc touchups. |
commit | commitdiff | tree |
| 9 days ago |
drh | Improved output from calls to sqlite3ShowSrcList()... |
commit | commitdiff | tree |
| 11 days ago |
drh | Do a better job of not generating unnecessary Bloom... |
commit | commitdiff | tree |
| 11 days ago |
drh | Fix harmless compiler warning when the CLI is compiled... |
commit | commitdiff | tree |
| 12 days ago |
drh | Display scanstatus results in neat columns. |
commit | commitdiff | tree |
| 12 days ago |
drh | Improved output for ".scanstatus est" in the CLI. |
commit | commitdiff | tree |
| 12 days ago |
drh | Improved display of scan-status estimates. scanstatus-improvements |
commit | commitdiff | tree |
| 12 days ago |
drh | Render scan-status values with 3 or 4 significant digit... |
commit | commitdiff | tree |
| 12 days ago |
drh | Fix scanstatus output in QRF so that it shows the total... |
commit | commitdiff | tree |
| 13 days ago |
drh | Improve the query planner by reducing the estimated... |
commit | commitdiff | tree |
| 13 days ago |
drh | Minor change to test/dotcmd01.test so that it works... |
commit | commitdiff | tree |
| 13 days ago |
drh | Improved comments on this enhancement. No code changes. prune-by-like-glob |
commit | commitdiff | tree |
| 13 days ago |
drh | Refactor the implementation of this enhancement to... |
commit | commitdiff | tree |
| 2026-02-02 |
drh | When reducing the truth probability of a LIKE/GLOB... |
commit | commitdiff | tree |
| 2026-02-02 |
drh | Do not reduce the estimated truth probability of LIKE... |
commit | commitdiff | tree |
| 2026-02-02 |
drh | Merge the latest trunk enhancements into the prune... |
commit | commitdiff | tree |
| 2026-02-02 |
dan | Update session module test code to correctly use Tcl_Si... |
commit | commitdiff | tree |
| 2026-02-01 |
drh | Add the "--timeout SECONDS" option to the ".progress... |
commit | commitdiff | tree |
| 2026-02-01 |
drh | Enhance the ".timer" command in the CLI to accept the... |
commit | commitdiff | tree |
| 2026-02-01 |
drh | An experimental query-planner change that reduces the... |
commit | commitdiff | tree |
| 2026-01-31 |
drh | Fix a missed optimization opportunity due to a typo... |
commit | commitdiff | tree |
| 2026-01-30 |
drh | Make CROSS JOIN a join reorder barrier again, as the... |
commit | commitdiff | tree |
| 2026-01-30 |
drh | Fix the new CLI so that the ".eqp" setting does not... |
commit | commitdiff | tree |
| 2026-01-30 |
drh | Change the new escape-character mechanism for CSV impor... |
commit | commitdiff | tree |
| 2026-01-30 |
drh | Undo the previous check-in. In its place, add the... |
commit | commitdiff | tree |
| 2026-01-30 |
drh | Enhance the CSV import capability in the CLI so that... |
commit | commitdiff | tree |
| 2026-01-30 |
stephan | kvvfs fix for [https://github.com/sqlite/sqlite-wasm... |
commit | commitdiff | tree |
| 2026-01-28 |
stephan | Capture sqlite3_rsync's remote-end result code so the... |
commit | commitdiff | tree |
| 2026-01-28 |
drh | Improved (faster) bytecode for the merge algorithm. |
commit | commitdiff | tree |
| 2026-01-28 |
dan | Add a comment to sqlite3Stat4Value() explaining that... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Avoid unsigned integer overflow when evaluating an... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Improved byte-code coverage testing verification in... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | The tmstmpvfs.c extension should not modify the content... |
commit | commitdiff | tree |
| 2026-01-27 |
stephan | Teach sqlite3_rsync to increment its error count when... rsync-child-rc |
commit | commitdiff | tree |
| 2026-01-27 |
drh | For CSV import in the CLI, when the table is created... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Add the --csv option to the showtmlog utility program. |
commit | commitdiff | tree |
| 2026-01-27 |
dan | Fix trivial buffer overreads in the sessions module... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Additional usage notes added to the header comment... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Enhanced documentation in the header comment of tmstmpv... |
commit | commitdiff | tree |
| 2026-01-27 |
drh | Fix frame number computation in the log generated by... |
commit | commitdiff | tree |
| 2026-01-26 |
drh | Enhancements to tmstmpvfs.c: (1) Use the exact same... |
commit | commitdiff | tree |
| 2026-01-26 |
dan | Add test for fts3 compress= and uncompress= options. |
commit | commitdiff | tree |
| 2026-01-26 |
drh | Improve the comments on the generated byte-code for... |
commit | commitdiff | tree |
| 2026-01-26 |
drh | Fix the initialization of the sqlite3Api[]... |
commit | commitdiff | tree |
| 2026-01-26 |
drh | Add alternative sqlite3_carray_bind_v2() interface. |
commit | commitdiff | tree |
| 2026-01-26 |
stephan | Fix speedtest1.wasm build regression introduced with... |
commit | commitdiff | tree |
| 2026-01-26 |
drh | Fix a possible problem following OOM in a WITH statement. |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Always use the sort-and-merge algorithm for EXCEPT... |
commit | commitdiff | tree |
| 2026-01-25 |
drh | The Select.addrOpenEphm field is no longer needed.... union-by-merge |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Refactor one function name. Comment improvements.... |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Fix the jsonb_group_array() and jsonb_group_object... |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Additional simplifications to achieve 100% MC/DC. |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
| 2026-01-25 |
drh | Remove additional unnecessary code associated with... |
commit | commitdiff | tree |
| 2026-01-24 |
drh | Assert() statements added to sqlite3_result_text64... |
commit | commitdiff | tree |
| 2026-01-24 |
drh | Expound upon the meaning of SQLITE_UTF8_ZT, in an attem... |
commit | commitdiff | tree |
| 2026-01-24 |
stephan | Expose SQLITE_UTF_ZT to WASM for completeness's sake... |
commit | commitdiff | tree |
| 2026-01-24 |
drh | Fix an incorrect assert(). |
commit | commitdiff | tree |
| 2026-01-23 |
drh | In the cost metrics of the query planner, the estimated... |
commit | commitdiff | tree |
| 2026-01-23 |
drh | More code simplifications. |
commit | commitdiff | tree |
| 2026-01-23 |
drh | Fix a minor EXPLAIN QUERY PLAN formatting problem.... |
commit | commitdiff | tree |
| 2026-01-23 |
drh | Remove code that is no longer used. |
commit | commitdiff | tree |
| 2026-01-23 |
drh | Continuing work toward using sort-and-merge for UNION. |
commit | commitdiff | tree |
| 2026-01-23 |
drh | Merge the latest trunk enhancements into the union... |
commit | commitdiff | tree |
| 2026-01-23 |
drh | Add the SQLITE_UTF8_ZT value which can be the encoding... |
commit | commitdiff | tree |
| 2026-01-22 |
drh | Merge the latest trunk enhancements into the utf8-zt... utf8-zt |
commit | commitdiff | tree |
| 2026-01-22 |
drh | Enhance the [/info/e33da6d5dc964db8|EXISTS-to-JOIN... |
commit | commitdiff | tree |
| 2026-01-22 |
drh | For the ".eqp full" show both the QUERY PLAN and the... |
commit | commitdiff | tree |
| 2026-01-21 |
drh | Add a new encoding constant SQLITE_UTF8_ZT, which if... |
commit | commitdiff | tree |
| 2026-01-21 |
drh | Add a new assert(). |
commit | commitdiff | tree |
| 2026-01-20 |
drh | Strive to use sort-and-merge for compounds in CTEs. |
commit | commitdiff | tree |
| 2026-01-20 |
dan | Update the shell tool to work with SQLITE_OMIT_AUTOINIT... |
commit | commitdiff | tree |
| 2026-01-20 |
drh | Fix another test case to work with union-by-merge. |
commit | commitdiff | tree |
| 2026-01-20 |
stephan | Tiny JS doc touchup. |
commit | commitdiff | tree |
| 2026-01-20 |
stephan | wasm: make pre-js.c-pp.js a no-op in bundler-friendly... |
commit | commitdiff | tree |
| 2026-01-20 |
stephan | wasm: a potential workaround for cases such as [forum... |
commit | commitdiff | tree |
| next |