]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2013-11-11  mistachkinFix issue with several memory allocation tests due...
2013-11-11  drhConvert several ALWAYS() macros in vdbe.c into assert...
2013-11-11  mistachkinFix several harmless compiler warnings.
2013-11-11  mistachkinModify a HeapValidate assert in the Win32 native allocator.
2013-11-11  drhFix a problem in OP_IdxDelete as used by REPLACE confli...
2013-11-10  mistachkinFix typo in comment and remove superfluous blank line...
2013-11-09  mistachkinFix compilation errors with some compilers that do...
2013-11-09  mistachkinFix memory type mismatch when compiled with MEMDEBUG.
2013-11-09  drhAdd the sqlite3_win32_compact_heap() function for clean...
2013-11-09  drhUpdates to documentation on sqlite3_last_insert_rowid...
2013-11-09  mistachkinUse the UNICODE_STRING_MAX_CHARS constant from WinNT.h. win32heap
2013-11-09  mistachkinFurhter cleanup of the winGetTempname function.
2013-11-09  drhUpdates to requirements marks. No changes to code.
2013-11-09  drhThrow an error if AUTOINCREMENT appears in a WITHOUT...
2013-11-08  mistachkinAdd more assert() statements and fix compilation issues...
2013-11-08  mistachkinDisable use of HeapCompact on Windows CE as it is not...
2013-11-08  mistachkinAdjust the winMemInit return code handling used when...
2013-11-08  mistachkinMinor corrections to logging for sqlite3_win32_compact_...
2013-11-08  mistachkinEnhancements to the Win32 native heap integration.
2013-11-08  drhFix harmless compiler warnings.
2013-11-08  drhMerge the Cygwin directory separator fix. Also fix...
2013-11-08  drhPerformance improvement: Avoid unnecessary seeks on...
2013-11-08  drhPerformance improvements:
2013-11-08  drhMerge change to drop the mutex on the multiplexor befor...
2013-11-08  drhOptimize out a NotExists/NotFound opcode that occurs...
2013-11-08  drhOn the --summary output of wordcount, add the a PRAGMA...
2013-11-07  drhAdd many new options to the wordcount test program...
2013-11-07  mistachkinFix temporary directory separator handling for Cygwin. cygDirSep
2013-11-07  drhFix a compiler warning introduced by the previous check-in.
2013-11-07  drhEnable the WHERE_ONEPASS_DESIRED optimization for UPDAT...
2013-11-07  drhAdd the --stats and --summary options to the wordcount...
2013-11-07  drhIncrease the version number to 3.8.2.
2013-11-07  drhAdd the "wordcount.c" test program.
next