2013-04-01 |
dan | Minor changes to unixMapfile() function. two-mappings |
commit | commitdiff | tree |
2013-03-29 |
dan | Further fixes for test scripts. |
commit | commitdiff | tree |
2013-03-29 |
dan | Fix a problem in btree.c that could cause a crash follo... |
commit | commitdiff | tree |
2013-03-29 |
dan | Avoid assuming the page-size is 4096 bytes in os_unix.c. |
commit | commitdiff | tree |
2013-03-27 |
dan | Modify various test cases so that they work if the... |
commit | commitdiff | tree |
2013-03-26 |
dan | Change os_unix.c to use either one or two mappings... |
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 |
2013-03-20 |
dan | Optimize the xMremap method in os_unix.c some. |
commit | commitdiff | tree |
2013-03-20 |
dan | When possible, use memory mapping when appending new... |
commit | commitdiff | tree |
2013-03-20 |
drh | Fix text-to-numeric type casting so that it works corre... |
commit | commitdiff | tree |
2013-03-20 |
dan | Add test file mmap1.test. |
commit | commitdiff | tree |
2013-03-19 |
dan | Add the sqlite3_io_methods.xMremap() method to the... |
commit | commitdiff | tree |
2013-03-19 |
drh | Bring makefiles and build scripts into alignment with... |
commit | commitdiff | tree |
2013-03-18 |
drh | Clarifications to the documentation for the sqlite3_agg... |
commit | commitdiff | tree |
2013-03-18 |
drh | Version 3.7.16 version-3.7.16 |
commit | commitdiff | tree |
2013-03-16 |
dan | When possible, use memcpy() to and from the mapped... |
commit | commitdiff | tree |
2013-03-15 |
dan | Fix a dropped error code in pager.c. |
commit | commitdiff | tree |
2013-03-15 |
dan | Allow read-only cursors to use mmap pages even if there... |
commit | commitdiff | tree |
2013-03-14 |
dan | Use mmap() to read from the database file in rollback... |
commit | commitdiff | tree |
2013-03-13 |
dan | Enhance tests for ticket [4dd95f6943]. |
commit | commitdiff | tree |
2013-03-13 |
drh | Fix the ORDER BY with IN constraint logic so that it... |
commit | commitdiff | tree |
2013-03-12 |
drh | Add a single new test case to the ORDER BY with IN... desc-orderby-fix-1 |
commit | commitdiff | tree |
2013-03-12 |
mistachkin | Fix typo in sqlite3_close() function documentation... |
commit | commitdiff | tree |
2013-03-12 |
drh | Fix a test case that had an ambiguous result. |
commit | commitdiff | tree |
2013-03-12 |
mistachkin | Fix typo in sqlite3_close() function documentation... docTypo |
commit | commitdiff | tree |
2013-03-12 |
drh | Fix the ORDER BY optimization with IN constraints when... |
commit | commitdiff | tree |
2013-03-12 |
drh | Revise the patch to make it easier to understand. |
commit | commitdiff | tree |
2013-03-12 |
dan | Add test cases for [4dd95f6943]. |
commit | commitdiff | tree |
2013-03-12 |
drh | Revised fix for the DESC ORDER BY and IN constraint... |
commit | commitdiff | tree |
2013-03-12 |
drh | A proposed fix for the DESC ORDER BY bug of ticket... |
commit | commitdiff | tree |
2013-03-11 |
dan | Define _BSD_SOURCE when building on OpenBSD. This is... |
commit | commitdiff | tree |
2013-03-11 |
dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and... |
commit | commitdiff | tree |
2013-03-11 |
dan | Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and... omit-fixes |
commit | commitdiff | tree |
2013-03-09 |
dan | Add a test case for the problem fixed by the previous... |
commit | commitdiff | tree |
2013-03-09 |
dan | Fix a problem with resolving "db.view.column" reference... |
commit | commitdiff | tree |
2013-03-08 |
dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... |
commit | commitdiff | tree |
2013-03-08 |
dan | If SQLITE_OMIT_UTF16 is defined, avoid setting the... |
commit | commitdiff | tree |
2013-03-07 |
drh | Fix the char() function so that it works even if SQLITE... |
commit | commitdiff | tree |
2013-03-07 |
mistachkin | Skip tests that require UTF-16 support when compiled... |
commit | commitdiff | tree |
2013-03-07 |
mistachkin | Fix two compilation issues, one warning and one error... |
commit | commitdiff | tree |
2013-03-06 |
dan | Fix a problem in incrvacuum_ioerr.test. Do not run... |
commit | commitdiff | tree |
2013-03-06 |
drh | Fix a bug (ticket [fc7bd6358f59]) that caused incorrect... |
commit | commitdiff | tree |
2013-03-06 |
drh | Add the SQLITE_READONLY_ROLLBACK extended error code. |
commit | commitdiff | tree |
2013-03-06 |
drh | Fix an operator precedence problem on the [1d8086902e... ex-robust-open |
commit | commitdiff | tree |
2013-03-05 |
dan | Merge experimental branch with trunk. |
commit | commitdiff | tree |
2013-03-05 |
dan | Do not attempt to set the permissions on an existing... |
commit | commitdiff | tree |
2013-03-05 |
dan | Add extended error code SQLITE_READONLY_ROLLBACK. Retur... |
commit | commitdiff | tree |
2013-03-05 |
dan | Fix a bug in the recent incremental-vacuum related... |
commit | commitdiff | tree |
2013-03-05 |
drh | Simplified error message on the showdb utility. |
commit | commitdiff | tree |
2013-03-04 |
dan | Omit a test that uses the progress handler callback... |
commit | commitdiff | tree |
2013-03-04 |
dan | Remove an assert() statement that has been incorrect... |
commit | commitdiff | tree |
2013-03-03 |
drh | Add the test_fs.c test module to Makefile.in. Adjust... |
commit | commitdiff | tree |
2013-03-02 |
drh | Update comments on the free-page allocator to accuratel... |
commit | commitdiff | tree |
2013-03-01 |
drh | Complete the initialization of the loadable extension... |
commit | commitdiff | tree |
2013-03-01 |
drh | Update the cygwin interface to use the newer 1.7 APIs... |
commit | commitdiff | tree |
2013-03-01 |
mistachkin | Prevent Tcl file encoding issues in the tests for the... |
commit | commitdiff | tree |
2013-03-01 |
drh | Fix an overly restrictive assert() in the pager. |
commit | commitdiff | tree |
2013-03-01 |
drh | Fix the handling of UTF16 surrogate pairs in the char... |
commit | commitdiff | tree |
2013-03-01 |
drh | Always use strncmp() rather than memcmp() when comparin... |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | In the incrvacuum3 test, add missing call to the Tcl... |
commit | commitdiff | tree |
2013-02-26 |
drh | When comparing names during name resolution, make sure... |
commit | commitdiff | tree |
2013-02-26 |
dan | Change the way test script incrvacuum3.test copies... |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | Prevent Tcl file encoding issues in the tests for the... funcTestEncoding |
commit | commitdiff | tree |
2013-02-26 |
mistachkin | Remove extra use of the sqlite3_value_int64() function. |
commit | commitdiff | tree |
2013-02-25 |
drh | Add new SQL functions unicode() and char(). |
commit | commitdiff | tree |
2013-02-25 |
drh | Strengthen the final test case in index5.test. Also... |
commit | commitdiff | tree |
2013-02-25 |
dan | Fix an error in test script index5.test. |
commit | commitdiff | tree |
2013-02-25 |
dan | Merge the incr-vacuum-opt branch with the trunk. |
commit | commitdiff | tree |
2013-02-25 |
dan | Add test file incrvacuum3.test. No code changes. incr-vacuum-opt |
commit | commitdiff | tree |
next |