2011-10-05 |
dan | Change FTS4 so that if both the content=xxx option... |
commit | commitdiff | tree |
2011-10-05 |
dan | Fix a problem with IO error handling in the rebuild... |
commit | commitdiff | tree |
2011-10-04 |
dan | Improve test coverage of fts3.c. |
commit | commitdiff | tree |
2011-10-04 |
dan | Add tests to check that modifying the schema of an... |
commit | commitdiff | tree |
2011-10-04 |
dan | Add experimental 'content' option to FTS4. |
commit | commitdiff | tree |
2011-10-02 |
mistachkin | Update MSVC makefile to allow targets to be built with... |
commit | commitdiff | tree |
2011-09-30 |
dan | Disable the xfer optimization if "PRAGMA count_changes... |
commit | commitdiff | tree |
2011-09-28 |
drh | In the shell, allow arbitrary table names on the "... |
commit | commitdiff | tree |
2011-09-28 |
drh | Enhance the stat VFS to report out the total size of... |
commit | commitdiff | tree |
2011-09-27 |
drh | Changes to sqlite3_analyzer to try to avoid integer... |
commit | commitdiff | tree |
2011-09-26 |
dan | Changes to the analyzer script to make it work with... |
commit | commitdiff | tree |
2011-09-25 |
drh | If an open as read/write fails, do not try to reopen... |
commit | commitdiff | tree |
2011-09-24 |
dan | Fix misc3.test so that it works with OMIT_MERGE_SORT... |
commit | commitdiff | tree |
2011-09-24 |
dan | Fix some test files so that they work with SQLITE_OMIT_... |
commit | commitdiff | tree |
2011-09-23 |
drh | Add SQLITE_DBSTATUS_CACHE_HIT and _MISS to the ".stat... |
commit | commitdiff | tree |
2011-09-23 |
drh | Add the -DBUILD_sqlite option to the compiler when... |
commit | commitdiff | tree |
2011-09-22 |
dan | Remove a redundant (and undefined) "forcedelete" comman... |
commit | commitdiff | tree |
2011-09-22 |
dan | Remove the SQLITE_PAGECACHE_BLOCKALLOC compilation... |
commit | commitdiff | tree |
2011-09-22 |
dan | Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options... |
commit | commitdiff | tree |
2011-09-22 |
drh | Update the version number to 3.7.9. |
commit | commitdiff | tree |
2011-09-22 |
mistachkin | Integrate build changes for sqlite3_analyzer into the... |
commit | commitdiff | tree |
2011-09-21 |
drh | Minor tweaks to the TCL code for sqlite3_analyzer. |
commit | commitdiff | tree |
2011-09-21 |
drh | Remove unnecessary dependencies from the sqlite3_analyz... |
commit | commitdiff | tree |
2011-09-21 |
drh | Fix the sqlite3_analyzer target in the configure-genera... |
commit | commitdiff | tree |
2011-09-21 |
dan | Change the way the sqlite3_analyzer executable is built. |
commit | commitdiff | tree |
2011-09-19 |
drh | Minor comment change in the description of the differen... |
commit | commitdiff | tree |
2011-09-19 |
drh | Version 3.7.8 release candidate version-3.7.8 |
commit | commitdiff | tree |
2011-09-19 |
drh | Increase the default lookaside cache line size from... |
commit | commitdiff | tree |
2011-09-19 |
dan | Remove a stray merge-sort related change from pager... |
commit | commitdiff | tree |
2011-09-17 |
drh | Add a new script to build an amalgamation that omits... |
commit | commitdiff | tree |
2011-09-17 |
mistachkin | Make sure the file structure is zeroed prior to calling... |
commit | commitdiff | tree |
2011-09-16 |
drh | Fix a problem with SQLITE_OMIT_TRACE that was introduce... |
commit | commitdiff | tree |
2011-09-16 |
mistachkin | Fix #if's in winSync to avoid compiler warnings about... |
commit | commitdiff | tree |
2011-09-16 |
mistachkin | Silence harmless compiler warning about redefinition... |
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 |
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 |
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 |
next |