]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-11-25  drhReturn an SQLITE_CORRUPT error if the content size... btree-optimization
2013-11-25  drhUses shifts rather than division for arithmetic on...
2013-11-25  drhOptimize the skipping of the payload size field when...
2013-11-25  drhArrange for sqlite3BtreeMovetoUnpacked() to always...
2013-11-25  drhMore optimizations to sqlite3BtreeMovetoUnpacked()...
2013-11-25  drhMore improvements to sqlite3BtreeMovetoUnpacked() perfo...
2013-11-25  drhPerformance improvements in sqlite3BtreeMovetoUnpacked().
2013-11-24  drhAdd the --scratch parameter to speedtest1. Improved...
2013-11-24  drhThe MEMSYS5 algorithm does not have to return the block...
2013-11-23  drhA much simpler fix is to simply change MEMSYS5 so that... memsys5-performance
2013-11-23  drhAdd newlines at the end of some error messages in speed...
2013-11-23  drhReport errors from sqlite3_exec() and sqlite3_config...
2013-11-23  drhFix the order of parameters to SQLITE_CONFIG_PAGECACHE...
2013-11-23  mistachkinAdjust MSVC makefile to avoid using forward slashes...
2013-11-23  drhAdd the "speedtest1.exe" test program.
2013-11-22  mistachkinFix harmless compiler warning.
2013-11-22  mistachkinMinor correction to the batch build tool for MSVC.
2013-11-21  drhFix a harmless clang warning in the command-line shell.
2013-11-21  drhSlight change to the --timer output on wordcount for...
2013-11-21  drhChanges some offset and amount parameters from "int...
2013-11-21  drhModify wordcount so that timer information appears...
2013-11-21  drhDo not reuse factored constants that might have had...
2013-11-21  drhFix the code generator to honor turning off constant...
2013-11-21  drhAdd the --timer option to the wordcount test program.
2013-11-21  drhRemove a test from sqlite3VdbeMemFromBtree() which...
2013-11-21  drhMake sure the OP_Next and OP_NextIfOpen opcodes are...
2013-11-21  drhWhen one or more arguments to a function are constants...
2013-11-21  drhRemove the obsolete TK_CONST_FUNC token type.
2013-11-21  drhAdd the ability to factor constant functions out of...
2013-11-21  drhAnother improvement to OP_Function and an improvement...
2013-11-21  drhA simple change to the OP_Function opcode improves...
2013-11-21  drhPerformance optimization to the OP_Next and OP_Prev...
2013-11-21  drhRefactor the OP_Column opcode to make it clearer and...
2013-11-21  drhReduce the size of VdbeCursor again, this time without... OP_Column-refactor
2013-11-21  drhUnpack some fields, adding some space back to the VdbeC...
2013-11-20  drhReduce the size of the VdbeCursor object from 144 to...
2013-11-20  drhImproved comments on the OP_Column changes. Optimize...
2013-11-20  drhFurther performance tweaks to OP_Column.
2013-11-20  drhRefactoring the OP_Column opcode for improved performan...
2013-11-20  drhSimplifications to the VdbeCursor object.
2013-11-20  drhPerformance improvement for the OP_MustBeInt opcode...
2013-11-19  drhFix a harmless MSVC compiler warning.
2013-11-19  drhMinor performance improvement to sqlite3SerialTypeGet().
2013-11-19  drhChange Noop-comments in where.c into Module-comments...
2013-11-19  drhAvoid seeking on the main data table during the first...
2013-11-19  drhFix an requirement mark in a test script so that it...
2013-11-18  drhAdd comments identifing where the skip-scan option...
2013-11-18  drhFix documentation typos. No changes to code.
2013-11-18  drhFix harmless compiler warnings from clang scan-build.
2013-11-18  danFix a problem with the shell tool EXPLAIN indentation...
2013-11-18  drhEnable the ONEPASS optimization for DELETE, for both...
2013-11-17  drhMake sure one-pass DELETE for WITHOUT ROWID tables... optimize-delete
2013-11-16  drhFix a couple of minor problems with the new delete...
2013-11-16  drhFix an OOM-recovery problem in the DELETE code generator.
2013-11-16  drhCombine the rowid and WITHOUT ROWID paths for DELETE...
2013-11-16  drhThe one-pass optimization is now working for DELETE...
2013-11-16  drhEnhance the DELETE logic so that it can make use of...
2013-11-16  drhFully constraint the ORDER BY on the top-10 line of...
2013-11-16  drhAvoid unnecessary OP_IfNull checks when doing a range...
2013-11-16  drhSimplification and performance improvement to the logic...
2013-11-16  drhFix testcase misc7-16 so that it works with the new...
2013-11-15  drhAdd ALWAYS and NEVER macros to currently unreachable... expr-codegen-enhancement
2013-11-15  drhMerge the operator comment fixes from trunk.
2013-11-15  drhFix comments on the OP_Divide and OP_Remainder operator...
2013-11-15  drhChanges to make the new constant expression factoring...
2013-11-15  drhAdd test cases for INSERT INTO ... DEFAULT VALUES on...
2013-11-15  drhImprovements to the Expr comparison routine to make...
2013-11-15  drhAdd the --query option to the wordcount test program.
2013-11-15  drhSimplify the range scan code generate while also avoidi...
2013-11-15  drhMerge EXPLAIN fixes from trunk.
2013-11-15  drhFix a typo in the "synopsis" for the OP_Lt opcode that...
2013-11-15  drhAnother adjustment to the EXPLAIN indentation logic...
2013-11-15  drhRework the logic that factors constant expressions...
2013-11-14  drhAdjust the command-line shell EXPLAIN indentation logic...
2013-11-14  drhRemove an unused local variable.
2013-11-14  drhSimplification to the progress callback check. On branc...
2013-11-13  drhMake sure the progress callback is invoked prior to...
2013-11-13  drhMerge the skip-scan enhancement into trunk.
2013-11-13  drhImport the "PRAGMA vdbe_eqp" enhancement and the enhanc... skip-scan
2013-11-13  danIn the shell tool, if an "EXPLAIN" command is executed...
2013-11-13  drhAdd the "PRAGMA vdbe_eqp" command, only available with...
2013-11-13  drhAdd VDBE comments to the beginning and end of skip...
2013-11-13  drhImprove the way that skip-scan loops are constructued...
2013-11-13  drhAdd test cases for skip-scan. Enhance "do_test" so...
2013-11-13  drhAdd the ability to use an index even if the left-most...
2013-11-13  drhAvoid an unnecessary OP_IfNull while doing an indexed...
2013-11-12  mistachkinAdjust the SQLITE_MALLOCSIZE defines, primarily to...
2013-11-12  mistachkinFix harmless compiler warning.
2013-11-12  drhMinor enhancements to the auxiliary information added...
2013-11-12  drhBreak out the structure and macro definitions of where...
2013-11-12  danWhen possible, have FTS use 32-bit operations to read...
2013-11-12  drhA better (simpler) fix to the count(*) problem addresse...
2013-11-12  drhMake sure the count(*) optimization works correctly...
2013-11-12  danUpdate test command [explain_i] to handle the opcodes...
2013-11-12  danFix for [4065ac8595]: Do not order CROSS or LEFT joins...
2013-11-12  drhFix an error message in the spellfix extension so that...
2013-11-11  drhAdd a comment to the sqlite3_index_info structure indic...
2013-11-11  danFix typos in compile and run-time tests of the sqlite...
2013-11-11  danAdd a way for virtual tables to return the expected...
2013-11-11  drhRemove unreachable code, replacing it in most cases...
next