2021-12-29 |
drh | Ensure that the affinity of columns is honored in the... |
commit | commitdiff | tree |
2021-12-29 |
drh | Add the sqlite3_error_offset() interface. Use it to... |
commit | commitdiff | tree |
2021-12-29 |
drh | Make .read's help tell of piped input |
commit | commitdiff | tree |
2021-12-29 |
drh | Change an assert() in FTS3 into assert_fts3_nc(), since... |
commit | commitdiff | tree |
2021-12-29 |
drh | Fix the build-breaker bug in test1.c introduced by... build-bug |
commit | commitdiff | tree |
2021-12-28 |
larrybr | Make .read's help tell of piped input |
commit | commitdiff | tree |
2021-12-25 |
drh | Change an assert() in FTS3 into assert_fts3_nc(), since... |
commit | commitdiff | tree |
2021-12-25 |
drh | Add the sqlite3_error_offset() interface. Use it to... |
commit | commitdiff | tree |
2021-12-25 |
drh | One minor change for an exceptional case in sqlite3_err... improved-error-context |
commit | commitdiff | tree |
2021-12-24 |
drh | Add the sqlite3_error_offset() interface. Use it in... |
commit | commitdiff | tree |
2021-12-24 |
drh | Fix a minor problem in the CLI introduced by [d15612388... |
commit | commitdiff | tree |
2021-12-24 |
drh | Raise an error if a schema name is attached to the... |
commit | commitdiff | tree |
2021-12-23 |
drh | Reduce the size of the compiled binary by a couple... |
commit | commitdiff | tree |
2021-12-21 |
drh | Update the README.md to instruct the user to remove... |
commit | commitdiff | tree |
2021-12-20 |
drh | In the json1 extension, which compiling it separately... |
commit | commitdiff | tree |
2021-12-20 |
dan | Remove old script ext/fts3/mkfts3amal.tcl, as it doesn... |
commit | commitdiff | tree |
2021-12-17 |
drh | Improved documentation for the sqlite3_vtab_collation... |
commit | commitdiff | tree |
2021-12-16 |
drh | Fix windowC tests to specify little-endian or big-endia... |
commit | commitdiff | tree |
2021-12-16 |
drh | Give the correct prefix to tests in the windowC.test... |
commit | commitdiff | tree |
2021-12-16 |
drh | In the CLI, omit the ".oom" command (only available... |
commit | commitdiff | tree |
2021-12-16 |
drh | New defenses against OOM and corrupt database problems... |
commit | commitdiff | tree |
2021-12-16 |
drh | Fix a typo in the result of one of the new test cases. |
commit | commitdiff | tree |
2021-12-16 |
dan | Fix fts3 and fts4 so that they can still be used even... |
commit | commitdiff | tree |
2021-12-16 |
drh | Fix a memory leak in the CLI that occurs after an error... |
commit | commitdiff | tree |
2021-12-16 |
drh | Fix harmless compiler warning in the new Bloom filter... |
commit | commitdiff | tree |
2021-12-16 |
drh | Improved robustness against OOM in the expert extension. |
commit | commitdiff | tree |
2021-12-16 |
drh | Fix a potential NULL pointer dereference in the CLI... |
commit | commitdiff | tree |
2021-12-16 |
drh | Add more tests for OOM conditions in the CLI. |
commit | commitdiff | tree |
2021-12-15 |
drh | Simplify the generation of the sqlite3_index_info objec... |
commit | commitdiff | tree |
2021-12-14 |
drh | Enhance the virtual table query planner so that it... |
commit | commitdiff | tree |
2021-12-14 |
drh | Minor fix to the ORDER BY elimination logic in generate... |
commit | commitdiff | tree |
2021-12-14 |
drh | Omit the return value from sqlite3VdbeSerialGet() for... |
commit | commitdiff | tree |
2021-12-13 |
drh | Small performance optimization and code size reduction... |
commit | commitdiff | tree |
2021-12-13 |
drh | Add NEVER() on an unreachable branch in the Bloom filte... |
commit | commitdiff | tree |
2021-12-13 |
drh | Fix an off-by-one error in the Bloom filter pulldown... |
commit | commitdiff | tree |
2021-12-13 |
drh | Remove unused code. |
commit | commitdiff | tree |
2021-12-11 |
drh | Do not allow early evaluation of Bloom filters that... |
commit | commitdiff | tree |
2021-12-10 |
drh | Factor out the logic that does quoting for the SQL... |
commit | commitdiff | tree |
2021-12-10 |
drh | Rename the internal routine constructBloomFilter() to |
commit | commitdiff | tree |
2021-12-09 |
drh | Add support for Bloom-filters as a performance optimiza... |
commit | commitdiff | tree |
2021-12-09 |
drh | Remove unused code and fix comments. Final cleanup... bloom-filter |
commit | commitdiff | tree |
2021-12-09 |
drh | Enable bloom filters for the right table of a LEFT... |
commit | commitdiff | tree |
2021-12-09 |
drh | Add ".mode off" and ".mode count" to the CLI. |
commit | commitdiff | tree |
2021-12-09 |
drh | Add ".mode off" and ".mode count" to the CLI. |
commit | commitdiff | tree |
2021-12-09 |
drh | New test cases added to test/fuzzdata8.db |
commit | commitdiff | tree |
2021-12-09 |
drh | Do not attempt to reprepare a prepared statement that... |
commit | commitdiff | tree |
2021-12-09 |
drh | Add SQLITE_TESTCTRL_LOGEST and enhance the LogEst utili... |
commit | commitdiff | tree |
2021-12-08 |
larrybr | Clarity tweak for date.c |
commit | commitdiff | tree |
2021-12-08 |
drh | Improvements on the decision of whether or not to use... |
commit | commitdiff | tree |
2021-12-08 |
drh | Enhance the sqlite3SrcListAppendFromTerm() routine... |
commit | commitdiff | tree |
2021-12-08 |
drh | Merge the WhereClause fix from trunk |
commit | commitdiff | tree |
2021-12-08 |
drh | In the WhereClause object, do not assume that all TERM_... |
commit | commitdiff | tree |
2021-12-07 |
drh | Do not generate a Bloom filter if it cannot be used... |
commit | commitdiff | tree |
2021-12-06 |
drh | Improved EXPLAIN QUERY PLAN output for Bloom filters. |
commit | commitdiff | tree |
2021-12-06 |
drh | Add SQLITE_STMTSTATUS_FILTER_HIT and _MISS for tracking... |
commit | commitdiff | tree |
2021-12-06 |
drh | Omit the OP_FilterInit opcode. Use OP_Blob to initiali... |
commit | commitdiff | tree |
2021-12-06 |
drh | Merge trunk fixes into the bloom-filter branch. |
commit | commitdiff | tree |
2021-12-06 |
dan | Fix an OOB read that could occur in fts5 when processin... |
commit | commitdiff | tree |
2021-12-06 |
drh | Do not allow SQLITE_LIMIT_LENGTH to be set lower than... |
commit | commitdiff | tree |
2021-12-06 |
drh | Do not allow certain dangerous ".testctrl" commands... |
commit | commitdiff | tree |
2021-12-06 |
drh | Fix SQLITE_TESTCTRL_IMPOSTER so that it is a harmless... |
commit | commitdiff | tree |
2021-12-06 |
drh | Attempt to vary the size of Bloom filters based on... |
commit | commitdiff | tree |
2021-12-05 |
drh | Run as many Bloom filters as possible before index... |
commit | commitdiff | tree |
2021-12-05 |
drh | Try to run all Bloom filters before any Seeks. This... |
commit | commitdiff | tree |
2021-12-04 |
drh | Miscellaneous cleanup of the new Bloom-filter code. |
commit | commitdiff | tree |
2021-12-04 |
drh | Add VdbeCoverage() macros. Adjust the Bloom-filter... |
commit | commitdiff | tree |
2021-12-04 |
drh | Apply the Bloom filter only on those terms of an index... |
commit | commitdiff | tree |
2021-12-04 |
drh | Add the "WITH BLOOM FILTER" clause to the EXPLAIN QUERY... |
commit | commitdiff | tree |
2021-12-04 |
drh | First attempt to use Bloom filters to optimize star... |
commit | commitdiff | tree |
2021-12-03 |
drh | Merge the sqlite3WhereBegin() simplification from trunk. |
commit | commitdiff | tree |
2021-12-03 |
drh | Factor the noop-join-elimination optimization out of... |
commit | commitdiff | tree |
2021-12-03 |
drh | Merge recent trunk enhancements into the bloom-filter... |
commit | commitdiff | tree |
2021-12-03 |
drh | Fix exprAnalyze() after recent performance enhancements... |
commit | commitdiff | tree |
2021-12-03 |
drh | Fix unreachable branches resulting from prior optimizat... |
commit | commitdiff | tree |
2021-12-03 |
drh | Fix an over-length source code line in build.c. No... |
commit | commitdiff | tree |
2021-12-03 |
drh | Performance optimization in the B-Tree cursor allocator... |
commit | commitdiff | tree |
2021-12-02 |
drh | Optimizations to exprAnalyze() and sqlite3WhereExprUsag... |
commit | commitdiff | tree |
2021-12-02 |
drh | Move the TK_IS token so that it is adjacent to the... |
commit | commitdiff | tree |
2021-12-02 |
dan | In the shell tool, avoid modifying internal data struct... |
commit | commitdiff | tree |
2021-12-02 |
drh | Remove an unnecessary branch from exprAnalyze(), result... |
commit | commitdiff | tree |
2021-12-02 |
drh | Small performance optimization in sqlite3WhereClauseCle... |
commit | commitdiff | tree |
2021-12-02 |
drh | More small performance optimizations for sqlite3WhereGe... |
commit | commitdiff | tree |
2021-12-02 |
drh | Small performance optimization in sqlite3WhereGetMask(). |
commit | commitdiff | tree |
2021-12-02 |
drh | Small performance enhancement for whereScanInit(). |
commit | commitdiff | tree |
2021-12-02 |
drh | Performance improvement in query planning. |
commit | commitdiff | tree |
2021-12-01 |
drh | Merge trunk fixes into the bloom-filter branch. |
commit | commitdiff | tree |
2021-12-01 |
drh | Check for foreign key constraint errors prior to return... |
commit | commitdiff | tree |
2021-12-01 |
drh | Add a Bloom filter to the automatic-index mechanism. |
commit | commitdiff | tree |
2021-12-01 |
dan | Add the "static" qualifier to some internal functions... |
commit | commitdiff | tree |
2021-11-30 |
drh | In the automatic index generator logic, be more precise... |
commit | commitdiff | tree |
2021-11-29 |
drh | Merge in the proposed date/time function enhancements... |
commit | commitdiff | tree |
2021-11-29 |
drh | Bump the version number up to 3.38.0 in order to begin... |
commit | commitdiff | tree |
2021-11-29 |
drh | Add the unixepoch() function and the 'auto' and 'julian... unixepoch |
commit | commitdiff | tree |
2021-11-28 |
drh | Following a prior error, an ALWAYS() in sqlite3ExprCanB... |
commit | commitdiff | tree |
2021-11-27 |
drh | Version 3.37.0 version-3.37.0 |
commit | commitdiff | tree |
2021-11-27 |
drh | Fix a harmless comment typo. |
commit | commitdiff | tree |
2021-11-26 |
drh | Add platform "Darwin-arm64" to test/releasetest_data... |
commit | commitdiff | tree |
2021-11-26 |
drh | Improved defenses against integer overflow when computi... |
commit | commitdiff | tree |
2021-11-26 |
drh | Fixes to internal comments. No changes to code or... |
commit | commitdiff | tree |
2021-11-24 |
dan | Avoid splitting Failure-Detection test cases in wapptes... |
commit | commitdiff | tree |
next |