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 |
2017-06-11 |
drh | Fix a potential null-pointer deference following OOM... |
commit | commitdiff | tree |
2017-06-09 |
drh | Merge enhancements and fixes from trunk. |
commit | commitdiff | tree |
2017-06-09 |
drh | Update the documentation to make it clear that the... |
commit | commitdiff | tree |
2017-06-09 |
drh | Adjust the implementation of the ".selftest" feature... |
commit | commitdiff | tree |
2017-06-08 |
drh | Add a testcase() to confirm that an OOM on sqlite3DbStr... |
commit | commitdiff | tree |
2017-06-08 |
dan | Ensure pointer map entries are always added when a... |
commit | commitdiff | tree |
2017-06-07 |
drh | In SQLITE_DEBUG mode, attempt to log the page number... |
commit | commitdiff | tree |
2017-06-07 |
dan | Fix another lsmtest build problem. Add the "-trans... |
commit | commitdiff | tree |
2017-06-07 |
drh | Merge in trunk enhancements. |
commit | commitdiff | tree |
2017-06-06 |
drh | Add the SQLITE_DEFAULT_ROWEST compile-time option for... |
commit | commitdiff | tree |
2017-06-06 |
dan | Fix a threading problem in lsm test code. |
commit | commitdiff | tree |
2017-06-05 |
drh | Fix a subtle bug in the remember UDF of the kvtest... |
commit | commitdiff | tree |
2017-06-05 |
dan | Fix a bug in test_fs.c that occurs when the first compo... |
commit | commitdiff | tree |
2017-06-05 |
drh | For the kvtest utility, add the --vacuum option to... |
commit | commitdiff | tree |
2017-06-05 |
drh | Fix the column width deduction logic in the command... |
commit | commitdiff | tree |
2017-06-05 |
drh | Omit some of the fstree tests in vtabH if the PWD conta... |
commit | commitdiff | tree |
2017-06-03 |
drh | Initialize a variable to zero to prevent an (incorrect... |
commit | commitdiff | tree |
2017-06-03 |
drh | Fix the SQLITE_PTR_TO_INT macro so that works on recent... |
commit | commitdiff | tree |
2017-06-03 |
drh | Remove unused header file from kvtest. |
commit | commitdiff | tree |
2017-06-03 |
drh | In kvtest, add the ability to work with a hierarchy... |
commit | commitdiff | tree |
2017-06-03 |
drh | Add the --nocheckpoint and --multitrans options to... |
commit | commitdiff | tree |
2017-06-02 |
drh | Merge all recent trunk enhancements. |
commit | commitdiff | tree |
2017-06-02 |
drh | Add the --fsync flag to kvtest, and document the -... |
commit | commitdiff | tree |
2017-06-02 |
drh | Work toward enhancing kvtest to measure write performance. |
commit | commitdiff | tree |
next |