2014-11-11 |
drh | Experimental changes that permit read operations to... read-after-rollback |
commit | commitdiff | tree |
2014-11-10 |
drh | New test cases for deleting content out from under... |
commit | commitdiff | tree |
2014-11-10 |
dan | Add test file e_blobwrite.test, containing tests for... |
commit | commitdiff | tree |
2014-11-10 |
drh | Add the eval() SQL function extension in ext/misc/eval.c. |
commit | commitdiff | tree |
2014-11-10 |
drh | Shorten over-length source code lines in shell.c. |
commit | commitdiff | tree |
2014-11-07 |
dan | Add new test file e_blobopen.test, containing tests... |
commit | commitdiff | tree |
2014-11-07 |
drh | Fix another harmless comment typo. |
commit | commitdiff | tree |
2014-11-07 |
drh | In the ".scanstats on" output from the shell, round... |
commit | commitdiff | tree |
2014-11-07 |
drh | Fix harmless typos in comments. |
commit | commitdiff | tree |
2014-11-07 |
drh | Fix typo in sqlite3.h reported on the mailing list. |
commit | commitdiff | tree |
2014-11-07 |
drh | Update documentation on sqlite3_config() and add corres... |
commit | commitdiff | tree |
2014-11-06 |
drh | Added SQLITE_SCANSTAT_SELECTID. Change the value retur... |
commit | commitdiff | tree |
2014-11-06 |
drh | Further improvements to the ".scanstats on" display... scanstatus |
commit | commitdiff | tree |
2014-11-06 |
drh | On the ".scanstats on" output in the shell, initialize... |
commit | commitdiff | tree |
2014-11-06 |
drh | Changes the formatting of ".scanstats on" in the shell... |
commit | commitdiff | tree |
2014-11-06 |
drh | Add the SQLITE_SCANSTAT_SELECTID metric. Use it to... |
commit | commitdiff | tree |
2014-11-06 |
drh | Change the SQLITE_SCANSTAT_EST parameter so that it... |
commit | commitdiff | tree |
2014-11-05 |
drh | Fixes to the Windows VFS to allow memory mapped files... |
commit | commitdiff | tree |
2014-11-05 |
drh | Fix harmless compiler warnings in the new balance_nonro... |
commit | commitdiff | tree |
2014-11-05 |
drh | Change the query planner to do a better job of estimati... |
commit | commitdiff | tree |
2014-11-05 |
drh | Make sure that NULL results from OP_Column are fully... |
commit | commitdiff | tree |
2014-11-05 |
dan | Add a test case to check that the previous commit is... |
commit | commitdiff | tree |
2014-11-05 |
drh | Enhance whereLoopCheaperProperSubset(X,Y) so that it... |
commit | commitdiff | tree |
2014-11-05 |
dan | Add the ".scanstats on" command to the shell tool.... |
commit | commitdiff | tree |
2014-11-04 |
drh | Improved output formatting for the showstat4 tool. |
commit | commitdiff | tree |
2014-11-04 |
mistachkin | Skip tests that require WAL mode when it is not enabled. winMmapNoWal |
commit | commitdiff | tree |
2014-11-04 |
mistachkin | For the Win32 VFS, allow memory mapped files to work... |
commit | commitdiff | tree |
2014-11-04 |
drh | Add various requirements evidence marks for sqlite3_con... |
commit | commitdiff | tree |
2014-11-04 |
drh | Change the definition of SQLITE_CONFIG_SCRATCH so that... |
commit | commitdiff | tree |
2014-11-04 |
drh | Improved documentation and addition of source-code... |
commit | commitdiff | tree |
2014-11-04 |
drh | Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_c... |
commit | commitdiff | tree |
2014-11-03 |
drh | Updates to the sqlite3_stmt_scanstatus() documentation... |
commit | commitdiff | tree |
2014-11-03 |
dan | Add the experimental sqlite3_stmt_scanstatus() API... |
commit | commitdiff | tree |
2014-11-03 |
dan | Fix a typo preventing this from building with SQLITE_EN... |
commit | commitdiff | tree |
2014-11-03 |
drh | Refactor the interface to make it more easily extensible. |
commit | commitdiff | tree |
2014-11-03 |
dan | Add further tests. Fixes so that compilation without... |
commit | commitdiff | tree |
2014-11-03 |
drh | Use exponential buffer size growth in StrAccum, as... |
commit | commitdiff | tree |
2014-11-03 |
drh | When enlarging the size of a StrAccum object, use sqlit... |
commit | commitdiff | tree |
2014-11-03 |
dan | Remove unused variable from struct WhereInfo. Add some... |
commit | commitdiff | tree |
2014-11-01 |
dan | Minor performance enhancements to SQLITE_ENABLE_STMT_SC... |
commit | commitdiff | tree |
2014-11-01 |
dan | If SQLITE_ENABLE_STMT_SCANSTATUS is defined, record... |
commit | commitdiff | tree |
2014-11-01 |
drh | Add requirements marks and make minor tweaks to documen... |
commit | commitdiff | tree |
2014-11-01 |
dan | Minor fixes and documentation improvements for sqlite3_... |
commit | commitdiff | tree |
2014-10-31 |
dan | Add the experimental sqlite3_stmt_scanstatus() API. |
commit | commitdiff | tree |
2014-10-31 |
drh | Change the command-line shell man-page to use the ... |
commit | commitdiff | tree |
2014-10-31 |
drh | Simplify the logic in the cell redistribution loop... |
commit | commitdiff | tree |
2014-10-31 |
drh | Simplify the math slightly, and reduce by one the numbe... |
commit | commitdiff | tree |
2014-10-31 |
drh | Add the "varint.c" utility program in the tool directory. |
commit | commitdiff | tree |
2014-10-31 |
drh | Remove an unnecessary branch from balance_nonroot(). |
commit | commitdiff | tree |
2014-10-31 |
drh | In the balance_nonroot() routine, protect the values... |
commit | commitdiff | tree |
2014-10-30 |
drh | Improvements to the wording of some comments. Reinstat... |
commit | commitdiff | tree |
2014-10-30 |
drh | Tweaks to comments in btree.c. Minor code changes... |
commit | commitdiff | tree |
2014-10-29 |
drh | Fix the %c format character in sqlite3VXPrintf() so... |
commit | commitdiff | tree |
2014-10-29 |
drh | In the OP_Column opcode, when extracting a field that... |
commit | commitdiff | tree |
2014-10-28 |
dan | Add new test file e_totalchanges.test, containing tests... |
commit | commitdiff | tree |
2014-10-28 |
drh | Update the documentation on the sqlite3_randomness... |
commit | commitdiff | tree |
2014-10-28 |
dan | Modify the documentation for sqlite3_changes() to make... |
commit | commitdiff | tree |
2014-10-28 |
dan | Fix a crash that could occur if the WHERE clause of... |
commit | commitdiff | tree |
2014-10-28 |
drh | Fix a faulty assert() in the DELETE code generator. |
commit | commitdiff | tree |
2014-10-28 |
drh | Trivial simplification to the automatic index logic. |
commit | commitdiff | tree |
2014-10-28 |
drh | Bump the version number to 3.8.8 |
commit | commitdiff | tree |
2014-10-28 |
drh | Correct the documentation on the maximum size of a... |
commit | commitdiff | tree |
2014-10-27 |
mistachkin | Add special handling for static mutexes in sqlite3_mute... |
commit | commitdiff | tree |
2014-10-27 |
drh | Remove a small amount of unnecessary #ifdeffery from... |
commit | commitdiff | tree |
2014-10-27 |
mistachkin | Fix compilation issue with MSVC due to a misplaced... |
commit | commitdiff | tree |
2014-10-27 |
mistachkin | Fix harmless compiler warning in an assert statement. |
commit | commitdiff | tree |
2014-10-27 |
drh | Fix a typo in the macro name of an #ifdef |
commit | commitdiff | tree |
2014-10-27 |
drh | Add the SQLITE_ENABLE_API_ARMOR compile-time option... |
commit | commitdiff | tree |
2014-10-27 |
drh | Fix an unused variable in btree.c:allocateSpace(). |
commit | commitdiff | tree |
2014-10-27 |
dan | Optimizations aimed at reducing the number of memcpy... |
commit | commitdiff | tree |
2014-10-27 |
dan | Add test file e_wal.test. |
commit | commitdiff | tree |
2014-10-27 |
dan | If a free-slot is found within a page, but using that... defrag-opt |
commit | commitdiff | tree |
2014-10-27 |
dan | Merge trunk with this branch. |
commit | commitdiff | tree |
2014-10-25 |
dan | Further modifications to new code to better handle... |
commit | commitdiff | tree |
2014-10-25 |
drh | Increase the resolution of the second parameter to... |
commit | commitdiff | tree |
2014-10-25 |
drh | Do not use virtual (and hence redundant) WHERE-clause... |
commit | commitdiff | tree |
2014-10-24 |
dan | Ensure that the "Any prior cache entry associated with... |
commit | commitdiff | tree |
2014-10-24 |
drh | Enhance the automatic index logic so that it creates... |
commit | commitdiff | tree |
2014-10-24 |
dan | Fix some issues in the new code on this branch related... |
commit | commitdiff | tree |
2014-10-24 |
dan | Fix some minor formatting and code organization issues. |
commit | commitdiff | tree |
2014-10-24 |
drh | Honor a high likelihood() on range constraints. |
commit | commitdiff | tree |
2014-10-24 |
drh | Get the likelihood() functions working on operators... |
commit | commitdiff | tree |
2014-10-24 |
drh | Fix two problems. Tests now passing. api-armor |
commit | commitdiff | tree |
2014-10-24 |
drh | Add the SQLITE_ENABLE_API_ARMOR compile-time option... |
commit | commitdiff | tree |
2014-10-23 |
drh | Implement sqlite3_create_collation() by invoking |
commit | commitdiff | tree |
2014-10-22 |
drh | Disable the use of strchrnul() unless specifically... |
commit | commitdiff | tree |
2014-10-22 |
drh | Change the 0x800 bit of SQLITE_TESTCTRL_OPTIMIZATIONS... |
commit | commitdiff | tree |
2014-10-22 |
dan | Merge latest trunk with this branch. |
commit | commitdiff | tree |
2014-10-22 |
drh | Take steps to avoid misestimating range query costs... |
commit | commitdiff | tree |
2014-10-21 |
drh | Call fsync() right after ftruncate() when in journal_mo... |
commit | commitdiff | tree |
2014-10-21 |
drh | Further tuning of the cost estimates for skip-scan... |
commit | commitdiff | tree |
2014-10-21 |
drh | Improvements to the WHERETRACE debugging logic. |
commit | commitdiff | tree |
2014-10-21 |
drh | If a skip-scan is a proper subset of some other scan... |
commit | commitdiff | tree |
2014-10-17 |
drh | Fix a (probably harmless) but in the CSV output mode... |
commit | commitdiff | tree |
2014-10-17 |
drh | Version 3.8.7 version-3.8.7 |
commit | commitdiff | tree |
2014-10-16 |
mistachkin | Work around MSVC not being able to deduce that a local... |
commit | commitdiff | tree |
2014-10-16 |
mistachkin | Changes to work around Win32 and MSVCRT APIs that are... |
commit | commitdiff | tree |
2014-10-16 |
dan | Update the vdbe-compress.tcl script to account for... |
commit | commitdiff | tree |
2014-10-15 |
dan | Update releasetest.tcl so that x86-64 runs a superset... |
commit | commitdiff | tree |
2014-10-15 |
dan | Fix a problem causing lock5.test to fail in mmap-mode. |
commit | commitdiff | tree |
next |