]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-09-12  drhRefactor the ExprSetIrreducible() macro into ExprSetVVA... unlikely-func
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-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.
2013-08-30  drhFix comment typos in the where.c module. No code changes.
2013-08-30  drhIf the cost of two whereLoop objects is the same in...
2013-08-30  drhAdd the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time...
2013-08-30  danAdd a test for fts4 unicode61 option remove_diacritics=0.
2013-08-30  drhImprovements to the robust_open() logic in the unix...
2013-08-29  drhMake the unix VFS defensive against the error of having...
2013-08-29  drhChange the unix VFS so that it refuses to open a databa... overwrite-avoidance
2013-08-29  drhNever leave an open file descriptor pointing into the...
2013-08-29  danRestore fix [f15591f802], which was accidentally clobbe...
2013-08-29  danCandidate fix for [9f2eb3abac]: Have the whereShortCut...
2013-08-29  mistachkinSmall enhancements to unit testing infrastructure.
2013-08-29  mistachkinEnable finer control of optimizations when compiling...
2013-08-28  danRe-enable test file wild001.test.
2013-08-28  drhAdd the win32-longpath VFS allowing windows filenames...
2013-08-28  mistachkinUpdate list of supported Tcl shells to include 8.6... mmapDisabled
2013-08-28  mistachkinFix a couple comments.
2013-08-28  drhIn the query optimizer, when converting BETWEEN and...
2013-08-28  drhIncrease the version number to 3.8.1 due to the additio...
2013-08-28  drhFix an off-by-one error that causes a quoted empty...
2013-08-28  drhAdd a test case for empty quoted field in CSV import...
2013-08-28  drhLabel a certain branch as NEVER() only for non-STAT3...
2013-08-28  mistachkinIn the win32longpath test, move the journal mode change...
2013-08-28  mistachkinSupport database file names longer than 260 characters...
2013-08-28  mistachkinMake names of private functions in the Win32 VFS consis...
2013-08-28  mistachkinRemove hard-coding of the directory separator in the...
2013-08-28  mistachkinFix several harmless compiler warnings. Fix a couple...
2013-08-27  drhAdjust ANALYZE for improved test coverage. Use the...
2013-08-27  drhReduce the amount of code run and memory used for ANALY...
2013-08-27  danUpdate sqlite3.pc.in to use @PACKAGE_VERSION@ instead...
2013-08-27  drhIn the ANALYZE command implementation make statInit...
2013-08-26  mistachkinPreparation for further Windows path name handling...
2013-08-26  drhMerge the STAT4 capability into trunk.
2013-08-26  mistachkinChange MAX_PATH related defines to use character length...
2013-08-26  mistachkinMerge updates from trunk.
2013-08-26  danFix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX...
2013-08-26  drhVersion 3.8.0 version-3.8.0
2013-08-24  mistachkinSeveral modifications to the use of the MAX_PATH macro...
2013-08-24  mistachkinFix a couple compilation issues on Unix.
2013-08-24  mistachkinUnify the result of PRAGMA mmap_size when mmap support...
2013-08-23  drhAdjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and...
2013-08-23  drhFix a requirements comment in a test case. No changes...
2013-08-23  danModify script mkautoconfamal.sh to use the download...
2013-08-22  drhDefer the creation of automatic indices until the index...
2013-08-21  drhSimplify the btreeGetPage() routine so that it uses...
2013-08-21  drhMinor performance tweaks to the pager.
2013-08-21  drhRefactor the sqlite3_randomness() implementation for...
2013-08-21  drhSimplification to the StrAccum object and the sqlite3St...
2013-08-21  danMinor fixes for test cases. No code changes.
2013-08-21  mistachkinFix typo in test.
2013-08-21  drhUpdate sqlite3MemCompare() to try common cases first...
2013-08-21  danIf a virtual table xSync() returns an error message...
2013-08-21  drhPerformance enhancement in btreeParseCellPtr().
2013-08-21  danFix an FTS4 problem introduced by [361084e1eb].
2013-08-21  danCandidate fix for [d666d600a6].
2013-08-21  danFix a minor problem in progress.test. No code changes.
next