2014-06-20 |
drh | In the showdb.exe utility, for the "NNNbd" command... |
commit | commitdiff | tree |
2014-06-19 |
drh | Add the ability to decode the headers of individual... |
commit | commitdiff | tree |
2014-06-18 |
drh | Add the "LogEst" and "LogEst.exe" target to the makefiles. |
commit | commitdiff | tree |
2014-06-18 |
drh | Fix a comment on the sqlite3Utf8Read() routine. No... |
commit | commitdiff | tree |
2014-06-18 |
drh | Prevent an automatic index from taking the place of... |
commit | commitdiff | tree |
2014-06-17 |
drh | Prevent an automatic index from taking the place of... autoindex-improvements |
commit | commitdiff | tree |
2014-06-17 |
drh | Fix a missing space in a "wheretrace" comment. No... |
commit | commitdiff | tree |
2014-06-17 |
drh | Add the likely() function for symmetry with unlikely... |
commit | commitdiff | tree |
2014-06-17 |
drh | Improvements to query planning, especially in regards... |
commit | commitdiff | tree |
2014-06-17 |
drh | Add the autoindex2.test testing module. |
commit | commitdiff | tree |
2014-06-17 |
drh | A different approach to the autoindex problem that... |
commit | commitdiff | tree |
2014-06-17 |
drh | Simplification to the logic that prevents automatic... |
commit | commitdiff | tree |
2014-06-17 |
drh | Allow an automatic index on a WHERE constraint where... |
commit | commitdiff | tree |
2014-06-17 |
drh | Do not attempt to create an automatic index on a consta... |
commit | commitdiff | tree |
2014-06-16 |
mistachkin | Fix CSV import issue, reported via the mailing list... |
commit | commitdiff | tree |
2014-06-16 |
drh | In the "wheretrace" logic (disabled for normal builds... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add the SQLITE_UNLINK_AFTER_CLOSE compile-time option... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add an application ID for MBTiles tilesets. |
commit | commitdiff | tree |
2014-06-16 |
drh | Back out the unix VFS changes that seeks to avoid fstat... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add the ".eqp" dot-command to the ".help" output in... |
commit | commitdiff | tree |
2014-06-16 |
drh | Fix the extension01.test script so that it works on... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add test cases for the fileio extension. |
commit | commitdiff | tree |
2014-06-13 |
drh | Add the fileio.c loadable extension, that implements... |
commit | commitdiff | tree |
2014-06-13 |
drh | Add an extension that implements compress() and uncompr... |
commit | commitdiff | tree |
2014-06-12 |
drh | Increase the WAL-mode SQLITE_PROTOCOL timeout to 10... |
commit | commitdiff | tree |
2014-06-12 |
drh | Simplify the estLog() routine. |
commit | commitdiff | tree |
2014-06-09 |
drh | Avoid an unnecessary initialization of the szFile field... |
commit | commitdiff | tree |
2014-06-09 |
drh | Enhance the unix VFS so that it keeps track of the... |
commit | commitdiff | tree |
2014-06-09 |
drh | Enhance the unix VFS so that it keeps track of the... omit-fstat-after-unlink |
commit | commitdiff | tree |
2014-06-09 |
drh | Modify the %nonassoc directive in lemon so that it... |
commit | commitdiff | tree |
2014-06-06 |
drh | Add a test case to ensure that estLog() works for negat... |
commit | commitdiff | tree |
2014-06-06 |
drh | Make sure the estLog() routine in the query planner... |
commit | commitdiff | tree |
2014-06-06 |
drh | Fix an obsolete comment on the whereRangeScanEst()... |
commit | commitdiff | tree |
2014-06-05 |
dan | Fix a problem that was causing the FTS4 integrity-check... |
commit | commitdiff | tree |
2014-06-04 |
drh | Version 3.8.5 version-3.8.5 |
commit | commitdiff | tree |
2014-06-03 |
drh | Avoid closing a pseudo-table associated with sorting... |
commit | commitdiff | tree |
2014-06-03 |
dan | Add a test to double-check that [1cbe7a0883] did not... |
commit | commitdiff | tree |
2014-06-02 |
drh | Remove the WHERE_LIKELIHOOD bit, as it does not seem... |
commit | commitdiff | tree |
2014-06-02 |
drh | Fix a typo in a requirements mark comment in a test... |
commit | commitdiff | tree |
2014-06-02 |
drh | Fix the query planner so that it once again knows that... |
commit | commitdiff | tree |
2014-06-02 |
dan | Add the "valgrind-nolookaside" permutation to permutati... |
commit | commitdiff | tree |
2014-05-31 |
drh | Fix a harmless "scan-build" compiler warning in the... |
commit | commitdiff | tree |
2014-05-31 |
drh | Fix a compile of harmless static analyzer warnings. |
commit | commitdiff | tree |
2014-05-30 |
mistachkin | Revise locking retry semantics in Win32 VFS to abort... |
commit | commitdiff | tree |
2014-05-30 |
mistachkin | Add extra checking of the database extended error code. winLockHandle |
commit | commitdiff | tree |
2014-05-30 |
mistachkin | Add tests for the invalid file handle detection logic... |
commit | commitdiff | tree |
2014-05-29 |
drh | Fix a harmless compiler warning in the command-line... |
commit | commitdiff | tree |
2014-05-29 |
drh | Fix to the EXPLAIN indentation logic in the command... |
commit | commitdiff | tree |
2014-05-29 |
drh | Improvements to error messages for errors in the dot... |
commit | commitdiff | tree |
2014-05-29 |
drh | Only quote the arguments to the ".shell" and ".system... |
commit | commitdiff | tree |
2014-05-28 |
drh | Add the ".shell" and the ".system" commands (aliases... |
commit | commitdiff | tree |
2014-05-28 |
dan | Add an extra test to verify that the FTS notindexed... |
commit | commitdiff | tree |
2014-05-28 |
mistachkin | Revise locking retry semantics in Win32 VFS to abort... |
commit | commitdiff | tree |
2014-05-28 |
mistachkin | Revise how OSTRACE reports logically boolean results... |
commit | commitdiff | tree |
2014-05-27 |
drh | Remove an incorrect assert() in the sorter. |
commit | commitdiff | tree |
2014-05-27 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2014-05-27 |
drh | Change the name of the Index.autoIndex field to Index... |
commit | commitdiff | tree |
2014-05-27 |
drh | Avoid unnecessary cursor opens and seeks when running... |
commit | commitdiff | tree |
2014-05-27 |
drh | Improved comments on the OR-optimization logic in the... |
commit | commitdiff | tree |
2014-05-27 |
drh | Remove unused code (previously #ifdef-ed out) from... |
commit | commitdiff | tree |
2014-05-27 |
drh | Fix a harmless compiler warning in the FTS4 logic. |
commit | commitdiff | tree |
2014-05-27 |
dan | Add a test to whereI.test that uses a multi-column PK. |
commit | commitdiff | tree |
2014-05-27 |
drh | Fix for (unsupported) SQLITE_USE_FCNTL_TRACE code. |
commit | commitdiff | tree |
2014-05-26 |
drh | Add the OR-optimization to WITHOUT ROWID tables. |
commit | commitdiff | tree |
2014-05-26 |
drh | Minor enhancements to comments and clarification of... without-rowid-or-opt |
commit | commitdiff | tree |
2014-05-26 |
drh | Add a missing VdbeCoverage() macro on an OP_Found opcod... |
commit | commitdiff | tree |
2014-05-26 |
dan | Enable the OR optimization for WITHOUT ROWID tables... |
commit | commitdiff | tree |
2014-05-26 |
dan | Fix a problem in the shell when importing CSV files... |
commit | commitdiff | tree |
2014-05-26 |
dan | Fix a problem in FTS4 where columns with names that... |
commit | commitdiff | tree |
2014-05-24 |
drh | Remove references in comments to VDBE opcodes that... |
commit | commitdiff | tree |
2014-05-23 |
dan | Changes to the output of EXPLAIN QUERY PLAN to make... |
commit | commitdiff | tree |
2014-05-23 |
drh | In the command-line shell, if three or more interrupt... |
commit | commitdiff | tree |
2014-05-23 |
drh | Make sure sufficient VDBE registers are allocated for... |
commit | commitdiff | tree |
2014-05-22 |
dan | Add a test for the EQP output of a skip-scan query... |
commit | commitdiff | tree |
2014-05-21 |
drh | Do not burn memory remembering CHECK constraints in... |
commit | commitdiff | tree |
2014-05-21 |
drh | Fix the sqlite3_db_readonly() API so that it reports... |
commit | commitdiff | tree |
2014-05-17 |
dan | Internally, use a 64-bit integers for segment level... |
commit | commitdiff | tree |
2014-05-17 |
dan | Fix a broken test case in fts4growth2.test. |
commit | commitdiff | tree |
2014-05-16 |
mistachkin | Fix harmless compiler warnings. ftsWarnings |
commit | commitdiff | tree |
2014-05-16 |
mistachkin | Work around compilation issue with MSVC. |
commit | commitdiff | tree |
2014-05-16 |
dan | Fixes to prevent an FTS index from growing indefinitely... |
commit | commitdiff | tree |
2014-05-16 |
dan | Add extra test to backcompat.test to ensure that old... fts4-experimental |
commit | commitdiff | tree |
2014-05-16 |
drh | Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-contro... |
commit | commitdiff | tree |
2014-05-16 |
dan | Fix a bug causing an incorrect segment size value to... |
commit | commitdiff | tree |
2014-05-15 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2014-05-15 |
dan | Fix a problem with the handling of delete markers by... |
commit | commitdiff | tree |
2014-05-14 |
dan | Do not search for promotable segments following an... |
commit | commitdiff | tree |
2014-05-14 |
dan | Fix a problem to do with loading the value of the FTS... |
commit | commitdiff | tree |
2014-05-14 |
dan | Fix various problems to do with segment promotion.... |
commit | commitdiff | tree |
2014-05-13 |
dan | Fix a problem preventing delete markers from ever being... |
commit | commitdiff | tree |
2014-05-12 |
mistachkin | Improve a comment in the MSVC makefile. No changes... |
commit | commitdiff | tree |
2014-05-12 |
mistachkin | Add VSIX packaging support for Windows Phone 8.1 using... |
commit | commitdiff | tree |
2014-05-12 |
dan | Experimental code to prevent FTS indexes from growing... |
commit | commitdiff | tree |
2014-05-12 |
mistachkin | In mutex_w32.c, make inclusion of the Windows header... |
commit | commitdiff | tree |
2014-05-10 |
mistachkin | Merge updates from trunk. Emit the AppliesTo and Depen... vsixWinPhone81 |
commit | commitdiff | tree |
2014-05-10 |
mistachkin | When using Visual Studio 2013, add the appropriate... |
commit | commitdiff | tree |
2014-05-09 |
mistachkin | Further MSVC makefile changes to support Windows Phone... |
commit | commitdiff | tree |
2014-05-09 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree |
2014-05-09 |
mistachkin | When cross-compiling with the MSVC makefile, make sure... |
commit | commitdiff | tree |
2014-05-07 |
drh | Include sqlite3rtree.h in the tsrc/ pile of source... |
commit | commitdiff | tree |
next |