| 2014-09-01 |
drh | Avoid a confusing (though correct) argument to the... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
mistachkin | For sqlite3_win32_is_nt(), assume WinRT is NT-based... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
drh | Tweak the documentation for SQLITE_LIMIT_WORKER_THREADS... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
drh | Add support for using separate worker threads to speed... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
drh | Attempt to make the xDelete method of the unix VFS... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
drh | Micro-optimizations in sqlite3BtreeNext() and sqlite3Bt... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
mistachkin | Fix harmless compiler warnings for MSVC. |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-08-30 |
drh | In the command-line shell, added options --lookaside... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Disable worker threads when SQLITE_THREADSAFE=0. Set... threads |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Fix the speedtest1.c test program to set the worker... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Add SQLITE_LIMIT_WORKER_THREADS for controlling the... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Merge recent performance enhancements from trunk onto... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Note a fault after all, rather a testing mistake. |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
drh | Avoid an unnecessary OP_Move operation for expression... |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
drh | Improved WHERETRACE messages for the estimated output... |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
drh | Fix a problem causing an inaccurate stat4-based estimat... |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
drh | Add a testcase() macro to help verfity the row estimati... stat4-experimental |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
dan | Fix a problem causing an inaccurate stat4-based estimat... |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
drh | Fix a formatting error ("%d" needed in place of "%g... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
drh | Refactor the sqlite3PcacheFetch() routine into three... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
mistachkin | Add a VDBE synopsis comment for clarification. |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
dan | Add a missing ticket number to a comment in index7... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
dan | When determining whether or not a partial index is... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
drh | In the sqlite3_context object, keep a pointer to the... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
drh | Factor out the exception paths from sqlite3ValueToText... |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
drh | Performance enhancement in sqlite3VdbeMemNulTerminate(). |
commit | commitdiff | tree | snapshot |
| 2014-08-26 |
drh | Change the page cache so that a new sqlite3_pcache... |
commit | commitdiff | tree | snapshot |
| 2014-08-26 |
drh | Merge recent performance enhancements and the CAST... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Remove the SQLITE_CONFIG_WORKER_THREADS configuration... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Merge the CAST operator enhancements from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Add an assert() and five testcase() macros to the OP_Ca... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Minor changes to the CAST logic to make it more testable. |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Test cases added for using unary "+" and CAST operators... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Allow CAST expressions and unary "+" operators to be... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
dan | Add documentation for tokenizer api to fts5.h. Also... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
dan | In cases where stat4 data is available but cannot be... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Query or change the maximum number of worker threads... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Merge the recent performance enhancements implemented... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Remove the pager_lookup() function since it is redundan... |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
drh | Change the name of the VdbeMemRelease() macro to VdbeMe... |
commit | commitdiff | tree | snapshot |
| 2014-08-24 |
drh | The sqlite3VdbeChangeEncoding() routine goes about... |
commit | commitdiff | tree | snapshot |
| 2014-08-24 |
drh | Patch the sqlite3PagerWrite() method in the Pager to... |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Faster implementation of pcache1Fetch() |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Faster implementation of the sqlite3ApiExit() routine. |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Another memory allocator performance optimization. |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Fix a variable-declaration after code problem in btree... |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Changes to sqlite3ScratchMalloc() that make the entire... |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Make the implementation of the sqlite3_aggregate_contex... |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Improved performance in the type handling of arithmetic... |
commit | commitdiff | tree | snapshot |
| 2014-08-23 |
drh | Performance optimization in the applyAffinity() logic... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Another performance tweak: Split the sqlite3BtreeCursor... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Factor the saveAllCursors() routine of btree.c into... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Performance enhancements in the b-tree mutex logic. |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Combine the pcacheAddToDirtyList() and pcacheRemoveFrom... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
mistachkin | Revise #ifdef ordering to prefer the ANSI version of... winrt |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Performance enhancement in sqlite3PutVarint(). |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Split the sqlite3Error() routine into sqlite3Error... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Performance improvement in the printf() logic by avoidi... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Improve the performance and reduce the size of the... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Handle the 4-byte integer case in the stackless routine. |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Get the sqlite3VdbeSerialGet() routine to run faster... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Change a while-loop into a do-loop in sqlite3VdbeSerial... |
commit | commitdiff | tree | snapshot |
| 2014-08-22 |
drh | Enhance the spellfix extension with the ability to... |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
drh | Simplify the interface to the symbol table, saving... |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
mistachkin | For sqlite3_win32_is_nt(), assume WinRT is NT-based. |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
drh | Merge all recent trunk changes, especially the fix for |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
drh | Fix a faulty assert() statement. Add comments to clari... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Increase the version number to 3.8.7 |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Enhancements to skip-scan such that it is operable... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | A small performance improvement in freeSpace() by speci... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Reimplement the freeSpace() routine in btree.c so that... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Refactor local variable names in the freeSpace() routin... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Size reduction and performance improvements in btree... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Add SQLITE_API macros in front of interface routines... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Change an assert() added by the previous commit into... btree-speedup |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Further size reduction and performance improvement... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
dan | Fix a typo in the showdb usage message. |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
drh | Minor performance improvement and size reduction for... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | Modify the memsubsys1-3.1.4 test so that it does not... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | A better fix for the sqlite3_trace() problem. |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | Make sure the sqlite3_trace() callback is invoked,... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | Improvements to output formatting with the ".trace... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
dan | Minor changes to do with the Tcl tea extension package... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | Disable the hook-7.5.2 tests when using sessions, since... |
commit | commitdiff | tree | snapshot |
| 2014-08-19 |
drh | Improved response to error conditions in the ".session... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Fix the autoconf and MSVC makefiles so that they constr... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Fix a harmless compiler warning in the sessionAppendDel... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Add the "changeset" command-line tool for analyzing... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | A reasonably complete implementation of the "changeset... sessions_from_cli |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
dan | Add an "automerge=0" mode that disables auto-merging... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Add the "changeset" command-line utility for getting... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
dan | Add miscellaneous test cases to improve coverage of... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Begin adding commands to the command-line interface... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Merge the latest trunk changes, and in particular the... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
drh | Refactor the names of state objects in the command... |
commit | commitdiff | tree | snapshot |
| 2014-08-18 |
dan | Add tests for sessions module. |
commit | commitdiff | tree | snapshot |
| 2014-08-16 |
dan | Fix some missing and out-of-date comments in the sessio... |
commit | commitdiff | tree | snapshot |
| 2014-08-16 |
dan | Fixes for the sqlite3changeset_concat() API regarding... |
commit | commitdiff | tree | snapshot |
| 2014-08-15 |
dan | Begin adding the sqlite3session_patchset() API to the... |
commit | commitdiff | tree | snapshot |
| next |