2011-09-16 |
drh | Merge all the latest trunk changes into the experimenta... |
commit | commitdiff | tree |
2011-09-16 |
drh | Remove unreachable branches from the previous change... |
commit | commitdiff | tree |
2011-09-16 |
drh | When analyzing the right-hand side of IN operators... |
commit | commitdiff | tree |
2011-09-16 |
drh | Further streamlining of the subquery materializer.... |
commit | commitdiff | tree |
2011-09-16 |
drh | Merge the [002caede898] fix into trunk. |
commit | commitdiff | tree |
2011-09-16 |
drh | Add the new OP_Once opcode. Use it to clean up and... tkt-002caede898 |
commit | commitdiff | tree |
2011-09-15 |
drh | Materialize subqueries using a subroutine and invoke... |
commit | commitdiff | tree |
2011-09-15 |
drh | Adding test case for ticket [002caede898] |
commit | commitdiff | tree |
2011-09-15 |
mistachkin | Cleanup/fix error handling when no arguments are suppli... |
commit | commitdiff | tree |
2011-09-14 |
mistachkin | Remove 'const' from a variable that might actually... |
commit | commitdiff | tree |
2011-09-14 |
drh | Remove unused parameters from internal routines in... |
commit | commitdiff | tree |
2011-09-14 |
drh | Remove code from vdbesort.c that was made unreachable... |
commit | commitdiff | tree |
2011-09-13 |
drh | Merge the latest trunk changes into the stat3-trunk... |
commit | commitdiff | tree |
2011-09-13 |
dan | Allocate the correct size for the output buffer in... |
commit | commitdiff | tree |
2011-09-11 |
mistachkin | Cleanup pdb/ilk files generated by the MSVC makefile. |
commit | commitdiff | tree |
2011-09-05 |
dan | Fix a minor performance regression in btreeMoveto(). |
commit | commitdiff | tree |
2011-09-05 |
dan | Refactor the sqlite3VdbeRecordUnpack() interface to... |
commit | commitdiff | tree |
2011-09-04 |
drh | Fix a compiler warning about an unused parameter in... |
commit | commitdiff | tree |
2011-09-04 |
drh | Improve the testability of the merge-sort logic. |
commit | commitdiff | tree |
2011-09-03 |
drh | Performance improvements to the external merge-sorter... |
commit | commitdiff | tree |
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 |
mistachkin | Remove unused local variable. |
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 |
drh | Merge the stat3-enhancement branch with trunk, but... |
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-18 |
drh | Fix the stat3 analysis loader to be compatible with... stat3-enhancement |
commit | commitdiff | tree |
2011-08-18 |
drh | Fix a bug in the cleanup of stat tables on a DROP TABLE... |
commit | commitdiff | tree |
2011-08-18 |
drh | Fix an error with OOM processing in the ANALYZE logic. |
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-16 |
drh | Fix a few harmless compiler warnings. Add SQLITE_ENABL... |
commit | commitdiff | tree |
2011-08-16 |
drh | Allow the sqlite3VdbeJumpHere() routine to accept a... |
commit | commitdiff | tree |
next |