]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2013-11-07  drhAdd support for WITHOUT ROWID tables. This change...
2013-11-07  drhMake sure cached KeyInfo objects are only valid for... omit-rowid
2013-11-06  drhReference count the KeyInfo object. Cache a copy of...
2013-11-06  danHave the OP_NoConflict opcode set the VdbeCursor.seekRe...
2013-11-06  danUse ansi escape codes to use different colored text...
2013-11-06  drhAllocate extra stack space for UnpackedRecord objects...
2013-11-06  drhMinor optimization to the OP_Halt opcode.
2013-11-06  drhImproved ORDER BY optimization for WITHOUT ROWID tables.
2013-11-06  drhDisable the OR optimization for WITHOUT ROWID tables...
2013-11-06  drhRemove an incorrect test case from conflict2.test.
2013-11-06  drhRemove an unused variable.
2013-11-05  drhMake sure the query planner knows that the PRIMARY...
2013-11-05  drhFix conflict handling for the case when the rowid uses...
2013-11-05  drhFix a bug in secondary index initialization when the...
2013-11-05  danRemove an "explain" command from test script without_ro...
2013-11-05  danUnless the destination table is completely empty, disab...
2013-11-05  danUpdates to the backcompat.test test script so that...
2013-11-05  danAdd tests for updates of without-rowid tables that...
2013-11-05  drhStandardize the error messages generated by constraint...
2013-11-05  drhAdd the conflict2.test script. Fix issues discovered...
2013-11-04  drhAdd the index7.test script for testing partial indices...
2013-11-04  drhBug fixes in the INSERT constraint checker. Refactor...
2013-11-04  drhAdd another test case file for WITHOUT ROWID and fix...
2013-11-04  drhFix a problem with processing INTEGER PRIMARY KEY on...
2013-11-04  drhCorrectly handle changing counting when inserting and...
2013-11-04  drhCorrectly handle self-referential foreign keys on WITHO...
2013-11-04  danFix a bug preventing FTS from correctly processing...
2013-11-03  drhImproved comments on foreign key logic.
2013-11-02  drhImproved Synopsis on register comparison operators...
2013-11-02  drhMany new test cases added, that mostly work. Currently...
2013-11-02  drhChange the "idx" name of the primary key index for...
2013-11-02  drhUpdate the ANALYZE logic so that it works with WITHOUT...
2013-11-02  drhStore the root page of the PRIMARY KEY index for a...
2013-11-02  drhImport the sqlite3_analyzer fixes from trunk.
2013-11-02  drhA pair of sqlite3_analyzer bug fixes: (1) quote strings...
2013-11-01  drhSize KeyInfo objects so that IdxInserts always compare...
2013-11-01  drhFix sqlite3_analyzer so that it works with WITHOUT...
2013-11-01  drhAdditional UPDATE test cases for WITHOUT ROWID.
2013-11-01  drhFix an invalid cast operation in the WITHOUT ROWID...
2013-11-01  drhMerge all changes from trunk, and disable a pair of...
2013-11-01  drhChange the interface to sqlite3GenerateConstraintChecks...
2013-11-01  drhImproved VDBE comments on the constraint checker. ...
2013-11-01  drhSome UPDATE statements now working in WITHOUT ROWID...
2013-11-01  drhA couple of bug fixes.
2013-10-31  drhFix the Synopsis on OP_Concat. Added test_addop_breakp...
next