2013-04-08 |
drh | Add the "mptester" target to the makefiles. Make mptes... mptest |
commit | commitdiff | tree |
2013-04-08 |
drh | Fix harmless compiler warnings in mptest.c. |
commit | commitdiff | tree |
2013-04-08 |
drh | Add the vfsname() and eval() SQL functions to mptest.c. |
commit | commitdiff | tree |
2013-04-08 |
drh | Add --if, --else, --endif processing to mptest.c. |
commit | commitdiff | tree |
2013-04-06 |
drh | Fix the --source command so that its argument is relati... |
commit | commitdiff | tree |
2013-04-06 |
drh | Merge trunk changes into the mptest branch. The mptest... |
commit | commitdiff | tree |
2013-04-06 |
drh | Increase the default SQLITE_MAX_SCHEMA_RETRY to 50... |
commit | commitdiff | tree |
2013-04-06 |
drh | Add SQLITE_CONFIG_LOG error logging to the mptest program. |
commit | commitdiff | tree |
2013-04-06 |
drh | Get the build of mptest working on mac. |
commit | commitdiff | tree |
2013-04-06 |
drh | Get the mptest program running on windows. |
commit | commitdiff | tree |
2013-04-06 |
drh | Many improvements to the mptest program. Added a simpl... |
commit | commitdiff | tree |
2013-04-06 |
dan | Add tests to "permutations.test coverage-pager" to... |
commit | commitdiff | tree |
2013-04-06 |
drh | Add a prototype TH3-script-style test harness that... |
commit | commitdiff | tree |
2013-04-05 |
dan | Improve the code coverage of "permutations.test coverag... |
commit | commitdiff | tree |
2013-04-04 |
dan | Add further multi-client tests to mmap1.test. |
commit | commitdiff | tree |
2013-04-04 |
drh | Disable memory-mapped I/O for the win32lock.test module |
commit | commitdiff | tree |
2013-04-04 |
drh | Updates to the file-control documentation. No changes... |
commit | commitdiff | tree |
2013-04-04 |
drh | Increase the version number to 3.7.17. |
commit | commitdiff | tree |
2013-04-04 |
drh | Try to use mmap() to speed access to the database file... |
commit | commitdiff | tree |
2013-04-03 |
drh | Release resources prior to bailing out of the btreeCrea... experimental-mmap |
commit | commitdiff | tree |
2013-04-03 |
drh | Remove an unreachable branch in the direct blob I/O... |
commit | commitdiff | tree |
2013-04-03 |
drh | Fix a bug in the detection of iOS when setting the... |
commit | commitdiff | tree |
2013-04-03 |
drh | Change the mmap_limit pragma to report the new limit... |
commit | commitdiff | tree |
2013-04-03 |
dan | Remove the restriction on using xFetch to load the... |
commit | commitdiff | tree |
2013-04-03 |
dan | When moving a page to make way for the root page of... |
commit | commitdiff | tree |
2013-04-03 |
dan | In btree.c, save the positions of other cursors open... |
commit | commitdiff | tree |
2013-04-03 |
drh | Initialize the mmap_limit of temporary files to the... |
commit | commitdiff | tree |
2013-04-03 |
drh | Make use of xFetch, if it is available when doing a... |
commit | commitdiff | tree |
2013-04-03 |
drh | Add the -mmap option to the command-line shell, for... |
commit | commitdiff | tree |
2013-04-03 |
drh | Fix the unix driver to check defined(_BSD_SOURCE) rathe... |
commit | commitdiff | tree |
2013-04-02 |
dan | Fix a resource leak in os_unix.c. |
commit | commitdiff | tree |
2013-04-02 |
drh | Adjustments to mmap1.test so that it works better on... |
commit | commitdiff | tree |
2013-04-02 |
dan | Fix a bug in mmap2.test that was leaving an invalid... |
commit | commitdiff | tree |
2013-04-02 |
mistachkin | Add assert to the Windows VFS pertaining to the size... |
commit | commitdiff | tree |
2013-04-02 |
dan | Add test cases to mmap1.test and pagerfault.test. |
commit | commitdiff | tree |
2013-04-02 |
dan | Change an assert in pager.c to acknowledge that it... |
commit | commitdiff | tree |
2013-04-02 |
drh | Fix the build for Mac. |
commit | commitdiff | tree |
2013-04-02 |
dan | Add new test file btreefault.test. |
commit | commitdiff | tree |
2013-04-02 |
drh | Fix a faulty assert() in the os_win.c VFS. |
commit | commitdiff | tree |
2013-04-02 |
drh | If the SQLITE_TRACE_SIZE_LIMIT compile-time parameter... |
commit | commitdiff | tree |
2013-04-02 |
dan | Add test cases for errors in mmap() or mremap() is... |
commit | commitdiff | tree |
2013-04-02 |
drh | Proposed template preprocessor magic for activating... |
commit | commitdiff | tree |
2013-04-02 |
drh | Reorder two conditions to make coverage testing easier. |
commit | commitdiff | tree |
2013-04-02 |
drh | Remove an unreachable condition from pager.c. |
commit | commitdiff | tree |
2013-04-02 |
drh | Always send the SQLITE_FCNTL_MMAP_LIMIT pragma to the... |
commit | commitdiff | tree |
2013-04-01 |
drh | Remove a debugging printf() accidently left in the... |
commit | commitdiff | tree |
2013-04-01 |
drh | Add the SQLITE_CONFIG_MMAP_LIMIT configuration option... |
commit | commitdiff | tree |
2013-04-01 |
drh | Add a comment to xUnfetch on windows to say that the... |
commit | commitdiff | tree |
2013-04-01 |
drh | In windows, round down the size of the memory mapped... |
commit | commitdiff | tree |
2013-04-01 |
dan | Merge accidental fork. |
commit | commitdiff | tree |
2013-04-01 |
dan | Attempt to emulate mremap() on non-Linux systems by... |
commit | commitdiff | tree |
2013-04-01 |
drh | Bug fix in the winMapfile() subroutine: Be sure to... |
commit | commitdiff | tree |
2013-04-01 |
drh | Add xFetch and xUnfetch methods to the os_win.c VFS. |
commit | commitdiff | tree |
2013-04-01 |
dan | Ensure that a checkpoint does not use an out-of-date... |
commit | commitdiff | tree |
2013-04-01 |
dan | Fix a typo in a log message in wal.c. |
commit | commitdiff | tree |
2013-04-01 |
dan | Fix a problem in btree.c that could cause a crash follo... |
commit | commitdiff | tree |
2013-03-29 |
mistachkin | For the clean target, tidy up a couple more generated... |
commit | commitdiff | tree |
2013-03-29 |
drh | Version 3.7.16.1 version-3.7.16.1 |
commit | commitdiff | tree |
2013-03-28 |
drh | Adjustment to an extreme corner case in the sqlite3Atoi... |
commit | commitdiff | tree |
2013-03-27 |
drh | Fix harmless compiler warnings coming from MSVC64 in... |
commit | commitdiff | tree |
2013-03-27 |
drh | Increment the version number to 3.7.16.1. |
commit | commitdiff | tree |
2013-03-27 |
drh | In order to optimize out the ORDER BY clause, |
commit | commitdiff | tree |
2013-03-27 |
drh | Restore additional ORDER BY optimizations that where... orderby-fix |
commit | commitdiff | tree |
2013-03-27 |
drh | Improved optimization of ORDER BY. |
commit | commitdiff | tree |
2013-03-27 |
drh | A fix an test-case for the ORDER BY problem identified... |
commit | commitdiff | tree |
2013-03-27 |
drh | Candidate fix for ticket [6bfb98dfc0c]: Make sure inval... |
commit | commitdiff | tree |
2013-03-26 |
drh | Fix a comment in os_unix.c. No code changes. |
commit | commitdiff | tree |
2013-03-26 |
drh | Change the name of the Pager.pFree field to Pager.pMmap... |
commit | commitdiff | tree |
2013-03-26 |
dan | In btree.c, save the positions of any open cursors... |
commit | commitdiff | tree |
2013-03-26 |
drh | Previous check-in accidently left mmap turned off by... |
commit | commitdiff | tree |
2013-03-25 |
drh | Memory-mapped I/O is now on by default. The "PRAGMA... |
commit | commitdiff | tree |
2013-03-25 |
drh | Add munmap and mremap to the set of os interfaces that... |
commit | commitdiff | tree |
2013-03-25 |
dan | Use mremap() on Linux. |
commit | commitdiff | tree |
2013-03-25 |
drh | Merge all recent trunk changes into the experimental... |
commit | commitdiff | tree |
2013-03-25 |
dan | Add a test that simulates an error in mmap(). |
commit | commitdiff | tree |
2013-03-25 |
dan | Simulate OOM errors in the sqlite3OsFetch() function... |
commit | commitdiff | tree |
2013-03-25 |
dan | Change the signature of the xUnfetch method to "int... |
commit | commitdiff | tree |
2013-03-25 |
dan | Remove unnecessary code to round the size of a memory... |
commit | commitdiff | tree |
2013-03-25 |
dan | Do not return SQLITE_IOERR when the user attempts to... |
commit | commitdiff | tree |
2013-03-25 |
dan | Fix a case in the pager where an xFetch() reference... |
commit | commitdiff | tree |
2013-03-25 |
dan | Add a second test for [38b1ae018f]. |
commit | commitdiff | tree |
2013-03-25 |
dan | In fts3, when filtering lists for hits in a specific... |
commit | commitdiff | tree |
2013-03-24 |
drh | Remove the SQLITE_OMIT_MERGE_SORT compile-time option... |
commit | commitdiff | tree |
2013-03-23 |
dan | Replace the sqlite3_io_methods.xMremap interface with... |
commit | commitdiff | tree |
2013-03-23 |
dan | Improve a comment in wal.c. No code changes. |
commit | commitdiff | tree |
2013-03-23 |
dan | Fix a case where a checkpoint operation could write... |
commit | commitdiff | tree |
2013-03-23 |
mistachkin | In the winMremap VFS function, unmap the region prior... |
commit | commitdiff | tree |
2013-03-23 |
mistachkin | Do not unmap the mapped file region in winTruncate... |
commit | commitdiff | tree |
2013-03-23 |
mistachkin | Preliminary changes to support the xMremap VFS method... |
commit | commitdiff | tree |
2013-03-22 |
dan | Update wal mode tests so that they work with the mmap... |
commit | commitdiff | tree |
2013-03-22 |
drh | Fix a potential NULL-pointer dereference in btreeSwapOu... |
commit | commitdiff | tree |
2013-03-22 |
dan | Fix a case where the mapped part of a database file... |
commit | commitdiff | tree |
2013-03-22 |
dan | Allow the database file to be memory mapped in wal... |
commit | commitdiff | tree |
2013-03-22 |
dan | Add a fix for the assert() statements added by the... |
commit | commitdiff | tree |
2013-03-22 |
dan | Add assert statements to os_unix.c to ensure that any... |
commit | commitdiff | tree |
2013-03-21 |
mistachkin | Many spelling fixes in comments. No changes to code. |
commit | commitdiff | tree |
2013-03-21 |
dan | Fix cases where xRead() was being used to read from... |
commit | commitdiff | tree |
2013-03-21 |
dan | Avoid calling xRead() on a part of the database file... |
commit | commitdiff | tree |
2013-03-21 |
dan | Fix a problem when opening a write-transaction while... |
commit | commitdiff | tree |
2013-03-21 |
dan | Do not use the Linux mremap() call. Use the same strate... |
commit | commitdiff | tree |
next |