]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-11-11  drhRemove obselete and unused logic in the update code... unpacked-IdxInsert
2016-11-11  drhMerge enhancements and bug-fixes from trunk.
2016-11-11  danFix a problem with switching from wal to rollback mode...
2016-11-11  drhAdd the test/ossfuzz.c interface adaptor for OSS-FUZZ...
2016-11-11  danHandle some obscure "row value misused" cases that...
2016-11-11  drhBack out the "--raw" option on ".read" in the command...
2016-11-11  danAdd extra tests for the xBestIndex() virtual table...
2016-11-11  mistachkinIn the command line shell, avoid using utf8_printf...
2016-11-11  drhAdd the --raw option to the ".read" dot-command of...
2016-11-11  drhTake care not to try to generate code for the ATTACH...
2016-11-10  drhAvoid a few unnecessary calls to sqlite3BtreeMovetoUnpa...
2016-11-10  drhWhen doing a REPLACE on a WITHOUT ROWID table with...
2016-11-10  drhRemove C++ style comments. No code changes.
2016-11-10  drhAdd the unpacked key fields to OP_IdxInsert for INSERT...
2016-11-09  drhComment changes that attempt to better explain the...
2016-11-09  drhFix a simple comment typo. No changes to code.
2016-11-09  mistachkinFix typo in the CSV extension.
2016-11-09  drhMake use of the unpacked key on the OP_IdxInsert on...
2016-11-09  drhFix a typo on the OP_IdxInsert documentation. No code...
2016-11-09  drhAdd a DISTINCT query to speedtest1.c. Also change...
2016-11-09  drhRemove the "experimental" marking from the sqlite3_preu...
2016-11-09  drhEnhance the OP_IdxInsert opcode to optionally accept...
2016-11-08  danAvoid superfluous cursor seeks in "INSERT OR REPLACE...
2016-11-08  drhAvoid generating OP_TableLock unnecessary instructions...
2016-11-08  drhFix the speedtest1.c test program so that it gives...
2016-11-08  drhTweaks to speedtest1.c to better reflect mobile usage...
2016-11-07  drhFix OOM error reporting in the json1_group_object(...
2016-11-07  drhReplace some unreachable branches from the JSON1 extens...
2016-11-07  drhFix the JSON1 extension so that the JSON validator...
2016-11-04  danAvoid a crash that can occur after an obscure OOM in...
2016-11-04  drhMark the ICU extension functions as deterministic.
2016-11-04  drhAdd an assert() to silence a coverity false-positive.
2016-11-04  danFix a test case in vacuum5.test so that it works with...
2016-11-03  mistachkinReplace a couple more references to Tcl 8.5 in the...
2016-11-03  danFix a test case in vacuum5.test sot aht it works with
2016-11-03  danFix a test case in vacuum5.test so that it works with...
2016-11-03  drhIn the command-line shell, fix the .imposter command...
2016-11-03  drhAdd the ".imposter" command to the command-line shell.
2016-11-03  drhFix an possible NULL pointer deference in the command...
2016-11-02  drhAdjust the MSVC makefile to use Tcl8.6 by default.
2016-11-02  danFix an issue that was causing the new database image...
2016-11-02  drhFix a requirement mark. No changes to code.
2016-11-02  drhUse NOT NULL partial indexes when the query is constrai...
2016-10-31  danAdd the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconf...
2016-10-31  danAdd the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconf... no-ckpt-on-close
2016-10-27  danRemove the mutex from test_multiplex.c.
2016-10-27  drhMake sure left-join markings are transferred to the...
2016-10-26  drhSmall size reduction and performance enhancement in...
2016-10-26  drhSmall size reduction and performance improvement in...
2016-10-26  danIf all branches of an OR optimize scan that is the...
2016-10-26  danIf all branches of an OR optimize scan that is the... leftjoin-or-fix
2016-10-26  drhMerge the SQLITE_ENABLE_URI_00_ERROR compile-time option.
2016-10-26  danAdd extra tests to check the result of including a... uri-00-error
2016-10-26  danAdd compile time option SQLITE_ENABLE_URI_00_ERROR...
2016-10-25  danAdd test case to demonstrate a "BEGIN EXCLUSIVE" comman...
2016-10-24  drhPerformance optimization in moveToRoot(). Avoid repeate...
2016-10-22  drhIn the sessions module, avoid recording a change if...
2016-10-21  danIn the sessions module, avoid recording a change if... sessions-fix
2016-10-21  drhAdd ".mode quote" to the command-line shell.
2016-10-21  danAvoid using the "direct overflow read" optimization...
2016-10-21  danIf SQLITE_DIRECT_OVERFLOW_READ is defined at compile...
2016-10-20  danAdd test case to incrblob4.test. No changes to code.
2016-10-18  drhMinor simplification of the comparison opcodes.
2016-10-18  drhFix harmless uninitialized variable warnings in speedte...
2016-10-18  drhAdd the --repeat option to speedtest1.c and speed-check.sh.
2016-10-17  mistachkinEscape non-ASCII character from an ICU extension comment.
2016-10-17  mistachkinCorrections to a couple recently added 'filectrl.test...
2016-10-17  danChanges to support interrupting a checkpoint using...
2016-10-17  drhSmall size reduction and performance increase in the...
2016-10-15  drhAdd documentation for the OP_SorterInsert opcode, forme...
2016-10-15  danAdd test case to hook.test. No changes to non-test...
2016-10-14  mistachkinAdd the SQLITE_FCNTL_WIN32_GET_HANDLE file control.
2016-10-14  drhBump the version number in anticipation of the next...
2016-10-14  drhVersion 3.15.0 version-3.15.0
2016-10-13  drhTake care to avoid integer overflow when doing the...
2016-10-12  drhAvoid reading the -1-th element of an array in the...
2016-10-12  drhAdd to sqlite3_analyzer command-line options --version...
2016-10-12  drhNew testcase() macros to ensure coverage of the ORDER...
2016-10-12  danFix a problem affecting queries that match the pattern...
2016-10-10  danRemove a stray line from session4.test causing a memory...
2016-10-10  danWhen handling ORDER BY expressions, do not assume all...
2016-10-10  drhMake sure indexes on expressions skip over initial...
2016-10-10  danFix a case in which the rtree module was ignoring an...
2016-10-08  danUpdate test/trace3.test to account for the fact that...
2016-10-08  drhCorrections to Lemon documentation. No SQLite changes.
2016-10-08  danAdd missing "static" to internal function whereRangeVec...
2016-10-08  danUpdates to the tool/warnings.sh script to make it easie...
2016-10-05  danFix some compiler warnings in fts5.
2016-10-05  drhFix harmless compiler warnings.
2016-10-05  danAdd a test case for the fix in [a596b7c6cc].
2016-10-05  drhDo not set MEM_Blob unless the appropriate fields of...
2016-10-05  drhFix the backup_malloc.test script so that it works...
2016-10-04  drhFix a problem with the lempar.c parser template.
2016-10-04  drhDo not bother to initialize unused fields in the BtreeP...
2016-10-03  drhAllow deterministic functions in the WHERE clause of...
2016-10-03  drhSize and performance optimizations on the sqlite3ExprAs...
2016-10-03  drhAvoid unnecessary strlen() calls in sqlite3ExprAssignVa...
2016-10-03  drhAvoid unnecessary memset() calls in the query optimizer.
2016-10-03  drhFix an obsolete comment on a variable definition in...
2016-10-03  drhMake sure the sqlite_sequence table is updated when...
next