]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-05-09  mistachkinFix several harmless compiler warnings. winPreCache
2014-05-08  mistachkinFix typos in logging code.
2014-05-08  mistachkinFix a memory leak of the temporary read buffer.
2014-05-08  mistachkinUpdate comments and only include the thread routine...
2014-05-08  mistachkinExperimental changes to pre-cache a database file prior...
2014-05-08  mistachkinFix static variable declaration issue on Windows.
2014-05-06  danAdd a little extra variety to the tests in sort4.test.
2014-05-06  danRe-implement the core of the multi-threaded sorter...
2014-05-05  danAdd test file sort4.test, containing brute force tests...
2014-05-05  danFix a race condition in the sorter code.
2014-05-05  danAdd tests so that the "coverage-sorter" test permutatio...
2014-05-03  danAdd an extra fault-injection test to sortfault.test...
2014-05-03  danFix a race condition in the sorter.
2014-05-03  danFix a problem in the sorter causing it to return spurio...
2014-05-03  drhGet SQLITE_MUTEX_STATIC_APP1 and _APP2 working for...
2014-05-03  drhAdd two new static mutexes, SQLITE_MUTEX_STATIC_APP1...
2014-05-03  drhAdd the SQLITE_DEFAULT_WORKER_THREADS compile-time...
2014-05-02  mistachkinFix typo in Windows makefile. Make sure the WaitForSin...
2014-05-02  drhDo not run the vdbeRecordCompareDebug() assert if pKeyI...
2014-05-02  danMerge orderby-planning with this branch.
2014-05-02  drhSimplify assert() statements used to verify correct...
2014-05-02  danFix some broken asserts in btree.c and vdbeaux.c that...
2014-05-02  drhFailure to extend a temp file for use with mmap() in...
2014-05-02  danRemove a faulty assert() from vdbesort.c.
2014-05-02  drhFix a faulty assert() statement.
2014-05-02  drhMerge latest trunk enhancements and fixes into the...
2014-05-02  drhAdd a comment explaining why WhereLoop cost adjustments...
2014-05-01  danFix an obscure problem to do with temp register allocat...
2014-05-01  drhAdd #ifdefs for test coverage. Add a testcase().
2014-05-01  danUpdate a test case in wal2.test that explicitly corrupt...
2014-04-30  danFix a problem in calculating the costs of "OR" scans.
2014-04-30  danModify the way the costs of various query plans are...
2014-04-30  danAdd text to the header comment of whereLoopAddBtree... experimental-costs
2014-04-30  danUpdate a couple of test cases to account for the fact...
2014-04-30  danFix a couple of out-of-date comments in where.c.
2014-04-30  drhImproved rendering of LogEst values corresponding to...
2014-04-30  drhFix long-standing typos in comments.
2014-04-29  danTest that the default values used when sqlite_stat1...
2014-04-29  danMerge trunk changes into this branch.
2014-04-29  danIgnore likelihood() values on indexed IPK lookups.
2014-04-29  danFix a test case so that it updates sqlite_stat1 consist...
2014-04-28  danDo not reduce the number of rows scanned at all for...
2014-04-28  danThe trunk assumes that an open range constraint on...
2014-04-28  drhAdd the sqlite3_rtree_query_callback() API to the RTree...
2014-04-28  danUpdate unordered.test to take into account for the...
2014-04-28  danAdd an extra column to a table in analyze9.test to...
2014-04-28  danUpdate test script analyze3.test to account for the...
2014-04-28  danModify internal function whereLoopAdjustCost() so that...
2014-04-28  danFix an error in estimating of the number of rows visite...
2014-04-26  danFix an sqlite3_stmt_status() problem caused by recent...
2014-04-26  drhUpdate requirements marks to fix typos in the requireme...
2014-04-26  drhAllow the xfer optimization to proceed if the DEFAULT...
2014-04-26  danAvoid transfering records between tables unless the...
2014-04-25  danIf the user provides likelihood() data for a WHERE...
2014-04-25  drhAdd test cases to ensure correct operation of joins...
2014-04-25  danStore values loaded from the stat1 table as logarithmic...
2014-04-25  drhMake sure ORDER BY clauses on joins that involve virtua...
2014-04-25  drhWhen VDBE_PROFILE is enabled, ignore negative opcode...
2014-04-24  danChanges to the way the planner calculates the costs...
2014-04-24  drhImproved header comment on the vdbesort.c module. ...
2014-04-24  drhReopen the orderby-planning branch and merge in the...
2014-04-24  drhImprovements to comments. Store some extra information...
2014-04-23  drhMerge all recent trunk changes into the threads branch.
2014-04-21  drhComment tweaks on the test case for the [b75a9ca6b0...
2014-04-21  danAvoid discarding an ORDER BY clause in the case where...
2014-04-18  drhClean up the proper-subset cost adjustment logic to...
2014-04-18  drhAdd to speedtest1.c the --threads option for setting the
2014-04-18  drhFix harmless compiler warnings.
2014-04-18  drhMerge recent trunk changes into the threads branch.
2014-04-18  drhAdd the SQLITE_RUNTIME_BYTEORDER compile-time option...
2014-04-18  drhAdd the SQLITE_TESTCTRL_BYTEORDER test control to inter...
2014-04-17  danFix build problems in vdbesort.c. Add further comments...
2014-04-16  danClarify the purpose of the nField argument passed to...
2014-04-16  danChange the name of vdbeIncrInit2 to vdbePmaReaderIncrIn...
2014-04-16  danRework the way trees of MergeEngine objects are built...
2014-04-15  danFix some problems to do with OOM conditions in vdbesort...
2014-04-15  danFix further code and documentation issues in vdbesort.c.
2014-04-14  drhMake sure the undocumented sqlite_rename_parent() funct...
2014-04-14  danAllow the sorter to begin returning data to the VDBE...
2014-04-14  danImprove performance in single-threaded mode by having... threads-experimental
2014-04-14  danMinor fixes so that builds with SQLITE_MAX_WORKER_THREA...
2014-04-14  danImprove use of multiple threads in sqlite3VdbeSorterRew...
2014-04-13  drhRemove the unused second argument from sqlite3ExprCache...
2014-04-13  drhMake sure column cache elements are cleared correctly...
2014-04-12  danFix many issues with new code.
2014-04-11  danAvoid having the sorter merge too many PMAs at a time...
2014-04-10  drhModify the OR-clause handling so that it can safely...
2014-04-09  danExperimental multi-threaded sorting changes to allow...
2014-04-04  drhFix harmless compiler warnings.
2014-04-04  mistachkinFix typo in a Windows threading support routine.
2014-04-04  drhPerformance improvements when reading large blobs,...
2014-04-04  drhMerge the latest trunk changes into the threads branch.
2014-04-04  drhMerge changes to the query planner that strive to ensur...
2014-04-04  drhEnsure the "PRAGMA journal_mode=WAL" works coming from...
2014-04-04  danAdd test file sort3.test, which should have been part...
2014-04-04  drhChange vdbeSorterExtendFile() so that it makes a best...
2014-04-03  drhMerge all recent changes from trunk.
2014-04-03  drhUse OP_Copy instead of OP_SCopy when moving results...
2014-04-03  danFix an integer overflow problem in the sorter.
2014-04-03  drhFix a typo in the "Synopsis:" comment for the OP_VFilte...
next