2017-07-13 |
drh | Fix an incorrect type signature for the loadable extens... bind-pointer |
commit | commitdiff | tree |
2017-07-13 |
drh | Add the three new pointer interfaces to the loadable... |
commit | commitdiff | tree |
2017-07-13 |
drh | Update the FTS3 extension to use sqlite3_result_pointer... |
commit | commitdiff | tree |
2017-07-13 |
drh | Merge the latest changes from trunk. |
commit | commitdiff | tree |
2017-07-12 |
drh | Smaller and faster implementation for vdbeFreeOpArray... |
commit | commitdiff | tree |
2017-07-12 |
drh | Fix harmless compiler warnings about incomplete structu... |
commit | commitdiff | tree |
2017-07-12 |
drh | Remove unnecessary EP_Leaf settings on the Expr object. |
commit | commitdiff | tree |
2017-07-12 |
drh | The EP_Resolved flag on the Expr object is not required... |
commit | commitdiff | tree |
2017-07-12 |
drh | Clarification and simplification and result column... |
commit | commitdiff | tree |
2017-07-12 |
dan | Fix a problem in an lsmtest test case caused by writing... |
commit | commitdiff | tree |
2017-07-12 |
drh | Compile cleanly with SQLITE_OMIT_UTF16. |
commit | commitdiff | tree |
2017-07-11 |
dan | In lsm, attempt to unmap the database file before trunc... |
commit | commitdiff | tree |
2017-07-11 |
dan | Simplify the way in which the database file is truncate... |
commit | commitdiff | tree |
2017-07-11 |
drh | Fix harmless compiler warnings in the core. |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Make win32GetTimeOfDay() in the lsm1 test code more... |
commit | commitdiff | tree |
2017-07-11 |
drh | Enabled the new sqlite3_prepare_v3() and sqlite3_prepar... |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix a whitespace alignment issue in lsm1. |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix more harmless compiler warnings in lsm1, seen with... |
commit | commitdiff | tree |
2017-07-11 |
mistachkin | Fix harmless compiler warnings seen with MSVC for lsm1. |
commit | commitdiff | tree |
2017-07-11 |
drh | Add support for tab-completion (using the ext/misc... |
commit | commitdiff | tree |
2017-07-11 |
drh | Change the src/shell.c file so that it is generated... |
commit | commitdiff | tree |
2017-07-11 |
drh | Fix a backup2 test case so that it works on FreeBSD. |
commit | commitdiff | tree |
2017-07-11 |
drh | Add the "phase" output column on the COMPLETION table... |
commit | commitdiff | tree |
2017-07-11 |
drh | The COMPLETION virtual table now looks at the names... |
commit | commitdiff | tree |
2017-07-11 |
drh | Incomplete implementation of the COMPLETION table-value... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Fix harmless compiler warnings in lsmtest. |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix errors in comments in the STMT virtual table. ... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Minor cleanup and refactoring of the Win32 VFS for... |
commit | commitdiff | tree |
2017-07-10 |
drh | Another spelling error in the README.md file. |
commit | commitdiff | tree |
2017-07-10 |
drh | Spelling error in README.md |
commit | commitdiff | tree |
2017-07-10 |
drh | Yet another typo in README.md |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix another README.md typo. |
commit | commitdiff | tree |
2017-07-10 |
drh | Fix an obsolete statement about Lemon in the README... |
commit | commitdiff | tree |
2017-07-10 |
mistachkin | Cleanup header usage in lsmtest for files that require... |
commit | commitdiff | tree |
2017-07-10 |
drh | Updates to the repository README.md file. |
commit | commitdiff | tree |
2017-07-10 |
dan | In LSM, avoid calling the VFS xTestLock method to test... |
commit | commitdiff | tree |
2017-07-10 |
drh | Add the "--newlines" option to the ".dump" command... |
commit | commitdiff | tree |
2017-07-10 |
drh | When multiple constraints need to be evaluated for... |
commit | commitdiff | tree |
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 | Merge recent enhancements from trunk. |
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 | Update the carray() and remember() extension functions... |
commit | commitdiff | tree |
2017-06-30 |
drh | Add APIs for binding pointers that can be used by app... |
commit | commitdiff | tree |
2017-06-30 |
drh | Improved documentation for sqlite3_value_type(). |
commit | commitdiff | tree |
next |