]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-21  mistachkinFor sqlite3_win32_is_nt(), assume WinRT is NT-based.
2014-08-21  drhMerge all recent trunk changes, especially the fix for
2014-08-21  drhFix a faulty assert() statement. Add comments to clari...
2014-08-20  drhIncrease the version number to 3.8.7
2014-08-20  drhEnhancements to skip-scan such that it is operable...
2014-08-20  drhA small performance improvement in freeSpace() by speci...
2014-08-20  drhReimplement the freeSpace() routine in btree.c so that...
2014-08-20  drhRefactor local variable names in the freeSpace() routin...
2014-08-20  drhSize reduction and performance improvements in btree...
2014-08-20  drhAdd SQLITE_API macros in front of interface routines...
2014-08-20  drhChange an assert() added by the previous commit into... btree-speedup
2014-08-20  drhFurther size reduction and performance improvement...
2014-08-20  danFix a typo in the showdb usage message.
2014-08-20  drhMinor performance improvement and size reduction for...
2014-08-19  drhModify the memsubsys1-3.1.4 test so that it does not...
2014-08-19  drhA better fix for the sqlite3_trace() problem.
2014-08-19  drhMake sure the sqlite3_trace() callback is invoked,...
2014-08-19  drhImprovements to output formatting with the ".trace...
2014-08-19  danMinor changes to do with the Tcl tea extension package...
2014-08-19  drhDisable the hook-7.5.2 tests when using sessions, since...
2014-08-19  drhImproved response to error conditions in the ".session...
2014-08-18  drhFix the autoconf and MSVC makefiles so that they constr...
2014-08-18  drhFix a harmless compiler warning in the sessionAppendDel...
2014-08-18  drhAdd the "changeset" command-line tool for analyzing...
2014-08-18  drhA reasonably complete implementation of the "changeset... sessions_from_cli
2014-08-18  danAdd an "automerge=0" mode that disables auto-merging...
2014-08-18  drhAdd the "changeset" command-line utility for getting...
2014-08-18  danAdd miscellaneous test cases to improve coverage of...
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  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
next