]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  danFix a broken test case in fuzz.test.
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-05-01  drhTake out the special handling of nolock=true in os_win...
2014-05-01  drhAvoid unnecessary xUnlock operations on temp file.
2014-05-01  drhAdd the immutable=TRUE query parameter and SQLITE_IOCAP...
2014-04-30  drhMerge in all recent changes and enhancements from trunk.
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  drhMerge all recent trunk enhancements and fixes into...
2014-04-28  drhAdd the sqlite3_rtree_query_callback() API to the RTree...
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  drhEnhance the sqlite3_rtree_query_info object to report... rtree-enhancements
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-22  drhChange from using the win32-none VFS to just a query...
2014-04-22  mistachkinAdd some OSTRACE calls for consistency.
2014-04-22  drhAdd the win32-none VFS which omits rollback-journal...
2014-04-21  drhFix the generation of sqlite3_rtree_query_info.iRowid...
2014-04-21  mistachkinPreliminary changes to support building VSIX packages...
2014-04-21  drhBe sure to initialize the sqlite3_rtree_query_info...
2014-04-21  drhFix an off-by-one error in setting the "iLevel" field...
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  drhFurther improvements to the RTREE_DECODE_COORD() method...
2014-04-18  drhMerge the latest changes from sessions.
2014-04-18  drhMerge recent trunk changes into sessions.
2014-04-18  drhAdd the SQLITE_RUNTIME_BYTEORDER compile-time option...
2014-04-18  mistachkinPreliminary changes to support building VSIX packages...
2014-04-18  drhAdd the SQLITE_TESTCTRL_BYTEORDER test control to inter...
2014-04-17  drhPerformance optimization on byte-swapping in R-Tree.
2014-04-17  drhMore test cases with very long priority queues.
2014-04-17  drhTest cases and bug fixes for the sqlite3_rtree_query_ca...
2014-04-17  drhRefactor the constraint checking logic in RTree. The...
2014-04-17  danFix build problems in vdbesort.c. Add further comments...
2014-04-16  drhPerformance optimization on nodeGetCell() in R-Tree.
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  drhConvert the RTree module query mechanism over to using...
2014-04-16  drhTCL tests now all pass. rtree-queue
2014-04-16  danRework the way trees of MergeEngine objects are built...
2014-04-16  drhFix a bug in rowid=? query handling. More problems...
2014-04-16  drhBug fixes to the priority-queue implementation for...
2014-04-15  drhInitial attempt at getting R-Tree queries to work using...
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  drhFix comments on the rtreenode() and rtreedepth() test...
2014-04-14  drhRemove over 300 lines of unused code, code that impleme...
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-13  drhContinuing work on the new custom query mechanism for...
2014-04-12  danFix many issues with new code.
2014-04-12  drhContinuing clean-up of the R-Tree module in preparation...
2014-04-11  drhAdd the new interfaces to rtree, though they do not...
2014-04-11  danAvoid having the sorter merge too many PMAs at a time...
2014-04-11  drhAdd the --verify option to speedtest1. Add verificatio...
next