| 2014-05-27 |
drh | Improved comments on the OR-optimization logic in the... |
commit | commitdiff | tree | snapshot |
| 2014-05-27 |
drh | Remove unused code (previously #ifdef-ed out) from... |
commit | commitdiff | tree | snapshot |
| 2014-05-27 |
drh | Fix a harmless compiler warning in the FTS4 logic. |
commit | commitdiff | tree | snapshot |
| 2014-05-27 |
dan | Add a test to whereI.test that uses a multi-column PK. |
commit | commitdiff | tree | snapshot |
| 2014-05-27 |
drh | Fix for (unsupported) SQLITE_USE_FCNTL_TRACE code. |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
drh | Add the OR-optimization to WITHOUT ROWID tables. |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
drh | Minor enhancements to comments and clarification of... without-rowid-or-opt |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
drh | Add a missing VdbeCoverage() macro on an OP_Found opcod... |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
drh | Merge recent trunk changes into the threads branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
dan | Enable the OR optimization for WITHOUT ROWID tables... |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
drh | Merge recent trunk changes into the sessions branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
dan | Fix a problem in the shell when importing CSV files... |
commit | commitdiff | tree | snapshot |
| 2014-05-26 |
dan | Fix a problem in FTS4 where columns with names that... |
commit | commitdiff | tree | snapshot |
| 2014-05-24 |
drh | Remove references in comments to VDBE opcodes that... |
commit | commitdiff | tree | snapshot |
| 2014-05-23 |
dan | Changes to the output of EXPLAIN QUERY PLAN to make... |
commit | commitdiff | tree | snapshot |
| 2014-05-23 |
drh | In the command-line shell, if three or more interrupt... |
commit | commitdiff | tree | snapshot |
| 2014-05-23 |
drh | Make sure sufficient VDBE registers are allocated for... |
commit | commitdiff | tree | snapshot |
| 2014-05-22 |
dan | Add a test for the EQP output of a skip-scan query... |
commit | commitdiff | tree | snapshot |
| 2014-05-21 |
drh | Do not burn memory remembering CHECK constraints in... |
commit | commitdiff | tree | snapshot |
| 2014-05-21 |
drh | Fix the sqlite3_db_readonly() API so that it reports... |
commit | commitdiff | tree | snapshot |
| 2014-05-20 |
drh | Improvements to the testability of the threads.c module. |
commit | commitdiff | tree | snapshot |
| 2014-05-20 |
drh | In vdbesort.c, change the names of PmaReader variables... |
commit | commitdiff | tree | snapshot |
| 2014-05-20 |
drh | Merge recent trunk changes into the sessions branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-19 |
drh | Merge recent changes from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-17 |
dan | Internally, use a 64-bit integers for segment level... |
commit | commitdiff | tree | snapshot |
| 2014-05-17 |
dan | Fix a broken test case in fts4growth2.test. |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
mistachkin | Fix harmless compiler warnings. ftsWarnings |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
mistachkin | Work around compilation issue with MSVC. |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
drh | Rearrange some conditionals and add #if statements... |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
drh | Add a pair of sqlite3FaultSim(100) calls to vdbesort... |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
dan | Fixes to prevent an FTS index from growing indefinitely... |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
dan | Add extra test to backcompat.test to ensure that old... fts4-experimental |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
drh | Merge all recent changes from trunk, and especially... |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
drh | Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-contro... |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
drh | Use #ifdef logic to avoid an always-true branch when |
commit | commitdiff | tree | snapshot |
| 2014-05-16 |
dan | Fix a bug causing an incorrect segment size value to... |
commit | commitdiff | tree | snapshot |
| 2014-05-15 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-15 |
dan | Fix a problem with the handling of delete markers by... |
commit | commitdiff | tree | snapshot |
| 2014-05-15 |
drh | Use #ifdef to omit code that is not used when SQLITE_MA... |
commit | commitdiff | tree | snapshot |
| 2014-05-14 |
dan | Do not search for promotable segments following an... |
commit | commitdiff | tree | snapshot |
| 2014-05-14 |
dan | Fix a problem to do with loading the value of the FTS... |
commit | commitdiff | tree | snapshot |
| 2014-05-14 |
dan | Fix various problems to do with segment promotion.... |
commit | commitdiff | tree | snapshot |
| 2014-05-13 |
dan | Fix a problem preventing delete markers from ever being... |
commit | commitdiff | tree | snapshot |
| 2014-05-12 |
mistachkin | Improve a comment in the MSVC makefile. No changes... |
commit | commitdiff | tree | snapshot |
| 2014-05-12 |
mistachkin | Add VSIX packaging support for Windows Phone 8.1 using... |
commit | commitdiff | tree | snapshot |
| 2014-05-12 |
dan | Experimental code to prevent FTS indexes from growing... |
commit | commitdiff | tree | snapshot |
| 2014-05-12 |
mistachkin | In mutex_w32.c, make inclusion of the Windows header... |
commit | commitdiff | tree | snapshot |
| 2014-05-12 |
drh | In the sorter, only use large memory allocations if... |
commit | commitdiff | tree | snapshot |
| 2014-05-10 |
mistachkin | Merge updates from trunk. Emit the AppliesTo and Depen... vsixWinPhone81 |
commit | commitdiff | tree | snapshot |
| 2014-05-10 |
mistachkin | When using Visual Studio 2013, add the appropriate... |
commit | commitdiff | tree | snapshot |
| 2014-05-09 |
mistachkin | Further MSVC makefile changes to support Windows Phone... |
commit | commitdiff | tree | snapshot |
| 2014-05-09 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-09 |
mistachkin | When cross-compiling with the MSVC makefile, make sure... |
commit | commitdiff | tree | snapshot |
| 2014-05-09 |
dan | Merge the latest trunk changes into the threads branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-09 |
dan | Add new static mutex SQLITE_MUTEX_STATIC_APP3. |
commit | commitdiff | tree | snapshot |
| 2014-05-08 |
mistachkin | Fix static variable declaration issue on Windows. |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Include sqlite3rtree.h in the tsrc/ pile of source... |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Remove a superfluous variable initialization. |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | A better fix for the group_concat() problem. |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
dan | Fix the way parenthesis in MATCH expressions are handle... |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Make sure the group_concat() function returns an empty... |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Ensure that the sqlite3StrAccumAppend() routine is... tkt-55746f9e |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Make sure the group_concat() function returns an empty... |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Add the SQLITE_IOCAP_IMMUTABLE bit as a possible return... |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Fix nolock and immutable so that they work even if... win32-none |
commit | commitdiff | tree | snapshot |
| 2014-05-07 |
drh | Add test cases and documentation for the nolock and... |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
mistachkin | Update the template VSIX package file as well. |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
mistachkin | Enhance the VSIX package creation tool to better suppor... |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
dan | Add a little extra variety to the tests in sort4.test. |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
dan | Re-implement the core of the multi-threaded sorter... |
commit | commitdiff | tree | snapshot |
| 2014-05-06 |
mistachkin | Refactor VSIX package creation tool to better support... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | When building for Windows 8.0 using Visual Studio 2013... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | More modularization work on the MSVC batch build tool. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
drh | Create new header file "os_setup.h" used to detect... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Work on cleaning up the MSVC batch build tool integrati... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
drh | Attempt to fix the build on beagleboard. winHdr |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
dan | Add test file sort4.test, containing brute force tests... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Centralize and reform use of the Win32 related include... |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
mistachkin | Fix several header file comments. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
dan | Fix a race condition in the sorter code. |
commit | commitdiff | tree | snapshot |
| 2014-05-05 |
dan | Add tests so that the "coverage-sorter" test permutatio... |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
dan | Add an extra fault-injection test to sortfault.test... |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
dan | Fix a race condition in the sorter. |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
dan | Fix a problem in the sorter causing it to return spurio... |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
drh | Get SQLITE_MUTEX_STATIC_APP1 and _APP2 working for... |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
drh | Add two new static mutexes, SQLITE_MUTEX_STATIC_APP1... |
commit | commitdiff | tree | snapshot |
| 2014-05-03 |
drh | Add the SQLITE_DEFAULT_WORKER_THREADS compile-time... |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
mistachkin | Enhance the Win32 VFS I/O retry logic. |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
mistachkin | Merge updates from trunk. winIoRetry |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
mistachkin | Fix typo in Windows makefile. Make sure the WaitForSin... |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
drh | Do not run the vdbeRecordCompareDebug() assert if pKeyI... |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
dan | Merge orderby-planning with this branch. |
commit | commitdiff | tree | snapshot |
| 2014-05-02 |
drh | Simplify assert() statements used to verify correct... |
commit | commitdiff | tree | snapshot |
| next |