]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-14  mistachkinFix compiler warnings on WinCE. winCeWarn
2014-08-14  drhFix typos in comments used to help generate documentati...
2014-08-14  mistachkinAdd icon to the Windows shell executable. This is...
2014-08-13  drhMinor change to unixDelete for VxWorks with a DOS files...
2014-08-12  danFix where9.test so that it works with the "no_optimizat...
2014-08-12  mistachkinFix compilation issue in the Win32 VFS when manually...
2014-08-12  drhImprove the comments associated with SQLITE_TEST_REALLO...
2014-08-12  danRun a test with TEST_REALLOC_STRESS and OMIT_LOOKASIDE...
2014-08-12  danIf SQLITE_TEST_REALLOC_STRESS is defined, extend the...
2014-08-12  drhFix typos in the VxWorks code of os_unix.c.
2014-08-12  danAdd a test to ensure that the problem fixed by [a179e41...
2014-08-12  drhFix an assert() statement in the SELECT code generator...
2014-08-11  mistachkinModify GetVersionEx Win32 VFS fix for use with the...
2014-08-11  drhFurther clarification and typo fixes for the previous...
2014-08-11  drhClarify the comment explaining the meaning of the SQLIT...
2014-08-11  mistachkinFix for #ifdef issue with GetVersionEx in the Win32...
2014-08-11  drhAdd a few more requirements tests.
2014-08-11  drhUpdates to evidence marks and requirements. No changes...
2014-08-11  drhFix harmless compiler warnings.
2014-08-11  drhChanges that will perhaps enable SQLite to work better...
2014-08-08  drhUpdate requirements marks. No changes to code.
2014-08-08  drhImprovements to the way the query planner handles sorti...
2014-08-08  danFix a buffer overrun in the previous commit. query-planner-fix
2014-08-08  danBecause SQLite internally calculates query plan costs...
2014-08-08  drhThe SQLITE_IOERR_BLOCKED extended error code is not...
2014-08-08  drhReworking the documentation on integer result codes...
2014-08-07  drhWhen the estimated sorting cost overwhelms the estimate...
2014-08-07  drhClarify the computation of compatible isOrdered by...
2014-08-07  drhRemove the extraneous debugging printf() from the previ...
2014-08-07  drhWhen the estimated cost to do a sort overwhelms the...
2014-08-06  drhA couple more harmless compiler warnings eliminated.
2014-08-06  drhFix two more harmless compiler warnings. Make sure...
2014-08-06  drhFix harmless compiler warnings. In the command-line...
2014-08-06  drhFix an obsolete comment in the func.c source file....
2014-08-06  drhOn the windows VFS, do not try to make InterlockedCompa...
2014-08-06  mistachkinIn the Win32 VFS, work around InterlockedCompareExchang...
2014-08-06  drhFix typos in the opcode documentation. Comment changes...
2014-08-06  drhA simpler fix for ticket [3a88d85f36704eebe1] - one...
2014-08-05  drhEnsure that aggregate functions are not used when evalu...
2014-08-05  drhAdd the ability to evaluate IN operators as a sequence...
2014-08-05  drhRename the internal Schema.flags field to Schema.schema...
2014-08-05  drhImproved VdbeCoverage() macros. A few minor simplifica... IN-operator-improvements
2014-08-04  drhPart of the change in the previous check-in was incorre...
2014-08-04  drhFurther enhancements to IN-operator processing.
2014-08-04  drhRefinements to the enhanced IN-operator logic.
2014-08-02  drhEnhancements to the code generator for the IN operator...
2014-08-02  mistachkinRemove (newly) incorrect preprocessor check to fix...
2014-08-01  drhA better comment on the generated code for the NULL...
2014-08-01  drhImproved detection and handling of NULL values on the...
2014-08-01  drhRemove an unnecessary OP_Null in the IN-operator logic...
2014-08-01  drhClean up the IN operator code generation logic to make...
2014-08-01  drhThe idea of coding IN operator with a short list on...
2014-08-01  drhBegin making changes to the IN operator in an attempt...
2014-08-01  drhEnhance the PRAGMA integrity_check command to detect...
2014-07-31  drhRefactoring: Change "pIndex->onError!=OE_None" to...
2014-07-31  drhOmit a pointless OP_Null when processing a value-list...
2014-07-31  mistachkinOptimizations to the OS sub-type checking in the Win32...
2014-07-31  danAdd a missing call to "test_sqlite3_log" to multiplex...
2014-07-31  danFix a leaked statement handle in pager2.test.
2014-07-31  drhDeactivate the DISTINCT in a SELECT on the right-hand...
2014-07-30  mistachkinRe-integrate the recent changes from the 'winMutex...
2014-07-30  drhAdd three new static mutexes for use by the application...
2014-07-30  drhAdd the "eForce" parameter to the sqlite3_multiplex_shu...
2014-07-30  drhEnsure that the correct number of columns in a UNIQUE...
2014-07-29  mistachkinEnhancements and updates to the Win32 mutex subsystem.
2014-07-29  mistachkinMerge updates from trunk. winMutex
2014-07-29  drhAdd the SQLITE_TESTCTRL_ISINIT file control.
2014-07-29  danHave calls to the xFilter() method of rtree virtual...
2014-07-29  mistachkinEnhancements and updates to the Win32 mutex subsystem.
2014-07-26  drhRemove an unreachable branch from the sqlite3_value_num...
2014-07-26  drhAvoid unnecessary no-op calls to applyNumericAffinity...
2014-07-25  drhTry to fix harmless compiler warnings reported by Fortify.
2014-07-25  drhImproved comments on VDBE opcodes, for better documenta...
2014-07-25  drhAdd constraints (enforced only when SQLITE_DEBUG is...
2014-07-24  drhImprove the performance of the ANALYZE command by takin...
2014-07-24  drhFix a bug in the whereRangeSkipScanEst() procedure...
2014-07-24  drhAvoid trying to allocation zero bytes when analyzing... faster-analyze
2014-07-24  drhAvoid change tests when analyzing single-column unique...
2014-07-24  drhAdd the readfile(FILENAME) and writefile(FILENAME,CONTE...
2014-07-24  drhAdd support for hexadecimal integer literals in the...
2014-07-24  drhIn the command-line shell, in CSV output mode, terminat...
2014-07-23  drhAdd experimental "costmult" logic. Only enabled when...
2014-07-23  drhUgh. Consecutive UNIQUE index entries are only distinc...
2014-07-23  mistachkinEnhancements to the hex literal tests. hex-literal
2014-07-23  drhImprove the performance of the ANALYZE command by takin...
2014-07-23  drhUpdated documentation on sqlite3_temp_directory. No...
2014-07-23  drhRemove a surplus function prototype. #ifdef code that...
2014-07-23  drhChange the hex literal processing so that only the...
2014-07-23  drhCasting hex literals directly from string to float...
2014-07-23  drhReformatting a few test cases for clarity.
2014-07-23  drhTest cases for hex literals.
2014-07-23  drhAdd support for parsing C-style hexadecimal literals.
2014-07-22  drhWhen running ANALYZE, it is not necessary to check...
2014-07-22  drhAdd the OP_ReopenIdx opcode that works like OP_OpenRead...
2014-07-22  drhThe optimization of check-in [b67a6e33f2] does not...
2014-07-22  drhFix the index name for the shadow tables in the spellfi...
2014-07-22  drhCorrection: The maximum SQLITE_MAX_ATTACHED value...
2014-07-22  drhEnhance the sqlite_stat1.stat parsing to allow addition...
2014-07-22  drhExpire prepared statements after running ANALYZE.
2014-07-22  drhEnhance the comment on whereLoopAddBtree(). No changes...
next