]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-04-16  drhTCL tests now all pass. rtree-queue
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-14  drhFix comments on the rtreenode() and rtreedepth() test...
2014-04-14  drhRemove over 300 lines of unused code, code that impleme...
2014-04-13  drhContinuing work on the new custom query mechanism for...
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  drhAdd the --verify option to speedtest1. Add verificatio...
2014-04-11  drhUpdate comments in the R-Tree module in preparation...
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  drhFix a typo in the "Synopsis:" comment for the OP_VFilte...
2014-04-03  drhIn the command-line shell, run set writable_schema...
2014-03-31  drhAvoid a (harmless) buffer overread that is possible...
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  drhMinor cleanup of the code in the query planner that...
2014-03-27  drhEnhance the logest.c utility with new operators: "dup...
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  drhAdd another performance test case to speedtest1. This...
2014-03-25  drhAdd an ORDER BY test case to speedtest1.c
2014-03-25  drhDetect when a VdbeCursor is still pointing at a valid...
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-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  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-12  danFix an obscure bug causing sqlite3_close() to fail...
2014-03-12  danChanges to FTS to ensure that it does not access the...
2014-03-12  danPrevent the rtree module from reading sqlite_stat1...
2014-03-12  drhBump the version number to 3.8.4.1., to conform with...
2014-03-11  drhVersion 3.8.4.1 version-3.8.4.1
2014-03-11  drhUpdate version number to 3.8.4.1
2014-03-11  danAdd a test to see what happens if an rtree constructor...
2014-03-11  drhVersion 3.8.4 for sessions (plus two minor fixes).
2014-03-10  drhAdjustments to the cost computation for the skip-scan...
2014-03-10  drhAttempt to work around MSVC's treatment of __LINE__...
2014-03-10  drhVersion 3.8.4 version-3.8.4
2014-03-08  danFix a bug causing "SELECT char()" to return SQLITE_NOMEM.
2014-03-07  drhImproved comment on the pager.c PERSIST rollback journa...
2014-03-07  drhMerge the fix for the journal_mode=PERSIST error recove...
2014-03-07  mistachkinRevise change from the previous check-in to clarify...
2014-03-07  mistachkinAvoid calling sqlite3OsDelete() on a file that is open...
2014-03-06  danDo not run corruptH.test in mmap mode.
2014-03-06  drhFix a harmless compiler warning in the sessions test...
2014-03-06  drhEnhance the test harness for the sessions interface...
2014-03-06  drhMerge the latest 3.8.4 tweaks from trunk.
2014-03-06  drhImproved EXPLAIN indentation of a loop in the ANALYZE...
2014-03-06  danRemove a branch that is never taken from where.c.
2014-03-06  mistachkinCosmetic change to the shell in-memory database warning...
2014-03-06  drhFix some incorrect comments and typos in comments....
2014-03-06  mistachkinBetter loadable extension handling in the Win32 VFS...
2014-03-06  mistachkinBetter support for MinGW 4.x.
2014-03-05  drhMerge compiler-warning fixes from trunk.
2014-03-05  drhAlways include the ctype.h header in the spellfix.c...
2014-03-05  danAvoid running a couple of test cases that use realloc...
2014-03-05  drhFix a harmless compiler warning on MSVC.
2014-03-05  danAdd SQLITE_OMIT_CTE to the list of compile options...
2014-03-05  danAdd tests to join.test to verify that it is not possibl...
2014-03-05  drhCount the number of elements in a SrcList object using...
next