| 2013-04-03 |  drh | Change the mmap_limit pragma to report the new limit... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  dan | Remove the restriction on using xFetch to load the... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  dan | When moving a page to make way for the root page of... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  dan | In btree.c, save the positions of other cursors open... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  drh | Initialize the mmap_limit of temporary files to the... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  drh | Make use of xFetch, if it is available when doing a... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  drh | Add the -mmap option to the command-line shell, for... | commit | commitdiff | tree | snapshot | 
| 2013-04-03 |  drh | Fix the unix driver to check defined(_BSD_SOURCE) rathe... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Fix a resource leak in os_unix.c. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Adjustments to mmap1.test so that it works better on... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Fix a bug in mmap2.test that was leaving an invalid... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  mistachkin | Add assert to the Windows VFS pertaining to the size... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Add test cases to mmap1.test and pagerfault.test. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Change an assert in pager.c to acknowledge that it... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Fix the build for Mac. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Add new test file btreefault.test. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Fix a faulty assert() in the os_win.c VFS. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  dan | Add test cases for errors in mmap() or mremap() is... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Proposed template preprocessor magic for activating... | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Reorder two conditions to make coverage testing easier. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Remove an unreachable condition from pager.c. | commit | commitdiff | tree | snapshot | 
| 2013-04-02 |  drh | Always send the SQLITE_FCNTL_MMAP_LIMIT pragma to the... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | Remove a debugging printf() accidently left in the... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | Add the SQLITE_CONFIG_MMAP_LIMIT configuration option... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | Add a comment to xUnfetch on windows to say that the... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | In windows, round down the size of the memory mapped... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  dan | Merge accidental fork. | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  dan | Attempt to emulate mremap() on non-Linux systems by... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | Bug fix in the winMapfile() subroutine:  Be sure to... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  drh | Add xFetch and xUnfetch methods to the os_win.c VFS. | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  dan | Ensure that a checkpoint does not use an out-of-date... | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  dan | Fix a typo in a log message in wal.c. | commit | commitdiff | tree | snapshot | 
| 2013-04-01 |  dan | Fix a problem in btree.c that could cause a crash follo... | commit | commitdiff | tree | snapshot | 
| 2013-03-26 |  drh | Fix a comment in os_unix.c.  No code changes. | commit | commitdiff | tree | snapshot | 
| 2013-03-26 |  drh | Change the name of the Pager.pFree field to Pager.pMmap... | commit | commitdiff | tree | snapshot | 
| 2013-03-26 |  dan | In btree.c, save the positions of any open cursors... | commit | commitdiff | tree | snapshot | 
| 2013-03-26 |  drh | Previous check-in accidently left mmap turned off by... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  drh | Memory-mapped I/O is now on by default.  The "PRAGMA... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  drh | Add munmap and mremap to the set of os interfaces that... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Use mremap() on Linux. | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  drh | Merge all recent trunk changes into the experimental... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Add a test that simulates an error in mmap(). | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Simulate OOM errors in the sqlite3OsFetch() function... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Change the signature of the xUnfetch method to "int... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Remove unnecessary code to round the size of a memory... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Do not return SQLITE_IOERR when the user attempts to... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Fix a case in the pager where an xFetch() reference... | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | Add a second test for [38b1ae018f]. | commit | commitdiff | tree | snapshot | 
| 2013-03-25 |  dan | In fts3, when filtering lists for hits in a specific... | commit | commitdiff | tree | snapshot | 
| 2013-03-24 |  drh | Remove the SQLITE_OMIT_MERGE_SORT compile-time option... | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  dan | Replace the sqlite3_io_methods.xMremap interface with... | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  dan | Improve a comment in wal.c. No code changes. | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  dan | Fix a case where a checkpoint operation could write... | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  mistachkin | In the winMremap VFS function, unmap the region prior... | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  mistachkin | Do not unmap the mapped file region in winTruncate... | commit | commitdiff | tree | snapshot | 
| 2013-03-23 |  mistachkin | Preliminary changes to support the xMremap VFS method... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  dan | Update wal mode tests so that they work with the mmap... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  drh | Fix a potential NULL-pointer dereference in btreeSwapOu... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  dan | Fix a case where the mapped part of a database file... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  dan | Allow the database file to be memory mapped in wal... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  dan | Add a fix for the assert() statements added by the... | commit | commitdiff | tree | snapshot | 
| 2013-03-22 |  dan | Add assert statements to os_unix.c to ensure that any... | commit | commitdiff | tree | snapshot | 
| 2013-03-21 |  mistachkin | Many spelling fixes in comments.  No changes to code. | commit | commitdiff | tree | snapshot | 
| 2013-03-21 |  dan | Fix cases where xRead() was being used to read from... | commit | commitdiff | tree | snapshot | 
| 2013-03-21 |  dan | Avoid calling xRead() on a part of the database file... | commit | commitdiff | tree | snapshot | 
| 2013-03-21 |  dan | Fix a problem when opening a write-transaction while... | commit | commitdiff | tree | snapshot | 
| 2013-03-21 |  dan | Do not use the Linux mremap() call. Use the same strate... | commit | commitdiff | tree | snapshot | 
| 2013-03-20 |  dan | Optimize the xMremap method in os_unix.c some. | commit | commitdiff | tree | snapshot | 
| 2013-03-20 |  dan | When possible, use memory mapping when appending new... | commit | commitdiff | tree | snapshot | 
| 2013-03-20 |  drh | Fix text-to-numeric type casting so that it works corre... | commit | commitdiff | tree | snapshot | 
| 2013-03-20 |  dan | Add test file mmap1.test. | commit | commitdiff | tree | snapshot | 
| 2013-03-19 |  dan | Add the sqlite3_io_methods.xMremap() method to the... | commit | commitdiff | tree | snapshot | 
| 2013-03-19 |  drh | Bring makefiles and build scripts into alignment with... | commit | commitdiff | tree | snapshot | 
| 2013-03-18 |  drh | Clarifications to the documentation for the sqlite3_agg... | commit | commitdiff | tree | snapshot | 
| 2013-03-18 |  drh | Version 3.7.16  version-3.7.16 | commit | commitdiff | tree | snapshot | 
| 2013-03-16 |  dan | When possible, use memcpy() to and from the mapped... | commit | commitdiff | tree | snapshot | 
| 2013-03-15 |  dan | Fix a dropped error code in pager.c. | commit | commitdiff | tree | snapshot | 
| 2013-03-15 |  dan | Allow read-only cursors to use mmap pages even if there... | commit | commitdiff | tree | snapshot | 
| 2013-03-14 |  dan | Use mmap() to read from the database file in rollback... | commit | commitdiff | tree | snapshot | 
| 2013-03-13 |  dan | Enhance tests for ticket [4dd95f6943]. | commit | commitdiff | tree | snapshot | 
| 2013-03-13 |  drh | Fix the ORDER BY with IN constraint logic so that it... | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | Add a single new test case to the ORDER BY with IN...   desc-orderby-fix-1 | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  mistachkin | Fix typo in sqlite3_close() function documentation... | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | Fix a test case that had an ambiguous result. | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  mistachkin | Fix typo in sqlite3_close() function documentation...   docTypo | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | Fix the ORDER BY optimization with IN constraints when... | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | Revise the patch to make it easier to understand. | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  dan | Add test cases for [4dd95f6943]. | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | Revised fix for the DESC ORDER BY and IN constraint... | commit | commitdiff | tree | snapshot | 
| 2013-03-12 |  drh | A proposed fix for the DESC ORDER BY bug of ticket... | commit | commitdiff | tree | snapshot | 
| 2013-03-11 |  dan | Define _BSD_SOURCE when building on OpenBSD. This is... | commit | commitdiff | tree | snapshot | 
| 2013-03-11 |  dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and... | commit | commitdiff | tree | snapshot | 
| 2013-03-11 |  dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and...   omit-fixes | commit | commitdiff | tree | snapshot | 
| 2013-03-09 |  dan | Add a test case for the problem fixed by the previous... | commit | commitdiff | tree | snapshot | 
| 2013-03-09 |  dan | Fix a problem with resolving "db.view.column" reference... | commit | commitdiff | tree | snapshot | 
| 2013-03-08 |  dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... | commit | commitdiff | tree | snapshot | 
| 2013-03-08 |  dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... | commit | commitdiff | tree | snapshot | 
| 2013-03-07 |  drh | Fix the char() function so that it works even if SQLITE... | commit | commitdiff | tree | snapshot | 
| 2013-03-07 |  mistachkin | Skip tests that require UTF-16 support when compiled... | commit | commitdiff | tree | snapshot | 
| 2013-03-07 |  mistachkin | Fix two compilation issues, one warning and one error... | commit | commitdiff | tree | snapshot | 
| next |