2017-01-31 |
dan | Add a speed-test program for the sessions module. preupdate-without-rowid |
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 |
2017-01-16 |
drh | Back out check-in [0b3174e0b1364c] and replace it with... |
commit | commitdiff | tree |
2017-01-16 |
drh | Back out check-in [0b3174e0b1364c] and replace it with... automatic-index-affinity |
commit | commitdiff | tree |
2017-01-16 |
drh | Add test cases for tickets [91e2e8ba6ff2e2] and [7ffd1c... |
commit | commitdiff | tree |
2017-01-13 |
dan | Fix a problem preventing resumption of RBU operations... |
commit | commitdiff | tree |
2017-01-13 |
drh | Fix the build for SQLITE_ENABLE_MEMORY_MANAGEMENT. |
commit | commitdiff | tree |
2017-01-12 |
drh | Remove a branch that is probably unreachable, and which... |
commit | commitdiff | tree |
2017-01-12 |
drh | Fix harmless compiler warnings in the UPDATE code gener... |
commit | commitdiff | tree |
2017-01-12 |
drh | Remove an unnecessary corruption test from the btree... |
commit | commitdiff | tree |
2017-01-12 |
drh | Improved detection of cells that extend into the reserv... |
commit | commitdiff | tree |
2017-01-12 |
drh | Remove invalid test case from cursorhints2.test |
commit | commitdiff | tree |
2017-01-12 |
drh | Make sure Tcl_AppendResult() always has a NULL-pointer... |
commit | commitdiff | tree |
2017-01-11 |
dan | Changes to allow some multi-row UPDATE statements to... |
commit | commitdiff | tree |
2017-01-11 |
dan | Fix a problem causing the pre-update hook to be passed... onepass-update |
commit | commitdiff | tree |
2017-01-11 |
dan | Fix a problem with single-pass multi-row UPDATE stateme... |
commit | commitdiff | tree |
2017-01-11 |
dan | Fix a problem preventing UPDATE statements that use... |
commit | commitdiff | tree |
2017-01-11 |
drh | In the STAT4 computations, ensure that the aAvgEq value... |
commit | commitdiff | tree |
2017-01-10 |
dan | Changes to allow some multi-row UPDATE statements to... |
commit | commitdiff | tree |
2017-01-10 |
dan | Add a test case for ticket [25e335f802dd]. |
commit | commitdiff | tree |
2017-01-10 |
drh | Throw an error if the ON clause of a LEFT JOIN referenc... |
commit | commitdiff | tree |
2017-01-10 |
drh | Avoid unnecessary calls to the xRoundup() method of... |
commit | commitdiff | tree |
2017-01-10 |
drh | Fix a potential assertion fault discovered by OSS-Fuzz. |
commit | commitdiff | tree |
2017-01-09 |
drh | Remove a redundant assignment statement. |
commit | commitdiff | tree |
2017-01-09 |
drh | Performance optimization and size reduction in the... |
commit | commitdiff | tree |
2017-01-09 |
mistachkin | Fix typo in a comment. No changes to code. |
commit | commitdiff | tree |
2017-01-09 |
drh | Modify the OP_RowData opcode so that when P3!=0 it... |
commit | commitdiff | tree |
2017-01-09 |
drh | Add the SQLITE_UINT64_TYPE compile-time option. |
commit | commitdiff | tree |
2017-01-07 |
drh | Improvements to the iIdxNoSeek optimization of sqlite3G... |
commit | commitdiff | tree |
2017-01-07 |
drh | Critical fix to the previous check-in so that it works... |
commit | commitdiff | tree |
2017-01-07 |
drh | Avoid an unnecessary btree seek while deleting an index... |
commit | commitdiff | tree |
2017-01-07 |
drh | Avoid duplicate b-tree searches in the duplicate row... |
commit | commitdiff | tree |
2017-01-06 |
dan | Ensure that "PRAGMA case_sensitive_like" and "PRAGMA... |
commit | commitdiff | tree |
2017-01-06 |
dan | Improve handling of corrupt data in fts5. |
commit | commitdiff | tree |
2017-01-06 |
drh | Clarify the documentation on sqlite3_column_count(). |
commit | commitdiff | tree |
2017-01-06 |
mistachkin | Remove several non-portable tests for the deprecated... |
commit | commitdiff | tree |
2017-01-05 |
dan | Ensure that sqlite3_column_count() returns 0 for the... |
commit | commitdiff | tree |
2017-01-05 |
dan | Ensure that sqlite3_column_count() returns 0 for the... pragma-columncount-fix |
commit | commitdiff | tree |
2017-01-05 |
dan | Fix handling the case where a sub-query in a FROM claus... |
commit | commitdiff | tree |
2017-01-05 |
drh | Fix problems in trigger and foreign key handling when... |
commit | commitdiff | tree |
next |