]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-04-25  drhEnhance the sqlite3_rtree_query_info object to report... rtree-enhancements
2014-04-21  drhFix the generation of sqlite3_rtree_query_info.iRowid...
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-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  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-16  drhPerformance optimization on nodeGetCell() in R-Tree.
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  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  drhMake sure the undocumented sqlite_rename_parent() funct...
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  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  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-10  drhModify the OR-clause handling so that it can safely...
2014-04-04  drhPerformance improvements when reading large blobs,...
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-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-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  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-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  danOnly use the direct-overflow-read optimization if all...
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...
next