]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-11-17  drhExperimental changes for faster in-memory DB operation... memdb-opt
2016-11-17  drhChange the --enable-debug option on configure so that...
2016-11-17  drhDisable the query flattener optimization for SELECT...
2016-11-15  drhAdd a needed #include to speedtest1.c.
2016-11-15  drhChange the OP_Last opcode so that it is a no-op if...
2016-11-15  drhMake the VACUUM command about 9% faster by avoiding...
2016-11-14  drhAdd 8794 new test cases received from the OSS-FUZZ...
2016-11-14  drhFix a potential use-after-free error during parsing...
2016-11-14  drhEnhance fuzzcheck.c to accept database-specific configu...
2016-11-14  drhFix the ossfuzz.c test module so that it does not segfa...
2016-11-14  drhAvoid unnecessary calls to sqlite3ExprCacheAffinityChan...
2016-11-14  danFix an fts5 problem causing a crash in phrase queries...
2016-11-11  drhFix harmless compiler warnings in test code for MSVC.
2016-11-11  drhAvoid storing redundant fields in sorter records when...
2016-11-11  drhEnhance the OP_IdxInsert opcode so that it can used...
2016-11-11  danMerge trunk with this branch. sorter-opt
2016-11-11  drhRemove obselete and unused logic in the update code... unpacked-IdxInsert
2016-11-11  danReenable the SQLITE_EXPR_REF optimization for "SELECT...
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  danAvoid storing redundant fields in sorter records when...
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...
next