2017-02-04 |
drh | Merge the latest trunk changes, especially the RTREE... sqlite3_blob_reset |
commit | commitdiff | tree |
2017-02-04 |
drh | In RTREE, use an sqlite3_blob object rather than an... |
commit | commitdiff | tree |
2017-02-04 |
drh | Close sqlite3_blob objects on xSync rather than waiting... rtree-blob-agressive-release |
commit | commitdiff | tree |
2017-02-03 |
drh | Improved performance and stack usage when processing... |
commit | commitdiff | tree |
2017-02-03 |
dan | Avoid a performance problem when very large "VALUES... recursive-selectdup |
commit | commitdiff | tree |
2017-02-03 |
drh | Improved tests for the carray() table-valued function. |
commit | commitdiff | tree |
2017-02-03 |
dan | Modify the sqlite3SelectDup() routine to avoid recursin... |
commit | commitdiff | tree |
2017-02-02 |
drh | Add the sqlite3_blob_reset() interface. Enhance the... |
commit | commitdiff | tree |
2017-02-02 |
drh | Ensure that all cursors have their positions saved... |
commit | commitdiff | tree |
2017-02-02 |
mistachkin | Fix issues in the sha1 extension seen with MSVC. |
commit | commitdiff | tree |
2017-02-02 |
drh | Remove the unused pReadNode prepared statement from... |
commit | commitdiff | tree |
2017-02-02 |
drh | Fix a potential uninitialized (though harmless) variabl... |
commit | commitdiff | tree |
2017-02-02 |
drh | The sqlite3_blob_close() interface can cause recursive... |
commit | commitdiff | tree |
2017-02-02 |
drh | Change RTREE so that the sqlite3_blob object is closed... |
commit | commitdiff | tree |
2017-02-02 |
drh | Use the sqlite3_blob interface for reading values from... |
commit | commitdiff | tree |
2017-02-02 |
drh | This is an experimental patch that ensures that all... savepoint-rollback |
commit | commitdiff | tree |
2017-02-01 |
mistachkin | Fix harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2017-02-01 |
mistachkin | Backout the change in [02f6293f27] as it causes MSVC... |
commit | commitdiff | tree |
2017-02-01 |
mistachkin | Fix C99-style variable declaration issue seen with... |
commit | commitdiff | tree |
2017-02-01 |
mistachkin | Fix harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2017-02-01 |
mistachkin | Add an option to the MSVC makefile to enable treating... |
commit | commitdiff | tree |
2017-02-01 |
drh | Unwind the RTREE dimension loop inside of rtreeCallback... |
commit | commitdiff | tree |
2017-02-01 |
drh | Completely unroll the dimension loop inside of cellArea... |
commit | commitdiff | tree |
2017-02-01 |
drh | Precompute the nDim2 value in the Rtree object and... |
commit | commitdiff | tree |
2017-02-01 |
drh | Use compiler intrinsic functions (when available) for... |
commit | commitdiff | tree |
2017-02-01 |
drh | Fix the build by making the OPFLAG_ISNOOP macro availab... |
commit | commitdiff | tree |
2017-02-01 |
dan | Update the documentation comment in sqlite.h.in for... |
commit | commitdiff | tree |
2017-02-01 |
dan | Changes so that the pre-update hook and the sessions... |
commit | commitdiff | tree |
2017-02-01 |
drh | More RTREE performance optimizations related to decodin... |
commit | commitdiff | tree |
2017-02-01 |
drh | Improved comments on the statGet() implementation in... |
commit | commitdiff | tree |
2017-01-31 |
drh | R-TREE optimization: unwrap the coordinate decode loop in |
commit | commitdiff | tree |
2017-01-31 |
drh | Very small performance improvements and size reductions in |
commit | commitdiff | tree |
2017-01-31 |
drh | Simplifications to blobSeekToRow(). micro-optimizations |
commit | commitdiff | tree |
2017-01-31 |
dan | Add a speed-test program for the sessions module. preupdate-without-rowid |
commit | commitdiff | tree |
2017-01-31 |
drh | Remove a C99-style comment. Fixes to the kvtest-speed... |
commit | commitdiff | tree |
2017-01-31 |
drh | Remove another unnecessary local variable initializatio... |
commit | commitdiff | tree |
2017-01-31 |
drh | Remove an unnecessary initialization of the pOp variabl... |
commit | commitdiff | tree |
2017-01-31 |
drh | Add the "stat" command to kvtest.c. Also add the ... |
commit | commitdiff | tree |
2017-01-31 |
drh | Fix a typo in a comment. |
commit | commitdiff | tree |
2017-01-31 |
dan | Merge latest trunk with this branch. |
commit | commitdiff | tree |
2017-01-31 |
drh | Further minor enhancement and size reduction in |
commit | commitdiff | tree |
2017-01-31 |
drh | Performance optimization in sqlite3ExprAssignVarNumber(). |
commit | commitdiff | tree |
2017-01-30 |
dan | Experimental change to invoke the preupdate hook when... |
commit | commitdiff | tree |
2017-01-30 |
dan | Fix building with SQLITE_OMIT_FOREIGN_KEY defined. |
commit | commitdiff | tree |
2017-01-28 |
drh | In the amalgamation, allocate the parser engine object... |
commit | commitdiff | tree |
2017-01-28 |
mistachkin | Fix a couple comment typos. No changes to code. |
commit | commitdiff | tree |
2017-01-28 |
dan | Avoid redundant table b-tree cursor seeks in UPDATE... |
commit | commitdiff | tree |
2017-01-28 |
drh | Updates to the sqlite3_blob documentation. No changes... |
commit | commitdiff | tree |
2017-01-28 |
drh | In the speed-check.sh script, automatically invoke... |
commit | commitdiff | tree |
2017-01-28 |
dan | Fix a typo in the docs for sqlite3_update_hook(). |
commit | commitdiff | tree |
2017-01-27 |
drh | Add the sha1.c loadable extension that implements the... |
commit | commitdiff | tree |
2017-01-27 |
dan | Fix a problem causing the pre-update hook to be invoked... |
commit | commitdiff | tree |
2017-01-27 |
drh | Alternative ICU fix (compare to check-in [50e60cb4... |
commit | commitdiff | tree |
2017-01-27 |
drh | In the command-line shell, enhance the ".mode" command... |
commit | commitdiff | tree |
2017-01-27 |
drh | Another micro-optimization in accessPayload(). Slightl... |
commit | commitdiff | tree |
2017-01-27 |
drh | Performance optimization in accessPayload(). |
commit | commitdiff | tree |
2017-01-27 |
drh | Simplify the accessPayload() routine so that it always... |
commit | commitdiff | tree |
2017-01-26 |
drh | Remove an unreachable branch in the error handling... |
commit | commitdiff | tree |
2017-01-26 |
drh | Improvement to the OP_Permutation opcode to prevent... |
commit | commitdiff | tree |
2017-01-26 |
drh | Remove the obsolete lastRowid cache from the sqlite3Vdb... |
commit | commitdiff | tree |
2017-01-26 |
drh | Performance optimization in sqlite3VdbeCloseStatement(). |
commit | commitdiff | tree |
2017-01-26 |
drh | Performance optimization to sqlite3_blob_read(). |
commit | commitdiff | tree |
2017-01-26 |
drh | Minor simplification and performance optimization for... |
commit | commitdiff | tree |
2017-01-26 |
drh | Make SQLITE_DIRECT_OVERFLOW_READ work for in WAL mode... |
commit | commitdiff | tree |
2017-01-26 |
drh | Enhancements to the kvtest utility program. Add the... |
commit | commitdiff | tree |
2017-01-26 |
drh | Modify the ICU extension to use a static initializer... |
commit | commitdiff | tree |
2017-01-25 |
drh | Trim NULL values off the end of records when the SQLITE... |
commit | commitdiff | tree |
2017-01-25 |
dan | Fix another pre-update hook issue, this time in sqlite3... trim-nulls |
commit | commitdiff | tree |
2017-01-25 |
dan | Fix a test script problem in exclusive2.test causing... |
commit | commitdiff | tree |
2017-01-25 |
dan | Fix a problem with the pre-update hook on this branch. |
commit | commitdiff | tree |
2017-01-25 |
drh | Experimental enhancement to automatically trim NULL... |
commit | commitdiff | tree |
2017-01-25 |
drh | Ensure that sqlite3_blob_reopen() correctly handles... |
commit | commitdiff | tree |
2017-01-25 |
drh | Fix SQLITEINT_H macro usage in two extensions. |
commit | commitdiff | tree |
2017-01-25 |
drh | Ensure that sqlite3_blob_reopen() correctly handles... blob_reopen-fix |
commit | commitdiff | tree |
2017-01-23 |
drh | Document the --mmap option in the --help screen for... |
commit | commitdiff | tree |
2017-01-23 |
drh | Add the --mmap option to the kvtest utility program. |
commit | commitdiff | tree |
2017-01-23 |
drh | Optimization: Try to avoid unnecessary btree searching... |
commit | commitdiff | tree |
2017-01-23 |
dan | Add the missing SQLITE_API symbol to test_delete.c... |
commit | commitdiff | tree |
2017-01-23 |
dan | Fix a problem preventing FTS5 from correctly passing... |
commit | commitdiff | tree |
2017-01-22 |
drh | Fix an uninitialized variable in the command-line shell. |
commit | commitdiff | tree |
2017-01-22 |
mistachkin | Fixes to documentation comments in the public header... |
commit | commitdiff | tree |
2017-01-22 |
drh | Fix an initialized variable in kvtest. |
commit | commitdiff | tree |
2017-01-21 |
drh | A better implementation of the moveto-neighbor optimiza... btree-moveto-neighbor |
commit | commitdiff | tree |
2017-01-21 |
drh | B-tree optimization: When seeking on a rowid table... |
commit | commitdiff | tree |
2017-01-21 |
drh | Change sqlite3_blob_reopen() to call sqlite3VdbeExec... |
commit | commitdiff | tree |
2017-01-21 |
drh | In the kvtest.c test utility, reuse the buffer into... |
commit | commitdiff | tree |
2017-01-21 |
drh | Remove an unnecessary sqlite3_bind_int64() call from... |
commit | commitdiff | tree |
2017-01-20 |
drh | Minor performance optimization and size reduction to... |
commit | commitdiff | tree |
2017-01-20 |
dan | Fix a typo in the help message for kvtest. |
commit | commitdiff | tree |
2017-01-20 |
dan | Add option "--stats" to test program kvtest. Specifying... |
commit | commitdiff | tree |
2017-01-20 |
drh | Get the "--testset rtree" option working on speedtest1... |
commit | commitdiff | tree |
2017-01-20 |
drh | Minor performance optimizations to sqlite3_blob_open... |
commit | commitdiff | tree |
2017-01-19 |
drh | If compiled with SQLITE_INLINE_MEMCPY, all memcpy(... |
commit | commitdiff | tree |
2017-01-19 |
mistachkin | In the 'vtshim' extension, avoid accessing freed memory... |
commit | commitdiff | tree |
2017-01-18 |
mistachkin | In the 'windirent' test module, use a macro for the... |
commit | commitdiff | tree |
2017-01-18 |
mistachkin | Remove superfluous option to Tcl 'lsort' in the vtabH... |
commit | commitdiff | tree |
2017-01-18 |
mistachkin | Make the vtabH-3.1 test more portable and robust. |
commit | commitdiff | tree |
2017-01-18 |
mistachkin | Fix handling of initial hidden and/or system files... |
commit | commitdiff | tree |
2017-01-17 |
dan | Fix a problem that could cause a spurious SQLITE_NOMEM... |
commit | commitdiff | tree |
2017-01-17 |
drh | Disable intrinsic functions for Windows using Clang... |
commit | commitdiff | tree |
next |