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 |
2017-06-27 |
mistachkin | Initial work on porting lsmtest to Win32. |
commit | commitdiff | tree |
2017-06-27 |
mistachkin | Implement xFullpath for Win32. |
commit | commitdiff | tree |
2017-06-27 |
dan | Fix a virtual table problem that can occur when the... |
commit | commitdiff | tree |
2017-06-27 |
mistachkin | Minor corrections to the previous check-in. |
commit | commitdiff | tree |
2017-06-27 |
mistachkin | Work in progress porting lsm1 to Win32. |
commit | commitdiff | tree |
2017-06-26 |
drh | Add the -withoutnulls option to the "db eval" method... |
commit | commitdiff | tree |
2017-06-26 |
drh | The ".import" command of the shell, and the csv virtual... |
commit | commitdiff | tree |
2017-06-26 |
drh | Make sure sqlite3VdbeSetVarmask() is never invoked... enable-QPSG |
commit | commitdiff | tree |
2017-06-26 |
drh | Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate... |
commit | commitdiff | tree |
2017-06-26 |
dan | Remove an invalid assert() from lsm test code. |
commit | commitdiff | tree |
2017-06-26 |
dan | Fix another problem with multi-threaded mode in the... |
commit | commitdiff | tree |
2017-06-26 |
dan | Update a test case to reflect the fact that the lsm... |
commit | commitdiff | tree |
2017-06-26 |
dan | Fix some compiler warnings in lsm_file.c. |
commit | commitdiff | tree |
2017-06-24 |
drh | Disable shell tests for the .schema command if virtual... |
commit | commitdiff | tree |
2017-06-24 |
dan | Consider the values bound to SQL variables when determi... |
commit | commitdiff | tree |
2017-06-24 |
drh | Make sure the config.h header is included by ctime... |
commit | commitdiff | tree |
2017-06-24 |
drh | Query planner tuning: When deciding between two plans... |
commit | commitdiff | tree |
2017-06-24 |
drh | Make sure enough memory is allocated for pathological... |
commit | commitdiff | tree |
2017-06-23 |
dan | When generating individual loops for each ORed term... |
commit | commitdiff | tree |
2017-06-22 |
dan | When generating individual loops for each ORed term... or-optimization |
commit | commitdiff | tree |
2017-06-21 |
drh | Enable pragma virtual tables for the integrity_check... |
commit | commitdiff | tree |
2017-06-20 |
drh | Rename the azCompileOpt global constant to avoid a... |
commit | commitdiff | tree |
2017-06-20 |
dan | Ensure that the query planner knows that any column... |
commit | commitdiff | tree |
2017-06-17 |
drh | Fix a missing comma in the previous check-in. |
commit | commitdiff | tree |
2017-06-17 |
dan | Rework the code in ctime.c a bit to report on more... |
commit | commitdiff | tree |
2017-06-17 |
dan | Ensure that the value of the THREADSAFE symbol is alway... ctime-refactor |
commit | commitdiff | tree |
2017-06-17 |
dan | Add extra test cases for sqlite3changeset_apply() and... |
commit | commitdiff | tree |
2017-06-16 |
dan | Rework the code in ctime.c a bit to report on more... |
commit | commitdiff | tree |
2017-06-16 |
drh | Minor refactoring change to clarify how ATTACH works... |
commit | commitdiff | tree |
2017-06-16 |
drh | Prevent pagesize changes on VACUUM in encrypted databas... |
commit | commitdiff | tree |
2017-06-15 |
drh | Move the "shell_add_schema()" SQL function used by... |
commit | commitdiff | tree |
2017-06-15 |
drh | Fix typo and improve the wording of the description... |
commit | commitdiff | tree |
2017-06-15 |
drh | Merge the latest changes from trunk. |
commit | commitdiff | tree |
2017-06-15 |
drh | Fix harmless compiler warnings in the shell.c file |
commit | commitdiff | tree |
2017-06-15 |
drh | Improvements to the ".tables" command in the command... |
commit | commitdiff | tree |
2017-06-15 |
drh | In the command-line shell, enhance the ".schema" comman... |
commit | commitdiff | tree |
2017-06-15 |
drh | Enhance the sqlite3_analyzer.exe utility so that it... |
commit | commitdiff | tree |
2017-06-13 |
dan | Fix sqlite3rbu_close() so that the pzErrmsg parameter... |
commit | commitdiff | tree |
2017-06-13 |
drh | Fix the processing of double-negatives in WHERE clause... |
commit | commitdiff | tree |
2017-06-11 |
drh | Fix an off-by-one error that messes up the display... |
commit | commitdiff | tree |
2017-06-11 |
drh | When reusing a materialized view, make sure the estimat... |
commit | commitdiff | tree |
2017-06-11 |
drh | Fix the sessiondiff test module so that it does not... |
commit | commitdiff | tree |
next |