]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-15  drhFix compiler warnings on WinCE.
2014-08-15  drhMerge the 3.8.6 release into the threads branch.
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  drhMerge the pre-3.8.6 changes into the threads branch.
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  danCache the value of the "totals" record in memory during...
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  danAutomatically resize the hash table used by fts5.
2014-08-12  drhFix an assert() statement in the SELECT code generator...
2014-08-11  danSimplify the way position lists are copied when merging...
2014-08-11  danReplace the hash table borrowed from fts3.
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-09  danFix an uninitialized variable causing a problem during...
2014-08-09  danUse multiple memory allocations for a single Fts5Struct...
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  danAdd "segment promotion" to fts5. This prevents the...
2014-08-07  drhWhen the estimated cost to do a sort overwhelms the...
2014-08-06  danAvoid writing delete markers to the oldest segment...
2014-08-06  drhA couple more harmless compiler warnings eliminated.
2014-08-06  drhFix two more harmless compiler warnings. Make sure...
2014-08-06  danAdd support for savepoints to fts5.
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 all recent changes from trunk.
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  danUse doclist indexes for AND queries as well as phrases.
2014-08-05  drhAdd the ability to evaluate IN operators as a sequence...
2014-08-05  danUse doclist-indexes with "ORDER BY rowid ASC" fts5...
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  danFix fts5_index.c to use doclist-indexes when possible...
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  danStart changing things to use doclist indexes as require...
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  danAdd a special case to the integrity-check code to check...
2014-08-01  danHave the fts5 integrity-check verify that doclist index...
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  danAdd "doclist index" records to the database. These...
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  danAdd a comment explaining why fts5 cannot cache "sorter...
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-31  danAdd further tests for the extension APIs with "ORDER...
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  danFix things so that the fts5 extension API works with...
2014-07-30  danAdd hidden column "rank". Currently this always returns...
2014-07-30  drhAdd a new sqlite3FaultSim() call to vdbePmaReaderSeek...
2014-07-30  drhMark some invariants in the vdbesort.c logic when SQLIT...
2014-07-30  drhAdd the "eForce" parameter to the sqlite3_multiplex_shu...
2014-07-30  drhMerge recent trunk changes, and especially the fix...
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...
next