]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-07-13  drhFix an incorrect type signature for the loadable extens... bind-pointer
2017-07-13  drhAdd the three new pointer interfaces to the loadable...
2017-07-13  drhUpdate the FTS3 extension to use sqlite3_result_pointer...
2017-07-13  drhMerge the latest changes from trunk.
2017-07-12  drhSmaller and faster implementation for vdbeFreeOpArray...
2017-07-12  drhFix harmless compiler warnings about incomplete structu...
2017-07-12  drhRemove unnecessary EP_Leaf settings on the Expr object.
2017-07-12  drhThe EP_Resolved flag on the Expr object is not required...
2017-07-12  drhClarification and simplification and result column...
2017-07-12  danFix a problem in an lsmtest test case caused by writing...
2017-07-12  drhCompile cleanly with SQLITE_OMIT_UTF16.
2017-07-11  danIn lsm, attempt to unmap the database file before trunc...
2017-07-11  danSimplify the way in which the database file is truncate...
2017-07-11  drhFix harmless compiler warnings in the core.
2017-07-11  mistachkinMake win32GetTimeOfDay() in the lsm1 test code more...
2017-07-11  drhEnabled the new sqlite3_prepare_v3() and sqlite3_prepar...
2017-07-11  mistachkinFix a whitespace alignment issue in lsm1.
2017-07-11  mistachkinFix more harmless compiler warnings in lsm1, seen with...
2017-07-11  mistachkinFix harmless compiler warnings seen with MSVC for lsm1.
2017-07-11  drhAdd support for tab-completion (using the ext/misc...
2017-07-11  drhChange the src/shell.c file so that it is generated...
2017-07-11  drhFix a backup2 test case so that it works on FreeBSD.
2017-07-11  drhAdd the "phase" output column on the COMPLETION table...
2017-07-11  drhThe COMPLETION virtual table now looks at the names...
2017-07-11  drhIncomplete implementation of the COMPLETION table-value...
2017-07-10  mistachkinFix harmless compiler warnings in lsmtest.
2017-07-10  drhFix errors in comments in the STMT virtual table. ...
2017-07-10  mistachkinMinor cleanup and refactoring of the Win32 VFS for...
2017-07-10  drhAnother spelling error in the README.md file.
2017-07-10  drhSpelling error in README.md
2017-07-10  drhYet another typo in README.md
2017-07-10  drhFix another README.md typo.
2017-07-10  drhFix an obsolete statement about Lemon in the README...
2017-07-10  mistachkinCleanup header usage in lsmtest for files that require...
2017-07-10  drhUpdates to the repository README.md file.
2017-07-10  danIn LSM, avoid calling the VFS xTestLock method to test...
2017-07-10  drhAdd the "--newlines" option to the ".dump" command...
2017-07-10  drhWhen multiple constraints need to be evaluated for...
2017-07-10  drhAdditional debugging Noop-comment in the constraint... defer-where-subqueries
2017-07-10  drhSmall performance optimization in sqlite3WhereExprUsage().
2017-07-10  danFix another problem on this branch.
2017-07-10  danFix a problem causing non-covered WHERE terms to be...
2017-07-10  danWhen testing non-indexed WHERE constraints, test those...
2017-07-10  drhFor sqlite3TreeView() debugging output, show the Expr...
2017-07-10  drhUpdate error message text for standard error codes...
2017-07-10  drhRemove the error message text from disused error codes...
2017-07-09  drhAlways make "column%d" column-names 1-based, never...
2017-07-09  drhMake sure the columns of a VALUES() clause are named...
2017-07-08  drhAdd the --icc, --gcc7, and --orm options to the speed...
2017-07-07  drhBasic test cases for PRAGMA secure_delete=FAST.
2017-07-07  mistachkinFix comment in the Win32 VFS for lsm1.
2017-07-07  mistachkinFor lsmtest, use a more portable means of setting open...
2017-07-07  mistachkinAdjust copy_file() lsmtest function so it works properl...
2017-07-07  drhAdd the "PRAGMA secure_delete=FAST" option, which overw...
2017-07-07  drhChange the error message text for SQLITE_ERROR to omit...
2017-07-07  mistachkinFix typos in Win32 VFS for lsm1.
2017-07-07  mistachkinFix the memcpy calls in the lsmWin32OsShmMap function...
2017-07-07  mistachkinEnhance the MSVC makefile 'clean' target to handle...
2017-07-07  mistachkinAdd support for LSM_DEBUG to the MSVC makefile for...
2017-07-07  drhIn the command-line shell, when running ".schema" give...
2017-07-07  mistachkinFix the usleep() macro in the Win32 test code for lsm1.
2017-07-07  drhAdd new PRAGMAs: "function_list", "module_list", and...
2017-07-07  drhAdd the "Pragma_list" pragma. Put all three pragmas... list-pragmas
2017-07-07  mistachkinImprove clarity in the Win32 VFS for lsm1.
2017-07-07  mistachkinAdd support for LSM_DEBUG_MEM to the MSVC makefile...
2017-07-07  danRemove a block from the Win32 VFS for lsm1 that is...
2017-07-07  danIn lsmtest, use an empty string instead of ":memory...
2017-07-07  mistachkinRemove a block from the Win32 VFS for lsm1 that is...
2017-07-07  mistachkinMemory reallocation fix for the Win32 VFS for lsm1.
2017-07-07  drhEnhance the sqlite3VdbeMultiLoad() interface to automat...
2017-07-07  drhAdd new pragmas: "function_list" and "module_list"
2017-07-07  drhMerge recent enhancements from trunk.
2017-07-07  drhExploit the fact that Expr.pRight and Expr.x are never...
2017-07-07  drhMore efficient and compact implementation of walkExpr().
2017-07-07  drhMore aggressive use of EP_Leaf on expression nodes...
2017-07-07  drhVery slightly smaller and faster sqlite3WalkSelect().
2017-07-06  drhSmall adjustment to main.mk that facilitates giving...
2017-07-06  drhChange the (machine-generated) keywordhash.h file to...
2017-07-06  drhMore compact implementation of the typeof() SQL function.
2017-07-06  drhAvoid unnecessary upper-to-lower case conversion for...
2017-07-06  drhSmall size reduction in findCollSeqEntry().
2017-07-06  drhAvoid unnecessary calls to sqlite3GetCollSeq() for...
2017-07-06  drhSlightly more compact implementation of the byte-code...
2017-07-06  drhSmall performance increase in sqlite3SrcListAppend().
2017-07-05  drhMake the hash table implementation a little smaller...
2017-07-05  danHave fts3 virtual table cursors free internal resources...
2017-07-05  danFix a problem in lsmtest causing one test to fail for...
2017-07-04  drhAdd the count-of-view optimization when compiled using
2017-07-04  danFix further OOM handling cases in LSM.
2017-07-04  danFix a couple of problems in handling OOM conditions...
2017-07-04  drhFix a problem in the lempar.c Lemon template for YYSTAC...
2017-07-03  drhFix compiler warnings in LSM1, especially in the test...
2017-07-03  danFix a bug in lsm queries on levels undergoing increment...
2017-07-03  drhAttempt to improve documentation on sqlite3_column_...
2017-07-03  danAdd more tests for LSM log file recovery. Fix a problem...
2017-07-01  danFix a memory management problem in lsm log recovery...
2017-07-01  drhEnhance the RTree module to detect node truncation...
2017-06-30  drhUpdate the carray() and remember() extension functions...
2017-06-30  drhAdd APIs for binding pointers that can be used by app...
2017-06-30  drhImproved documentation for sqlite3_value_type().
next