]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2014-04-11  drhUpdate comments in the R-Tree module in preparation...
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  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...
2014-04-03  danFix minor errors causing compilation to fail with SQLIT...
2014-04-03  drhRefactor local object and method names in vdbesort...
2014-04-03  drhIn the command-line shell, run set writable_schema...
2014-04-02  drhAdd a big introductory comment to vdbesort.c explaining...
2014-04-02  danFix some problems with OOM handling in vdbesort.c.
2014-04-02  drhChange the name of the SorterThread object to "SortSubt...
2014-04-01  danWhen sorting data for a CREATE INDEX statement in singl...
2014-04-01  danEven if compile time option SQLITE_MAX_WORKER_THREADS...
2014-04-01  danFix a problem with OOM handling in the sorter code.
2014-04-01  drhRemove an unnecessary conditional, replacing it with... overflow-pgno-cache
2014-03-31  drhFix a compiler warning when SQLITE_DIRECT_OVERFLOW_READ...
2014-03-31  drhMerge in the latest changes and fixes from trunk.
2014-03-31  drhRemove an unnecessary conditional. query-plan-experiments
2014-03-31  danAdd the SQLITE_MAX_WORKER_THREADS compile time option...
2014-03-31  drhAlso make sure an index that is a proper subset of...
2014-03-31  drhMake sure that an index that covers a proper superset...
2014-03-31  drhAvoid a (harmless) buffer overread that is possible...
2014-03-29  drhExperiments in picking better query plans, especially...
2014-03-29  danFix a broken assert() in vdbesort.c.
2014-03-29  danFix a problem in vdbesort.c causing spurious SQLITE_NOM...
2014-03-29  danAdd the optimization to avoid some unnecessary calls...
2014-03-28  drhFix a compiler warning and an after-OOM memory leak.
2014-03-28  danMerge latest changes from orderby-planning branch.
2014-03-28  drhMerge the latest changes from trunk.
2014-03-28  drhDisable the wal64k.test script for non-unix systems...
2014-03-28  drhFix a harmless compiler warning.
2014-03-28  drhEnhance the sqlite3VdbeRecordCompare() routines so...
2014-03-27  danInstead of allocating a single large buffer at the...
2014-03-27  drhMinor cleanup of the code in the query planner that...
2014-03-27  danUse xFetch() to access temporary files in vdbesort...
2014-03-27  drhEnhance the logest.c utility with new operators: "dup...
2014-03-27  drhMerge the latest trunk changes and the fix for the...
2014-03-26  drhMerge from trunk the fix for the crash on a corrupt...
2014-03-26  drhMerge in fixes (including the corrupt-database crash...
2014-03-26  danAdd an extra test case for the potential buffer overrea...
2014-03-26  drhAdd a test case to verify that the previous change...
2014-03-26  drhEarlier detection of corruption in sqlite3VdbeRecordCom...
2014-03-26  drhAdd an assert() and a comment to clarify the operation...
2014-03-25  drhAdjust the repeat counts on several tests in speedtest1...
2014-03-25  drhMerge enhancements and fixes from trunk.
2014-03-25  drhAdd another performance test case to speedtest1. This...
2014-03-25  danFix a problem in the code added by [707ea170b3] causing...
2014-03-25  danRemove the sequence values from sorter records used...
2014-03-25  drhAdd an ORDER BY test case to speedtest1.c
2014-03-25  drhEnable four sorting threads by default in the command...
2014-03-25  drhMerge all fixes and enhancements from trunk.
2014-03-25  drhDetect when a VdbeCursor is still pointing at a valid...
2014-03-24  danOmit the sequence value from sorter records used by...
2014-03-24  drhAvoid unnecessary moving of content between registers...
2014-03-24  danRemove unused variables Parse.nColCache and Parse.iColC...
2014-03-24  drhFix arithmetic operators so that they do not change...
2014-03-24  danAvoid attempting to mmap memory from an offset that...
next