2011-09-03 |
drh | Simplification and performance tweaks in vdbeSorterMerge(). merge-sort |
commit | commitdiff | tree |
2011-09-03 |
dan | Reduce the number of VdbeRecordUnpack() calls made... |
commit | commitdiff | tree |
2011-09-03 |
drh | The build works again with -DSQLITE_OMIT_MERGE_SORT... |
commit | commitdiff | tree |
2011-09-02 |
drh | Remove some dead code. Fix a faulty assert(). Improve... |
commit | commitdiff | tree |
2011-09-02 |
dan | Combine two malloc calls in vdbesort.c. |
commit | commitdiff | tree |
2011-09-02 |
dan | Reduce the number of malloc() calls made when creating... |
commit | commitdiff | tree |
2011-09-02 |
dan | If all data being sorted fits in memory, avoid writing... |
commit | commitdiff | tree |
2011-09-02 |
dan | Instead of a temporary b-tree, use a linked-list and... |
commit | commitdiff | tree |
2011-09-01 |
drh | Use OP_SorterOpen instead of OP_OpenEphemeral to implem... |
commit | commitdiff | tree |
2011-09-01 |
drh | Experimental code-generator changes to utilize new... |
commit | commitdiff | tree |
2011-08-31 |
drh | Avoid using uninitialized variables after failures... |
commit | commitdiff | tree |
2011-08-31 |
drh | Formerly, we enabled fdatasync() on linux only. But... |
commit | commitdiff | tree |
2011-08-31 |
drh | Add the SQLITE_MAX_SCHEMA_RETRY compile-time option... |
commit | commitdiff | tree |
2011-08-31 |
drh | The server1.test script should only run if mutexes... |
commit | commitdiff | tree |
2011-08-31 |
drh | Always include the unixShm.id field, even when not... |
commit | commitdiff | tree |
2011-08-31 |
drh | Only create the sqlite3OSTrace global variable if compi... |
commit | commitdiff | tree |
2011-08-31 |
drh | Backslash escaping is not working right in tostr.awk... |
commit | commitdiff | tree |
2011-08-31 |
drh | Add checks to make sure cells in corrupt database files |
commit | commitdiff | tree |
2011-08-30 |
drh | Enable the thread test logic to work with the SQLITE_HA... |
commit | commitdiff | tree |
2011-08-30 |
drh | Change the build process so that it does not require... |
commit | commitdiff | tree |
2011-08-30 |
mistachkin | Make sure SQLITE_FCNTL_SIZE_HINT a no-op if the chunk... |
commit | commitdiff | tree |
2011-08-30 |
drh | Fix a total unimportant file descriptor leak in lemon... |
commit | commitdiff | tree |
2011-08-30 |
drh | Fix a buffer overrun in test logic. No impact on the... |
commit | commitdiff | tree |
2011-08-29 |
dan | Fix a broken assert() statement in select.c. |
commit | commitdiff | tree |
2011-08-29 |
drh | Back out [05c9832e5f6eb] since it was causing a perform... |
commit | commitdiff | tree |
2011-08-29 |
drh | Merge performance enhancements into trunk. |
commit | commitdiff | tree |
2011-08-29 |
drh | About a 1% overall performance improvement by using... |
commit | commitdiff | tree |
2011-08-29 |
drh | Small performance improvement to OP_Column. |
commit | commitdiff | tree |
2011-08-28 |
drh | About a 3% improvement in the performance of OP_Column. |
commit | commitdiff | tree |
2011-08-28 |
drh | Correctly display P4_ADVANCE values on opcode traces... |
commit | commitdiff | tree |
2011-08-27 |
dan | Experimental changes to improve the performance of... |
commit | commitdiff | tree |
2011-08-26 |
drh | Fix several harmless compiler warnings and a documentat... |
commit | commitdiff | tree |
2011-08-26 |
mistachkin | Update compiler error message regarding the choice... |
commit | commitdiff | tree |
2011-08-26 |
mistachkin | Merge Win32 native heap support into trunk. |
commit | commitdiff | tree |
2011-08-26 |
mistachkin | In the MSVC makefile, allow symbols to be enabled witho... winNativeHeap |
commit | commitdiff | tree |
2011-08-26 |
mistachkin | Disable checking the winMemData structure signature... |
commit | commitdiff | tree |
2011-08-26 |
mistachkin | Allow the Win32 native heap flags to be overridden... |
commit | commitdiff | tree |
2011-08-26 |
drh | Create a new pager type, PAGER_SORTER, for use in the... |
commit | commitdiff | tree |
2011-08-25 |
drh | Reorder some of the branches in backup.c in order to... |
commit | commitdiff | tree |
2011-08-25 |
dan | Replace an assert() that a condition may not occur... |
commit | commitdiff | tree |
2011-08-25 |
drh | Fix harmless compiler warnings in test code. No change... |
commit | commitdiff | tree |
2011-08-25 |
drh | Disable external merge source when SQLITE_TEMP_STORE... |
commit | commitdiff | tree |
2011-08-25 |
dan | Fix the SQLITE_DISABLE_DIRSYNC compile time option. |
commit | commitdiff | tree |
2011-08-25 |
mistachkin | Add comments for the various debug levels. When debugg... |
commit | commitdiff | tree |
2011-08-25 |
drh | Fix an file separator character issue with test_quota... |
commit | commitdiff | tree |
2011-08-25 |
mistachkin | In the MSVC makefile, support several levels of debuggi... |
commit | commitdiff | tree |
2011-08-25 |
drh | Cherrypick the [d4f6437f8d] change so that SQLITE_FCNTL... |
commit | commitdiff | tree |
2011-08-25 |
drh | Add the sqlite3_quota_file() interface to test_quota.c. |
commit | commitdiff | tree |
2011-08-25 |
mistachkin | Make sure that SQLITE_FCNTL_SIZE_HINT on Windows does... |
commit | commitdiff | tree |
2011-08-25 |
drh | Add the SQLITE_EXTRA_INIT macro. |
commit | commitdiff | tree |
2011-08-24 |
mistachkin | Add error logging to native Win32 heap support. |
commit | commitdiff | tree |
2011-08-24 |
mistachkin | Experimental work to allow SQLite to use the native... |
commit | commitdiff | tree |
2011-08-24 |
drh | Updates to the sqlite3_mem_methods documentation. |
commit | commitdiff | tree |
2011-08-24 |
drh | Fix some harmless compiler warnings. |
commit | commitdiff | tree |
2011-08-24 |
drh | Changes to test_quota.c to make quota groups persistent... |
commit | commitdiff | tree |
2011-08-23 |
drh | Simplifications to the SQLITE_PAGECACHE_BLOCKALLOC... |
commit | commitdiff | tree |
2011-08-23 |
drh | If the application-defined openDirectory() function... |
commit | commitdiff | tree |
2011-08-23 |
dan | Change the way the "crash" VFS (test6.c) handles SQLITE... |
commit | commitdiff | tree |
2011-08-23 |
dan | Have the "crash" VFS used by the tcl tests (test6.c... |
commit | commitdiff | tree |
2011-08-23 |
drh | Ifdef out routines in pcache1.c that are used only |
commit | commitdiff | tree |
2011-08-23 |
drh | Merge the PAGECACHE_BLOCKALLOC changes into trunk. |
commit | commitdiff | tree |
2011-08-23 |
dan | When copying a rollback mode database over a WAL databa... |
commit | commitdiff | tree |
2011-08-23 |
dan | Change to test instrumentation of os_unix.c: Regard... pager-blockalloc |
commit | commitdiff | tree |
2011-08-23 |
drh | Remove a branch that is always true. |
commit | commitdiff | tree |
2011-08-22 |
drh | Remove an unreachable branch in the FK code. |
commit | commitdiff | tree |
2011-08-22 |
dan | Modify test cases so that veryquick.test passes with... |
commit | commitdiff | tree |
2011-08-22 |
dan | Fix for [b1d3a2e531]. |
commit | commitdiff | tree |
2011-08-19 |
dan | Experimental change: If SQLITE_PAGECACHE_BLOCKALLOC... |
commit | commitdiff | tree |
2011-08-19 |
drh | When retrying a write() after an EINTR error on unix... |
commit | commitdiff | tree |
2011-08-18 |
dan | Ensure that the Tcl "db onecolumn" command returns... |
commit | commitdiff | tree |
2011-08-17 |
mistachkin | Properly process x64 DLL exports, which do not contain... |
commit | commitdiff | tree |
2011-08-17 |
mistachkin | Add vdbesort.c to the MSVC makefile. |
commit | commitdiff | tree |
2011-08-17 |
drh | Use OP_Sort rather than OP_Rewind in order to sort... |
commit | commitdiff | tree |
2011-08-15 |
drh | Updated comments on the multiplexor extension. No... |
commit | commitdiff | tree |
2011-08-15 |
drh | Fix an assert() in the merge-sort logic to account... |
commit | commitdiff | tree |
2011-08-15 |
drh | New makefile target "sqlite3-debug.c" builds an amalgam... |
commit | commitdiff | tree |
2011-08-15 |
dan | When opening a temporary file to use in a merge-sort... |
commit | commitdiff | tree |
2011-08-13 |
drh | Fix the header comment on the implementation of the |
commit | commitdiff | tree |
2011-08-12 |
dan | Merge the experimental changes to use a merge-sort... |
commit | commitdiff | tree |
2011-08-12 |
dan | Update Makefile.in and configure to account for new... |
commit | commitdiff | tree |
2011-08-12 |
dan | Merge latest trunk changes into experimental branch. |
commit | commitdiff | tree |
2011-08-12 |
dan | Remove an unused parameter from a function in vdbesort... |
commit | commitdiff | tree |
2011-08-12 |
dan | Add the SQLITE_OMIT_MERGE_SORT pre-processor directive... |
commit | commitdiff | tree |
2011-08-12 |
dan | Add tests to improve coverage of vdbesort.c. |
commit | commitdiff | tree |
2011-08-10 |
drh | Make the openDirectory routine in os_unix.c overrideabl... |
commit | commitdiff | tree |
2011-08-09 |
drh | Add command-line utilities "offsets.c" and "extract... |
commit | commitdiff | tree |
2011-08-08 |
drh | In os_unix.c, do not open the directory containing... |
commit | commitdiff | tree |
2011-08-08 |
drh | Allow the unlink() system call to be overridden in... |
commit | commitdiff | tree |
2011-08-08 |
dan | Remove redundant parameter from vdbeSorterInitMerge... |
commit | commitdiff | tree |
2011-08-08 |
dan | Add fault-injection and other tests (and fixes) to... |
commit | commitdiff | tree |
2011-08-07 |
drh | Remove relevant elements from the sqlite_stat2 table... |
commit | commitdiff | tree |
2011-08-06 |
dan | Fix a problem with building large indexes introduced... |
commit | commitdiff | tree |
2011-08-06 |
dan | In temp files used for merge sorting, store the size... |
commit | commitdiff | tree |
2011-08-05 |
dan | Minor internal changes to vdbesort.c. Also, default... |
commit | commitdiff | tree |
2011-08-04 |
dan | Fix a comment in vdbesort.c. |
commit | commitdiff | tree |
2011-08-04 |
dan | Change to using packed-memory-arrays instead of b-trees... |
commit | commitdiff | tree |
2011-08-03 |
drh | Merge the winopen-retry-logic branch into trunk. The... |
commit | commitdiff | tree |
2011-08-03 |
drh | Update the OP_Move opcode to shift the pScopyFrom point... |
commit | commitdiff | tree |
2011-08-02 |
mistachkin | Add explanatory comment to the win32lock-2.2 test case. winopen-retry-logic |
commit | commitdiff | tree |
2011-08-02 |
mistachkin | Correct subtle timing issues in the win32lock test... |
commit | commitdiff | tree |
next |