Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/pcache2.test
2015-07-24
| ||
14:17 | Modify a few test scripts to avoid leaving the sqlite3Config structure in a non-default state. file: [af7f3deb] check-in: [562687d9] user: dan branch: trunk, size: 2445 | |
2015-07-16
| ||
18:18 | Defer the bulk pcache1 memory allocation until the first page allocation request. Limit the size of the pcache1 bulk allocation to the cache_size setting. Deallocate the bulk allocation on a sqlite3_db_release_memory() request, if the bulk allocation is completely unused. file: [c70d9254] check-in: [b79a4aff] user: drh branch: trunk, size: 2384 | |
2015-07-07
| ||
14:06 | Simplify the page recycling condition in pcache1. Fix test cases to work with the latest changes. file: [ec3ae192] check-in: [5b60df55] user: drh branch: pcache-bulk-local, size: 2324 | |
2011-09-22
| ||
14:56 | Remove the SQLITE_PAGECACHE_BLOCKALLOC compilation option. file: [a83efe2d] check-in: [4eb46898] user: dan branch: trunk, size: 2268 | |
2011-08-22
| ||
14:55 | Modify test cases so that veryquick.test passes with PAGECACHE_BLOCKALLOC defined. file: [bc67c680] check-in: [c6100070] user: dan branch: pager-blockalloc, size: 2416 | |
2011-08-02
| ||
00:57 | Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. file: [9f9357bb] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 2269 | |
2009-07-18
| ||
14:36 | Add some code to sqlite3VdbeMemSetZeroBlob() so that it works (less efficiently) even when OMIT_INCRBLOB is defined. Ticket #3977. (CVS 6906) file: [0d85f2ab] check-in: [f5f7259d] user: danielk1977 branch: trunk, size: 2283 | |
08:30 | Changes to test scripts so that (make test) works when OMIT_INCRBLOB is defined. (CVS 6904) file: [19a51b78] check-in: [1dd834a3] user: danielk1977 branch: trunk, size: 2371 | |
2008-11-13
| ||
16:21 | Minor changes to get memsys5 compiling and its tests passing. Ticket #3495. (CVS 5901) file: [46efd980] check-in: [96453ca1] user: danielk1977 branch: trunk, size: 2282 | |
2008-10-14
| ||
19:21 | Disable the page-cache at the end of pcache2.test. (CVS 5823) file: [e2260293] check-in: [3d2d05b6] user: danielk1977 branch: trunk, size: 2146 | |
2008-09-15
| ||
15:36 | Adjust the page recycling algorithm so that the number of pages allocated to each connection does not exceed its cache_size limit. (CVS 5701) file: [2b4fa1be] check-in: [3bc221b9] user: drh branch: trunk, size: 2083 Added | |