]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-04-07  danExperimental multi-threaded sorting changes to begin... abandoned
2014-04-04  drhFix harmless compiler warnings.
2014-04-04  mistachkinFix typo in a Windows threading support routine.
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...
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-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  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  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...
2014-03-24  danRemove an unnecessary temporary register allocation.
2014-03-24  drhRemove a pointless OP_Once operation in ORDER BY clause...
2014-03-24  drhFurther enhancements to geneverated VDBE code for ORDER BY.
2014-03-23  drhmerge fixes from trunk
2014-03-23  drhUse only a single OP_MakeRecord instead of two when...
2014-03-23  drhAvoid a possible use of an uninitialized variable follo...
2014-03-22  drhClear the sort-order flags on the KeyInfo object associ...
2014-03-22  drhIncrease the version number to 3.8.5.
2014-03-22  drhFix the ORDER BY optimization logic so that it will...
2014-03-21  drhAdd the ability to use indices for the first few terms...
2014-03-21  drhChange the names of SRT_DistTable and SRT_Table used...
2014-03-21  danAvoid leaking memory in an obscure case where the flatt...
2014-03-21  drhMerge the OFFSET-on-query-without-FROM fix from trunk.
2014-03-21  drhFix the OFFSET clause so that it works correctly on...
2014-03-21  drhNew test case for block-sorting.
2014-03-20  drhMerge trunk fixes for "x IN (?)" handling.
2014-03-20  drhRemove a testcase() that is now always true due to...
2014-03-20  drhFix the EXPLAIN indenter in the command-line shell...
2014-03-20  drhThe "x IN (?)" optimization in check-ins [2ff3b25f40...
2014-03-20  drhFix harmless compiler warnings.
2014-03-20  drhPrevious check-in is not quite correct. "x IN (?)...
2014-03-20  drhConvert expressions of the form "X IN (?)" with exactly...
2014-03-20  drhFix an unnecessarily obtuse use of a bitmask flag.
2014-03-20  danAdd a test to ensure os_unix.c works with 64KiB OS... shm-mapping-fix
2014-03-20  danAdd an experimental fix to avoid attempting to mmap...
2014-03-19  drhMerge the vdbesort.c optimization from trunk.
2014-03-19  drhFix query planner weights associated with choosing...
2014-03-19  danAvoid some unnecessary calls to sqlite3VdbeRecordUnpack...
2014-03-19  drhMake it possible for block-sort to use the OP_SorterOpe...
2014-03-19  drhFix a problem in the block-sort logic that can arise...
2014-03-19  drhAvoid reusing temporary registers in co-routines when...
2014-03-19  drhMake sure the where.c query planner never reports that...
2014-03-19  drhFirst attempt at getting block-sort to work. This...
2014-03-18  drhMake the partial-ORDER-BY information in the query...
2014-03-18  drhAdjust the query planner to keep track of the number...
2014-03-18  drhExperiments with the optimization of ORDER BY and GROUP...
2014-03-17  danAdd an experimental multi-threaded capability to vdbeso...
2014-03-17  drhClean up some obsolete "register" declarations in printf.c.
2014-03-17  drhPerformance enhancements and size reduction for sqlite3...
2014-03-14  drhFix a harmless compiler warning that crops up with...
2014-03-13  danMerge latest trunk changes into this branch.
next