]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-18  drhA reasonably complete implementation of the "changeset... sessions_from_cli
2014-08-18  drhAdd the "changeset" command-line utility for getting...
2014-08-18  drhBegin adding commands to the command-line interface...
2014-08-18  drhMerge the latest trunk changes, and in particular the...
2014-08-18  drhRefactor the names of state objects in the command...
2014-08-18  danAdd tests for sessions module.
2014-08-16  danFix some missing and out-of-date comments in the sessio...
2014-08-16  danFixes for the sqlite3changeset_concat() API regarding...
2014-08-15  danBegin adding the sqlite3session_patchset() API to the...
2014-08-15  drhFix compiler warnings on WinCE.
2014-08-15  drhUpdate the sessions branch for version 3.8.6.
2014-08-15  drhVersion 3.8.6 version-3.8.6
2014-08-14  danFix an assert that can fail if the database file is...
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  drhMerge the trunk changes for 3.8.6 beta3 into the sessio...
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  drhMerge the second InterlockedCompareExchange() fix from...
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  drhFix an obsolete comment in the func.c source file....
2014-08-06  drhMerge in the fix for the InterlockedCompareExchange...
2014-08-06  mistachkinIn the Win32 VFS, work around InterlockedCompareExchang...
2014-08-06  drhMerge the latest 3.8.6 beta changes from trunk.
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  drhMerge the fix for the CREATE UNIQUE INDEX problem into...
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  drhMerge recent trunk changes, and especially the fix...
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  drhMerge recent trunk changes into the sessions branch.
2014-07-24  drhAdd the readfile(FILENAME) and writefile(FILENAME,CONTE...
next