2017-07-10 |
drh | Additional debugging Noop-comment in the constraint... defer-where-subqueries |
commit | commitdiff | tree |
2017-07-10 |
drh | Small performance optimization in sqlite3WhereExprUsage(). |
commit | commitdiff | tree |
2017-07-10 |
dan | Fix another problem on this branch. |
commit | commitdiff | tree |
2017-07-10 |
dan | Fix a problem causing non-covered WHERE terms to be... |
commit | commitdiff | tree |
2017-07-10 |
dan | When testing non-indexed WHERE constraints, test those... |
commit | commitdiff | tree |
2017-07-10 |
drh | For sqlite3TreeView() debugging output, show the Expr... |
commit | commitdiff | tree |
2017-07-10 |
drh | Update error message text for standard error codes... |
commit | commitdiff | tree |
2017-07-10 |
drh | Remove the error message text from disused error codes... |
commit | commitdiff | tree |
2017-07-09 |
drh | Always make "column%d" column-names 1-based, never... |
commit | commitdiff | tree |
2017-07-09 |
drh | Make sure the columns of a VALUES() clause are named... |
commit | commitdiff | tree |
2017-07-08 |
drh | Add the --icc, --gcc7, and --orm options to the speed... |
commit | commitdiff | tree |
2017-07-07 |
drh | Basic test cases for PRAGMA secure_delete=FAST. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix comment in the Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | For lsmtest, use a more portable means of setting open... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Adjust copy_file() lsmtest function so it works properl... |
commit | commitdiff | tree |
2017-07-07 |
drh | Add the "PRAGMA secure_delete=FAST" option, which overw... |
commit | commitdiff | tree |
2017-07-07 |
drh | Change the error message text for SQLITE_ERROR to omit... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix typos in Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix the memcpy calls in the lsmWin32OsShmMap function... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Enhance the MSVC makefile 'clean' target to handle... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Add support for LSM_DEBUG to the MSVC makefile for... |
commit | commitdiff | tree |
2017-07-07 |
drh | In the command-line shell, when running ".schema" give... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Fix the usleep() macro in the Win32 test code for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
drh | Add new PRAGMAs: "function_list", "module_list", and... |
commit | commitdiff | tree |
2017-07-07 |
drh | Add the "Pragma_list" pragma. Put all three pragmas... list-pragmas |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Improve clarity in the Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Add support for LSM_DEBUG_MEM to the MSVC makefile... |
commit | commitdiff | tree |
2017-07-07 |
dan | Remove a block from the Win32 VFS for lsm1 that is... |
commit | commitdiff | tree |
2017-07-07 |
dan | In lsmtest, use an empty string instead of ":memory... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Remove a block from the Win32 VFS for lsm1 that is... |
commit | commitdiff | tree |
2017-07-07 |
mistachkin | Memory reallocation fix for the Win32 VFS for lsm1. |
commit | commitdiff | tree |
2017-07-07 |
drh | Enhance the sqlite3VdbeMultiLoad() interface to automat... |
commit | commitdiff | tree |
2017-07-07 |
drh | Add new pragmas: "function_list" and "module_list" |
commit | commitdiff | tree |
2017-07-07 |
drh | Exploit the fact that Expr.pRight and Expr.x are never... |
commit | commitdiff | tree |
2017-07-07 |
drh | More efficient and compact implementation of walkExpr(). |
commit | commitdiff | tree |
2017-07-07 |
drh | More aggressive use of EP_Leaf on expression nodes... |
commit | commitdiff | tree |
2017-07-07 |
drh | Very slightly smaller and faster sqlite3WalkSelect(). |
commit | commitdiff | tree |
2017-07-06 |
drh | Small adjustment to main.mk that facilitates giving... |
commit | commitdiff | tree |
2017-07-06 |
drh | Change the (machine-generated) keywordhash.h file to... |
commit | commitdiff | tree |
2017-07-06 |
drh | More compact implementation of the typeof() SQL function. |
commit | commitdiff | tree |
2017-07-06 |
drh | Avoid unnecessary upper-to-lower case conversion for... |
commit | commitdiff | tree |
2017-07-06 |
drh | Small size reduction in findCollSeqEntry(). |
commit | commitdiff | tree |
2017-07-06 |
drh | Avoid unnecessary calls to sqlite3GetCollSeq() for... |
commit | commitdiff | tree |
2017-07-06 |
drh | Slightly more compact implementation of the byte-code... |
commit | commitdiff | tree |
2017-07-06 |
drh | Small performance increase in sqlite3SrcListAppend(). |
commit | commitdiff | tree |
2017-07-05 |
drh | Make the hash table implementation a little smaller... |
commit | commitdiff | tree |
2017-07-05 |
dan | Have fts3 virtual table cursors free internal resources... |
commit | commitdiff | tree |
2017-07-05 |
dan | Fix a problem in lsmtest causing one test to fail for... |
commit | commitdiff | tree |
2017-07-04 |
drh | Add the count-of-view optimization when compiled using |
commit | commitdiff | tree |
2017-07-04 |
dan | Fix further OOM handling cases in LSM. |
commit | commitdiff | tree |
2017-07-04 |
dan | Fix a couple of problems in handling OOM conditions... |
commit | commitdiff | tree |
2017-07-04 |
drh | Fix a problem in the lempar.c Lemon template for YYSTAC... |
commit | commitdiff | tree |
2017-07-03 |
drh | Fix compiler warnings in LSM1, especially in the test... |
commit | commitdiff | tree |
2017-07-03 |
dan | Fix a bug in lsm queries on levels undergoing increment... |
commit | commitdiff | tree |
2017-07-03 |
drh | Attempt to improve documentation on sqlite3_column_... |
commit | commitdiff | tree |
2017-07-03 |
dan | Add more tests for LSM log file recovery. Fix a problem... |
commit | commitdiff | tree |
2017-07-01 |
dan | Fix a memory management problem in lsm log recovery... |
commit | commitdiff | tree |
2017-07-01 |
drh | Enhance the RTree module to detect node truncation... |
commit | commitdiff | tree |
2017-06-30 |
drh | Improved documentation for sqlite3_value_type(). |
commit | commitdiff | tree |
2017-06-30 |
mistachkin | Add some assert() statements in the Win32 interface... |
commit | commitdiff | tree |
2017-06-30 |
mistachkin | Fix some minor typos in lsm1. |
commit | commitdiff | tree |
2017-06-30 |
dan | Avoid constantly freeing and reallocing small internal... |
commit | commitdiff | tree |
2017-06-29 |
drh | In the command-line shell, add the -quote option to... |
commit | commitdiff | tree |
2017-06-29 |
drh | Remove the ".explain" command from the ".help" output... |
commit | commitdiff | tree |
2017-06-29 |
drh | Some simple tests for the STMT virtual table. |
commit | commitdiff | tree |
2017-06-29 |
dan | Avoid reading or writing the 32 locking bytes at the... |
commit | commitdiff | tree |
2017-06-29 |
dan | Avoid reading or writing the 32 locking bytes at the... lsm-metapage-fix |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Fix issues in the POSIX and Win32 interfaces for lsm1. |
commit | commitdiff | tree |
2017-06-29 |
drh | Edit comments in sqlite.h.in used for generating docume... |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | More updates to the Win32 interface for lsm1. |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Correct typo in the Win32 interface for lsm1. |
commit | commitdiff | tree |
2017-06-29 |
drh | Add interfaces sqlite3_prepare_v3() and sqlite3_prepare... |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Further corrections to the Win32 interface for lsm1. |
commit | commitdiff | tree |
2017-06-29 |
drh | Rename the "stmts" virtual table to just "stmt" without... |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | A couple fixes for the Win32 interface for lsm1. |
commit | commitdiff | tree |
2017-06-29 |
drh | Add the stmts virtual table to testfixture builds.... |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Compilation fix for lsm1 using MSVC. |
commit | commitdiff | tree |
2017-06-29 |
drh | Add the LSM1 extension. |
commit | commitdiff | tree |
2017-06-29 |
drh | Add the "stmts" virtual table to the amalgamation,... |
commit | commitdiff | tree |
2017-06-29 |
drh | The query planner examines the values of bound paramete... |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Implement xUnlink, xShmMap, and xShmUnmap for lsm1... lsm-vtab |
commit | commitdiff | tree |
2017-06-29 |
drh | Add the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTAT... stmts-vtab |
commit | commitdiff | tree |
2017-06-29 |
drh | Fix the exprCompareVariable() routine so that it works... partial-index-variables |
commit | commitdiff | tree |
2017-06-29 |
mistachkin | Implement xRemap for lsm1 on Win32. Also, zero file... |
commit | commitdiff | tree |
2017-06-28 |
drh | Alternative implementation of exprCompareVariable(... |
commit | commitdiff | tree |
2017-06-28 |
mistachkin | Implement xLock and xTestLock for lsm1 on Win32. |
commit | commitdiff | tree |
2017-06-28 |
drh | Make the query planners use of partial indexes based... |
commit | commitdiff | tree |
2017-06-28 |
drh | Merge the in the latest enhancements from trunk. |
commit | commitdiff | tree |
2017-06-28 |
drh | Incorporate recent trunk changes. prepare_v3 |
commit | commitdiff | tree |
2017-06-28 |
drh | Build the "stmts" virtual table into the amalgamation... |
commit | commitdiff | tree |
2017-06-28 |
drh | Fix harmless compiler warnings in the CSV extension. |
commit | commitdiff | tree |
2017-06-28 |
drh | Faster parser stack overflow detection. |
commit | commitdiff | tree |
2017-06-28 |
drh | Minor tweak to the SQL grammar to make the parser table... |
commit | commitdiff | tree |
2017-06-28 |
drh | In the lemon-generated parser, store the number of... |
commit | commitdiff | tree |
2017-06-28 |
drh | In the lemon-generated parser, automatically promote... |
commit | commitdiff | tree |
2017-06-28 |
drh | Simplify error handling logic in sqlite3_exec() to... |
commit | commitdiff | tree |
2017-06-28 |
drh | Minor code simplification in the ALTER TABLE logic. |
commit | commitdiff | tree |
2017-06-28 |
drh | Avoid an unnecessary call to sqlite3XPrintf() in the... |
commit | commitdiff | tree |
2017-06-27 |
drh | Add SQLITE_DBCONFIG_ENABLE_QPSG that forces the query... |
commit | commitdiff | tree |
2017-06-27 |
mistachkin | Improve a local variable name. |
commit | commitdiff | tree |
next |