]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  drhImproved documentation for sqlite3_value_type().
2017-06-30  mistachkinAdd some assert() statements in the Win32 interface...
2017-06-30  mistachkinFix some minor typos in lsm1.
2017-06-30  danAvoid constantly freeing and reallocing small internal...
2017-06-29  drhIn the command-line shell, add the -quote option to...
2017-06-29  drhRemove the ".explain" command from the ".help" output...
2017-06-29  drhSome simple tests for the STMT virtual table.
2017-06-29  danAvoid reading or writing the 32 locking bytes at the...
2017-06-29  danAvoid reading or writing the 32 locking bytes at the... lsm-metapage-fix
2017-06-29  mistachkinFix issues in the POSIX and Win32 interfaces for lsm1.
2017-06-29  drhEdit comments in sqlite.h.in used for generating docume...
2017-06-29  mistachkinMore updates to the Win32 interface for lsm1.
2017-06-29  mistachkinCorrect typo in the Win32 interface for lsm1.
2017-06-29  drhAdd interfaces sqlite3_prepare_v3() and sqlite3_prepare...
2017-06-29  mistachkinFurther corrections to the Win32 interface for lsm1.
2017-06-29  drhRename the "stmts" virtual table to just "stmt" without...
2017-06-29  mistachkinA couple fixes for the Win32 interface for lsm1.
2017-06-29  drhAdd the stmts virtual table to testfixture builds....
2017-06-29  mistachkinCompilation fix for lsm1 using MSVC.
2017-06-29  drhAdd the LSM1 extension.
2017-06-29  drhAdd the "stmts" virtual table to the amalgamation,...
2017-06-29  drhThe query planner examines the values of bound paramete...
2017-06-29  mistachkinImplement xUnlink, xShmMap, and xShmUnmap for lsm1... lsm-vtab
2017-06-29  drhAdd the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTAT... stmts-vtab
2017-06-29  drhFix the exprCompareVariable() routine so that it works... partial-index-variables
2017-06-29  mistachkinImplement xRemap for lsm1 on Win32. Also, zero file...
2017-06-28  drhAlternative implementation of exprCompareVariable(...
2017-06-28  mistachkinImplement xLock and xTestLock for lsm1 on Win32.
2017-06-28  drhMake the query planners use of partial indexes based...
2017-06-28  drhMerge the in the latest enhancements from trunk.
2017-06-28  drhIncorporate recent trunk changes. prepare_v3
2017-06-28  drhBuild the "stmts" virtual table into the amalgamation...
2017-06-28  drhFix harmless compiler warnings in the CSV extension.
2017-06-28  drhFaster parser stack overflow detection.
2017-06-28  drhMinor tweak to the SQL grammar to make the parser table...
2017-06-28  drhIn the lemon-generated parser, store the number of...
2017-06-28  drhIn the lemon-generated parser, automatically promote...
2017-06-28  drhSimplify error handling logic in sqlite3_exec() to...
2017-06-28  drhMinor code simplification in the ALTER TABLE logic.
2017-06-28  drhAvoid an unnecessary call to sqlite3XPrintf() in the...
2017-06-27  drhAdd SQLITE_DBCONFIG_ENABLE_QPSG that forces the query...
2017-06-27  mistachkinImprove a local variable name.
next