]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-08-13  drhConvert the hint expression of the CursorHint opcode... cursor-hints-displayP4
2014-07-15  danAdd simple tests for new sqlite3BtreeCursorHint() funct...
2014-07-14  danIn the expression passed to sqlite3BtreeCursorHint...
2013-12-07  drhDo not allow cursor hints to use expressions containing...
2013-12-07  drhIf the SQLITE_ENABLE_CURSOR_HINTS macro is defined...
2013-12-07  drhIncrease the version number to 3.8.3.
2013-12-07  drhAt the start of each write transaction, check to see...
2013-12-07  drhBack out the new device capability. The determination... detect-moved-db
2013-12-07  drhActually look at i-node numbers to determine whether...
2013-12-06  drhPerformance optimization to the moveToRoot() subroutine...
2013-12-06  drhUse memcmp() instead of the BINARY collating function...
2013-12-06  drhRemove some commented-out code from sqlite3BtreeMovetoU...
2013-12-06  mistachkinAdd the SQLITE_READONLY_DBMOVED error code to the sqlit...
2013-12-06  drhOnly error out on a database file move when attempting...
2013-12-06  drhAdd code to detect if the database file is moved or...
2013-12-06  danVersion 3.8.2 version-3.8.2
2013-12-05  drhFix harmless compiler warnings and improve the MSVC...
2013-12-05  drhFix two potential (and apparently harmless) shift overf...
2013-12-03  mistachkinMake use of the CC nmake macro even when cross-compilin... memTests
2013-12-03  mistachkinFix harmless compiler warnings.
2013-12-03  mistachkinAdd memory subsystem related defines to the compile...
2013-12-03  drhRemove a branch in STAT4 logic that is no longer reacha...
2013-12-03  drhFix a possible (and probably harmless) uninitialized...
2013-12-03  danFix an alignment problem in the stat3/stat4 code affect...
2013-12-03  danFix a typo in fts3varint.test preventing the valgrind...
2013-12-03  danModify test file conflict2.test so that it works with...
2013-12-03  drhRemove an unnecessary branch from the UPDATE logic...
2013-12-03  danAdd a "database_may_be_corrupt" directive to test file...
2013-12-03  drhChange some unreachable test conditions to NEVER().
2013-12-03  drhFix a harmless compiler warning on MacOS.
2013-12-02  drhAnother #if SQLITE_VERSION_NUMBER macro in speedtest1...
2013-12-02  drhStill more #if SQLITE_VERSION_NUMBER macros in test...
2013-12-01  drhAdd some #if SQLITE_VERSION_NUMBER macros to test/speed...
2013-12-01  drhFix typos in the header comment on the sqlite3Atoi64...
2013-11-30  drhDetect a corrupt UnpackedRecord and return SQLITE_CORRU...
2013-11-29  drhChange the name of the CORRUPTIBLE macro to CORRUPT_DB.
2013-11-29  drhAdd a new sqlite3_test_control() that indicates that...
2013-11-28  danUpdate a few test cases to account for the new error...
2013-11-28  danRemove an assert() condition that may not be true if...
2013-11-28  danFix a test case in temptrigger.test so that it works...
2013-11-27  drhRemove unnecessary local variables from sqlite3VdbeExec...
2013-11-27  drhUpdate documentation of sqlite3_column() for clarity...
2013-11-27  mistachkinFix spelling typo in speedtest1.exe.
2013-11-27  drhFix some harmless compiler warnings in speedtest1.exe.
2013-11-27  drhAdditional test cases for skip-scan.
2013-11-27  drhMake sure the colWidth array is correctly initialized...
2013-11-27  drhLower the threshold for using skip-scan from 50 to...
2013-11-27  mistachkinAvoid using the GetVersionEx functions if they are...
2013-11-27  mistachkinAvoid using the GetVersionEx functions if they are... vs2013
2013-11-27  drhAdd additional test cases for skip-scan.
2013-11-27  drhAdd additional test cases and requirements evidence...
2013-11-26  drhMake sure the update hook is not invoked for WITHOUT...
2013-11-26  drhAdd requirements test cases for determining when an...
2013-11-26  drhChanging the CAST behavior of REAL values actually...
2013-11-26  danReduce the amount of code used to implement OP_SeekGe...
2013-11-26  drhFix a possible NULL pointer deference in the wordcount...
2013-11-26  drhChange tclsqlite3.c so that it never invokes ctype...
2013-11-26  drhDo not try to run the atof1.test test script on ARM...
2013-11-26  drhChange the REAL-to-INTEGER casting behavior so that...
2013-11-26  mistachkinBetter support for UTF-8 paths on Cygwin.
2013-11-25  mistachkinAdd SQLITE_CONFIG_WIN32_HEAPSIZE option to configure...
2013-11-25  drhChange a while-loop into a do-loop in sqlite3VdbeRecord...
2013-11-25  mistachkinClarify docs for the SQLITE_CONFIG_WIN32_HEAPSIZE option. winHeapSize
2013-11-25  drhRemove a NEVER() from a branch that is now reachable...
2013-11-25  drhOptimizations to the sqlite3BtreeMovetoUnpacked() routi...
2013-11-25  drhReturn an SQLITE_CORRUPT error if the content size... btree-optimization
2013-11-25  drhUses shifts rather than division for arithmetic on...
2013-11-25  drhOptimize the skipping of the payload size field when...
2013-11-25  drhArrange for sqlite3BtreeMovetoUnpacked() to always...
2013-11-25  drhMore optimizations to sqlite3BtreeMovetoUnpacked()...
2013-11-25  drhMore improvements to sqlite3BtreeMovetoUnpacked() perfo...
2013-11-25  drhPerformance improvements in sqlite3BtreeMovetoUnpacked().
2013-11-24  mistachkinBetter support for UTF-8 paths on Cygwin. cygUtf8
2013-11-24  drhAdd the --scratch parameter to speedtest1. Improved...
2013-11-24  drhThe MEMSYS5 algorithm does not have to return the block...
2013-11-23  drhA much simpler fix is to simply change MEMSYS5 so that... memsys5-performance
2013-11-23  drhAdd newlines at the end of some error messages in speed...
2013-11-23  drhReport errors from sqlite3_exec() and sqlite3_config...
2013-11-23  drhFix the order of parameters to SQLITE_CONFIG_PAGECACHE...
2013-11-23  mistachkinAdjust MSVC makefile to avoid using forward slashes...
2013-11-23  drhAdd the "speedtest1.exe" test program.
2013-11-23  mistachkinAdd experimental sqlite3_config option to control the...
2013-11-22  mistachkinFix harmless compiler warning.
2013-11-22  mistachkinMinor correction to the batch build tool for MSVC.
2013-11-21  drhFix a harmless clang warning in the command-line shell.
2013-11-21  drhSlight change to the --timer output on wordcount for...
2013-11-21  drhChanges some offset and amount parameters from "int...
2013-11-21  drhModify wordcount so that timer information appears...
2013-11-21  drhDo not reuse factored constants that might have had...
2013-11-21  drhFix the code generator to honor turning off constant...
2013-11-21  drhAdd the --timer option to the wordcount test program.
2013-11-21  drhRemove a test from sqlite3VdbeMemFromBtree() which...
2013-11-21  drhMake sure the OP_Next and OP_NextIfOpen opcodes are...
2013-11-21  drhWhen one or more arguments to a function are constants...
2013-11-21  drhRemove the obsolete TK_CONST_FUNC token type.
2013-11-21  drhAdd the ability to factor constant functions out of...
2013-11-21  drhAnother improvement to OP_Function and an improvement...
2013-11-21  drhA simple change to the OP_Function opcode improves...
2013-11-21  drhPerformance optimization to the OP_Next and OP_Prev...
2013-11-21  drhRefactor the OP_Column opcode to make it clearer and...
next