]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2011-08-25  drhAdd the sqlite3_quota_file() interface to test_quota.c.
2011-08-25  mistachkinMake sure that SQLITE_FCNTL_SIZE_HINT on Windows does...
2011-08-25  drhAdd the SQLITE_EXTRA_INIT macro.
2011-08-24  mistachkinAdd error logging to native Win32 heap support.
2011-08-24  mistachkinExperimental work to allow SQLite to use the native...
2011-08-24  drhUpdates to the sqlite3_mem_methods documentation.
2011-08-24  drhFix some harmless compiler warnings.
2011-08-24  drhChanges to test_quota.c to make quota groups persistent...
2011-08-23  drhSimplifications to the SQLITE_PAGECACHE_BLOCKALLOC...
2011-08-23  drhIf the application-defined openDirectory() function...
2011-08-23  danChange the way the "crash" VFS (test6.c) handles SQLITE...
2011-08-23  danHave the "crash" VFS used by the tcl tests (test6.c...
2011-08-23  drhIfdef out routines in pcache1.c that are used only
2011-08-23  drhMerge the PAGECACHE_BLOCKALLOC changes into trunk.
2011-08-23  danWhen copying a rollback mode database over a WAL databa...
2011-08-23  danChange to test instrumentation of os_unix.c: Regard... pager-blockalloc
2011-08-23  drhRemove a branch that is always true.
2011-08-22  drhRemove an unreachable branch in the FK code.
2011-08-22  danModify test cases so that veryquick.test passes with...
2011-08-22  danFix for [b1d3a2e531].
2011-08-19  danExperimental change: If SQLITE_PAGECACHE_BLOCKALLOC...
2011-08-19  drhWhen retrying a write() after an EINTR error on unix...
2011-08-18  danEnsure that the Tcl "db onecolumn" command returns...
2011-08-17  mistachkinProperly process x64 DLL exports, which do not contain...
2011-08-17  mistachkinAdd vdbesort.c to the MSVC makefile.
2011-08-17  drhUse OP_Sort rather than OP_Rewind in order to sort...
2011-08-15  drhUpdated comments on the multiplexor extension. No...
2011-08-15  drhFix an assert() in the merge-sort logic to account...
2011-08-15  drhNew makefile target "sqlite3-debug.c" builds an amalgam...
2011-08-15  danWhen opening a temporary file to use in a merge-sort...
2011-08-13  drhFix the header comment on the implementation of the
2011-08-12  danMerge the experimental changes to use a merge-sort...
2011-08-12  danUpdate Makefile.in and configure to account for new...
2011-08-12  danMerge latest trunk changes into experimental branch.
2011-08-12  danRemove an unused parameter from a function in vdbesort...
2011-08-12  danAdd the SQLITE_OMIT_MERGE_SORT pre-processor directive...
2011-08-12  danAdd tests to improve coverage of vdbesort.c.
2011-08-10  drhMake the openDirectory routine in os_unix.c overrideabl...
2011-08-09  drhAdd command-line utilities "offsets.c" and "extract...
2011-08-08  drhIn os_unix.c, do not open the directory containing...
2011-08-08  drhAllow the unlink() system call to be overridden in...
2011-08-08  danRemove redundant parameter from vdbeSorterInitMerge...
2011-08-08  danAdd fault-injection and other tests (and fixes) to...
2011-08-07  drhRemove relevant elements from the sqlite_stat2 table...
2011-08-06  danFix a problem with building large indexes introduced...
2011-08-06  danIn temp files used for merge sorting, store the size...
2011-08-05  danMinor internal changes to vdbesort.c. Also, default...
2011-08-04  danFix a comment in vdbesort.c.
2011-08-04  danChange to using packed-memory-arrays instead of b-trees...
2011-08-03  drhMerge the winopen-retry-logic branch into trunk. The...
2011-08-03  drhUpdate the OP_Move opcode to shift the pScopyFrom point...
2011-08-02  mistachkinAdd explanatory comment to the win32lock-2.2 test case. winopen-retry-logic
2011-08-02  mistachkinCorrect subtle timing issues in the win32lock test...
next