]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-10-05  danChange FTS4 so that if both the content=xxx option...
2011-10-05  danFix a problem with IO error handling in the rebuild...
2011-10-04  danImprove test coverage of fts3.c.
2011-10-04  danAdd tests to check that modifying the schema of an...
2011-10-04  danAdd experimental 'content' option to FTS4.
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-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-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  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-19  drhMinor comment change in the description of the differen...
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  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...
2011-09-13  danAllocate the correct size for the output buffer in...
2011-09-11  mistachkinCleanup pdb/ilk files generated by the MSVC makefile.
2011-09-05  danFix a minor performance regression in btreeMoveto().
2011-09-05  danRefactor the sqlite3VdbeRecordUnpack() interface to...
2011-09-04  drhFix a compiler warning about an unused parameter in...
2011-09-04  drhImprove the testability of the merge-sort logic.
2011-09-03  drhPerformance improvements to the external merge-sorter...
2011-09-03  drhSimplification and performance tweaks in vdbeSorterMerge(). merge-sort
2011-09-03  danReduce the number of VdbeRecordUnpack() calls made...
2011-09-03  drhThe build works again with -DSQLITE_OMIT_MERGE_SORT...
2011-09-02  drhRemove some dead code. Fix a faulty assert(). Improve...
2011-09-02  danCombine two malloc calls in vdbesort.c.
2011-09-02  danReduce the number of malloc() calls made when creating...
2011-09-02  mistachkinRemove unused local variable.
2011-09-02  danIf all data being sorted fits in memory, avoid writing...
2011-09-02  danInstead of a temporary b-tree, use a linked-list and...
2011-09-01  drhUse OP_SorterOpen instead of OP_OpenEphemeral to implem...
2011-09-01  drhExperimental code-generator changes to utilize new...
2011-08-31  drhAvoid using uninitialized variables after failures...
2011-08-31  drhFormerly, we enabled fdatasync() on linux only. But...
2011-08-31  drhAdd the SQLITE_MAX_SCHEMA_RETRY compile-time option...
2011-08-31  drhThe server1.test script should only run if mutexes...
2011-08-31  drhAlways include the unixShm.id field, even when not...
2011-08-31  drhOnly create the sqlite3OSTrace global variable if compi...
2011-08-31  drhBackslash escaping is not working right in tostr.awk...
2011-08-31  drhAdd checks to make sure cells in corrupt database files
2011-08-30  drhEnable the thread test logic to work with the SQLITE_HA...
2011-08-30  drhChange the build process so that it does not require...
2011-08-30  mistachkinMake sure SQLITE_FCNTL_SIZE_HINT a no-op if the chunk...
2011-08-30  drhFix a total unimportant file descriptor leak in lemon...
2011-08-30  drhFix a buffer overrun in test logic. No impact on the...
2011-08-29  danFix a broken assert() statement in select.c.
2011-08-29  drhBack out [05c9832e5f6eb] since it was causing a perform...
2011-08-29  drhMerge performance enhancements into trunk.
2011-08-29  drhAbout a 1% overall performance improvement by using...
2011-08-29  drhSmall performance improvement to OP_Column.
2011-08-28  drhAbout a 3% improvement in the performance of OP_Column.
2011-08-28  drhCorrectly display P4_ADVANCE values on opcode traces...
2011-08-27  danExperimental changes to improve the performance of...
2011-08-26  drhFix several harmless compiler warnings and a documentat...
2011-08-26  mistachkinUpdate compiler error message regarding the choice...
2011-08-26  mistachkinMerge Win32 native heap support into trunk.
2011-08-26  mistachkinIn the MSVC makefile, allow symbols to be enabled witho... winNativeHeap
2011-08-26  mistachkinDisable checking the winMemData structure signature...
2011-08-26  mistachkinAllow the Win32 native heap flags to be overridden...
2011-08-26  drhCreate a new pager type, PAGER_SORTER, for use in the...
2011-08-25  drhReorder some of the branches in backup.c in order to...
2011-08-25  danReplace an assert() that a condition may not occur...
2011-08-25  drhFix harmless compiler warnings in test code. No change...
2011-08-25  drhDisable external merge source when SQLITE_TEMP_STORE...
2011-08-25  danFix the SQLITE_DISABLE_DIRSYNC compile time option.
2011-08-25  mistachkinAdd comments for the various debug levels. When debugg...
2011-08-25  drhFix an file separator character issue with test_quota...
2011-08-25  mistachkinIn the MSVC makefile, support several levels of debuggi...
2011-08-25  drhCherrypick the [d4f6437f8d] change so that SQLITE_FCNTL...
next