]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-10-18  danFix a floating-point exception that can occur when...
2011-10-17  drhChange the OP_JournalMode implementation so that it...
2011-10-17  drhAvoid 32-bit integer overflow when evaluating the expon...
2011-10-17  drhPerformance improvement for ascii to floating-point...
2011-10-15  drhAdded the tool/warnings-clang.sh script. Changes so...
2011-10-14  drhFix a few minor and harmless clang warnings in FTS3...
2011-10-14  drhAdd assert() statements and eliminate needless variable...
2011-10-13  drhChange the makefile to delete both plain and ".exe...
2011-10-13  drhSimplifications to the upper() and lower() SQL functions.
2011-10-13  danHandle updating the only row of an FTS table correctly...
2011-10-13  drhAn improved fix for the page_count and quick_check...
2011-10-13  drhProvide a complete prototype for isatty() in the comman...
2011-10-13  drhChange the command-line shell to do the ".dump" inside...
2011-10-13  drhEnable large-file support for fopen() and friends in...
2011-10-13  drhMake sure the query optimizer for aggregate queries...
2011-10-13  drhMake sure the page_count and quick_check pragmas work...
2011-10-13  drhAdjust the symbols.sh script for STAT3. Add the symbol...
2011-10-13  drhMake sure all non-API functions in os_win.c have file...
2011-10-13  drhDo the ".dump" command inside of a transaction to preve...
2011-10-13  drhFix a harmless compiler warning introduced into os_unix...
2011-10-13  drhIf errors are encountered while processing the ".dump...
2011-10-13  drhBe sure to allocate plenty of space for error messages...
2011-10-12  drhThe sqlite3_overload_function() interface returns an...
2011-10-12  drhThe date/time functions return NULL if the xCurrentTime or
2011-10-12  drhSuppress a compiler warning that occurs with SQLITE_OMI...
2011-10-12  drhClean up obsolete comments in printf.c.
2011-10-12  drhClarify a comment and fix a code formatting issue in...
2011-10-11  drhPut in code to defend against signed/unsigned character...
2011-10-11  drhAdd a couple of asserts trying to make the operation of
2011-10-11  drhChange the behavior of the readonly_shm=1 query paramet...
2011-10-11  drhRemove all precision and width limits from formatting...
2011-10-11  drhFix requirements marks associate with STAT3.
2011-10-10  drhEnhance sqlite3_analyzer so that it is able to deal...
2011-10-10  drhFix a typo in a comment for PRAGMA journal_mode. Also...
2011-10-08  drhAll the soft_heap_limit to be exceeded by 10% in test...
2011-10-08  danAdd the SQLITE_DIRECT_OVERFLOW_READ compile time option.
2011-10-07  drhChange the ANALYZE command so that it no longer tried...
2011-10-07  drhMake sure sqlite3_data_count() behaves as documented...
2011-10-07  drhImproved handling of OR terms in the WHERE clause with...
2011-10-07  drhAdd testcase() macros to ensure good test coverage. or-opt
2011-10-07  danAdd the SQLITE_FCNTL_OVERWRITE file-control. Used by...
2011-10-07  drhMore test cases for the OR optimization.
2011-10-07  drhPrevent infinite recursion of in the query planner...
2011-10-07  drhBegin an effort to enhance the query planner to do...
2011-10-07  drhEnhance the sqlite3_data_count() routine so that it...
2011-10-05  drhAdd the --pageinfo and --stats options to the sqlite3_a...
2011-10-05  drhUpdate the sqlite3_analyzer utility program to provide...
2011-10-05  danFix test code related to reporting the size of overflow...
2011-10-05  drhWhen finding the appropriate file permissions for journ...
2011-10-03  drhMerge the STAT3 changes into trunk.
2011-10-02  mistachkinUpdate MSVC makefile to allow targets to be built with...
2011-09-30  danDisable the xfer optimization if "PRAGMA count_changes...
2011-09-28  drhIn the shell, allow arbitrary table names on the "...
2011-09-28  drhEnhance the stat VFS to report out the total size of...
2011-09-27  drhChanges to sqlite3_analyzer to try to avoid integer...
2011-09-26  danChanges to the analyzer script to make it work with...
2011-09-25  drhIf an open as read/write fails, do not try to reopen...
2011-09-25  drhIf an open as read/write fails, do not try to reopen... stat3-trunk
2011-09-24  danFix misc3.test so that it works with OMIT_MERGE_SORT...
2011-09-24  danFix some test files so that they work with SQLITE_OMIT_...
2011-09-23  drhAdd SQLITE_DBSTATUS_CACHE_HIT and _MISS to the ".stat...
2011-09-23  drhAdd the -DBUILD_sqlite option to the compiler when...
2011-09-23  drhMerge the latest trunk changes into the stat3-trunk...
2011-09-23  drhTestability enhancements.
2011-09-23  drhFix typos in the format description comment of analyze.c.
2011-09-22  drhRemove the restriction on the number of entries per...
2011-09-22  drhFix an issue in ANALYZE when STAT3 is disabled but...
2011-09-22  danRemove a redundant (and undefined) "forcedelete" comman...
2011-09-22  danRemove the SQLITE_PAGECACHE_BLOCKALLOC compilation...
2011-09-22  danAdd the SQLITE_DB_STATUS_CACHE_HIT and MISS options...
2011-09-22  drhUpdate the version number to 3.7.9.
2011-09-22  drhFix an uninitialized variable and a misuse of memcpy().
2011-09-22  mistachkinIntegrate build changes for sqlite3_analyzer into the...
2011-09-21  drhMinor tweaks to the TCL code for sqlite3_analyzer.
2011-09-21  drhRemove unnecessary dependencies from the sqlite3_analyz...
2011-09-21  drhFix the sqlite3_analyzer target in the configure-genera...
2011-09-21  danChange the way the sqlite3_analyzer executable is built.
2011-09-21  drhPull in the latest changes from trunk. Update the...
2011-09-19  drhMinor comment change in the description of the differen...
2011-09-19  drhMerge in all changes through the 3.7.8 release.
2011-09-19  drhVersion 3.7.8 release candidate version-3.7.8
2011-09-19  drhIncrease the default lookaside cache line size from...
2011-09-19  danRemove a stray merge-sort related change from pager...
2011-09-17  drhAdd a new script to build an amalgamation that omits...
2011-09-17  mistachkinMake sure the file structure is zeroed prior to calling...
2011-09-16  drhFix a problem with SQLITE_OMIT_TRACE that was introduce...
2011-09-16  mistachkinFix #if's in winSync to avoid compiler warnings about...
2011-09-16  mistachkinSilence harmless compiler warning about redefinition...
2011-09-16  drhMerge all the latest trunk changes into the experimenta...
2011-09-16  drhRemove unreachable branches from the previous change...
2011-09-16  drhWhen analyzing the right-hand side of IN operators...
2011-09-16  drhFurther streamlining of the subquery materializer....
2011-09-16  drhMerge the [002caede898] fix into trunk.
2011-09-16  drhAdd the new OP_Once opcode. Use it to clean up and... tkt-002caede898
2011-09-15  drhMaterialize subqueries using a subroutine and invoke...
2011-09-15  drhAdding test case for ticket [002caede898]
2011-09-15  mistachkinCleanup/fix error handling when no arguments are suppli...
2011-09-14  mistachkinRemove 'const' from a variable that might actually...
2011-09-14  drhRemove unused parameters from internal routines in...
2011-09-14  drhRemove code from vdbesort.c that was made unreachable...
next