]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-10-05  drhIn the index_list pragma, make sure the "r" column... index-scan-rate
2013-10-04  drhMerge trunk changes.
2013-10-04  drhFurther refinements of the index scanning speed logic.
2013-10-04  danIf an "INSERT INTO ... SELECT" can use the xfer optimiz...
2013-10-04  drhFix test cases so that they work when the query planner...
2013-10-04  drhImproved estimates of the relative speed of index scans...
2013-10-04  drhProgress toward using the iScanRatio information on...
2013-10-04  drhMake sure the count(*) optimization works correctly...
2013-10-03  danHave FTS take advantage of "docid<?" constraints when...
2013-10-03  danMerge latest trunk changes. fts4-docid-range-constraints
2013-10-03  danAllow FTS4 multi-token phrases to use a combination...
2013-10-03  drhExperimental branch allowing different postulated scan...
2013-10-03  drhThe sqlite3FixInit() routine cannot fail. So change...
2013-10-03  drhRework the PRAGMA implementation to only call sqlite3Re...
2013-10-03  danReturn an error if an attempt is made to create a trigg...
2013-10-03  drhRemove unnecessary memset() calls from test code.
2013-10-02  drhIn the lemon parser generator, change all hashes to...
2013-10-02  danAdd a test to check that the new multi-token phrase...
2013-10-01  drhBring some file format comments in btreeInt.h up to...
2013-10-01  danMerge trunk changes with this branch.
2013-10-01  danAllow multi-token phrases to load doclists from the...
2013-10-01  drhFix comments in the fast_vacuum.c demonstration program.
2013-10-01  drhAdd the "fast_vacuum.c" demonstration program to the...
2013-10-01  drhChange the ".dump" command in the command-line shell...
2013-09-30  drhFix a minor typo in a comment in where.c.
2013-09-30  drhAdd some timing tests to the amatch test script.
2013-09-30  danMerge trunk changes with this branch.
2013-09-30  danFix a performance problem in the FTS4 auxiliary functio...
2013-09-30  drhFix memory leaks in the amatch extension. Add a few...
2013-09-30  danHave fts4 full-text queries consider "docid<?" and...
2013-09-30  drhUpdate and modernize an obsolete comment associated...
2013-09-29  mistachkinFix typo in comment. No changes to code.
2013-09-28  danAdd new test file fts3defer3.test.
2013-09-28  drhIn the nextchar.c extension, allow the second argument...
2013-09-28  drhUpdates to the sqlite3_analyzer utility: Change the...
2013-09-26  danObtain the required shared-cache write-lock when execut...
2013-09-26  danFix a faulty assert() in sqlite3BtreeBeginTrans() that...
2013-09-18  danTest that the unicode61 tokenchars= and separators...
2013-09-17  drhClear the current time value on prepared statements...
2013-09-16  mistachkinReadability improvements to the Win32 RC file.
2013-09-16  mistachkinMinor consistency fixes to the Win32 RC file.
2013-09-16  drhThe date and time functions use the exact same notion...
2013-09-13  mistachkinFix Windows SDK compiler warning.
2013-09-13  mistachkinFix test issues for Windows portability.
2013-09-13  mistachkinVSIX tooling changes to support Visual Studio 2013.
2013-09-13  drhFix the "const" qualifiers on the pragma name table.
2013-09-13  drhAdd the soft_heap_limit pragma.
2013-09-13  drhTweak the new PRAGMA name parser to achieve full branch...
2013-09-13  drhRemove one unreachable branch and add asserts() to...
2013-09-13  drhAdjust the query planner to take into account WHERE...
2013-09-13  drhEnhance the pragma lookup table generator script to...
2013-09-13  drhChange the PRAGMA parser to use a binary search for...
2013-09-13  danAdd tests for the fts4 unicode61 tokenchars and separat...
2013-09-12  drhRefactor the ExprSetIrreducible() macro into ExprSetVVA... unlikely-func
2013-09-12  drhFix typo in a macro name: "GlogUpperToLower" should...
2013-09-12  drhMerge in the Expr.flags expansion to 32-bits. Use...
2013-09-12  drhIncrease the number of bits available in Expr.flags... expr-tuning
2013-09-12  mistachkinFor error log messages generated by the Win32 native...
2013-09-12  mistachkinFix a couple more harmless compiler warnings.
2013-09-12  drhRemove two obsolete fields from the sqlite3 object.
2013-09-12  mistachkinFix harmless compiler warning.
2013-09-12  mistachkinMerge updates from trunk. vsix2013
2013-09-11  drhImprovements to likelihood processing so that commuting...
2013-09-11  drhAdd test cases to cover TPC-H Q8.
2013-09-11  drhAdditional unlikely() test cases. Logic tweaks to...
2013-09-11  drhChange the name of the two-argument unlikely() function...
2013-09-11  drhTweaks to the index selection logic.
2013-09-10  drhMerge trunk fixes into the unlikely-func branch.
2013-09-10  drhDeterministically initialize the PRNG used as a tie...
2013-09-09  drhMake sure that the transitive constraint optimization...
2013-09-07  drhContinuing refinements of the logic to take WHERE claus...
2013-09-06  drhEnhance the plan solver to take into account the number...
2013-09-06  drhInitial implementation of the unlikely() SQL function...
2013-09-06  drhCombine the FuncDef.iPrefEnc and FuncDef.flags fields...
2013-09-06  drhMake sure the destination WhereLoop is left in a sane...
2013-09-05  danWhen preparing an UPDATE statement, avoid generating...
2013-09-04  drhRearrange the order of conditions in an "if" statement...
2013-09-04  danAdd tests to improve coverage when SQLITE_ENABLE_STAT3...
2013-09-04  drhFix a bug in the command-line shell for ".mode insert...
2013-09-04  drhThe sqlite3Stat4ProbeSetValue() routine should always...
2013-09-04  mistachkinFix out-of-order variable declaration. Fix harmless...
2013-09-04  drhConditionally exclude code from analyze.c that is not...
2013-09-03  drhHarden the STAT4 logic in where.c against OOM faults.
2013-09-03  danFix another problem in stat4 sample selection.
2013-09-03  drhMake sure the omit-noop-left-join optimization is not...
2013-09-02  drhSimplify branch coverage testing by interchanging the...
2013-09-02  danFurther stat4 related tests.
2013-09-02  danAdd tests to check if ANALYZE is choosing common non...
2013-09-02  danFix a problem with using stat4 data to estimate the...
2013-08-31  drhCleanup of the windows VFS, including added support...
2013-08-31  mistachkinRevise the amalgamation tool to allow 'duplicate' inclu... cygwinTempPath
2013-08-31  danFix a problem causing SQLite not to use stat4 or stat3...
2013-08-31  mistachkinEnhancements to the Win32 API definition macros.
2013-08-31  danReenable a test accidentally disabled when the stat4...
2013-08-31  mistachkinAvoid commenting out #include statements when building...
2013-08-31  mistachkinFix harmless MSVC compiler warning with MEMDEBUG defined.
2013-08-31  mistachkinImprove the consistency of the diagnostic messages...
2013-08-30  mistachkinAdd support for Cygwin when handling temporary file...
2013-08-30  danFix compiler warnings in analyze.c.
2013-08-30  mistachkinFix comment typo in analyze.c. No changes to code.
next