| Commit message (Expand) | Author | Age | Files | Lines |
* | Cut release 1.3.81.3.8 | Alex Gorrod | 2012-11-22 | 6 | -7/+44 |
* | Update the documentation around statistics keys. | Michael Cahill | 2012-11-22 | 4 | -2/+16 |
* | Don't try to merge with a chunk that is much larger than a small chunk. | Michael Cahill | 2012-11-21 | 1 | -3/+12 |
* | After an LSM merge, fault in some pages before the new tree goes live to avoi... | Michael Cahill | 2012-11-21 | 2 | -3/+33 |
* | whitespace | Michael Cahill | 2012-11-21 | 1 | -1/+1 |
* | typo | Michael Cahill | 2012-11-20 | 1 | -1/+1 |
* | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill | 2012-11-20 | 17 | -48/+46 |
* | Take care with __wt_buf_grow if the data field may be an offset into the buffer. | Michael Cahill | 2012-11-20 | 4 | -42/+42 |
* | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 29 | -590/+518 |
* | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill | 2012-11-16 | 12 | -62/+129 |
* | Add a session flag to disable cache checks in critical sections. | Michael Cahill | 2012-11-16 | 4 | -6/+10 |
* | Switch the LSM tree lock to a read/write lock, so cursors can read the state ... | Michael Cahill | 2012-11-16 | 6 | -31/+29 |
* | s_whitespace | Michael Cahill | 2012-11-16 | 1 | -2/+2 |
* | Update shared cache configuration to use absolute values instead of | Alex Gorrod | 2012-11-15 | 6 | -30/+51 |
* | Merge pull request #376 from wiredtiger/shared-cache | agorrod | 2012-11-11 | 22 | -354/+1262 |
|\ |
|
| * | Merge branch 'develop' into shared-cache. Manual | Alex Gorrod | 2012-11-09 | 6 | -36/+59 |
| |\ |
|
| * | | Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all. | Alex Gorrod | 2012-11-09 | 4 | -9/+9 |
| * | | Shared cache fixes from review. Fix connection::reconfigure API. | Alex Gorrod | 2012-11-09 | 7 | -88/+104 |
| * | | Update shared_cache configuration settings and related changes. | Alex Gorrod | 2012-11-09 | 24 | -535/+507 |
| * | | Fix an error path in cache pool. | Alex Gorrod | 2012-11-08 | 1 | -2/+2 |
| * | | Remove change to makefile that should not have been pushed. | Alex Gorrod | 2012-11-08 | 1 | -1/+0 |
| * | | Fix a mistake in cache pool doc. | Alex Gorrod | 2012-11-08 | 1 | -2/+2 |
| * | | Add documentation for cache configuration. Tidy up source. | Alex Gorrod | 2012-11-08 | 9 | -28/+78 |
| * | | Manage a session handle for the cache pool thread. This becomes | Alex Gorrod | 2012-11-08 | 4 | -39/+90 |
| * | | Merge branch 'develop' into shared-cache | Alex Gorrod | 2012-11-08 | 28 | -479/+906 |
| |\ \ |
|
| * \ \ | Merge pull request #378 from wiredtiger/shared-cache-config | agorrod | 2012-11-07 | 25 | -281/+425 |
| |\ \ \ |
|
| | * | | | Fix occurrences of cache_size in the test suite. | Alex Gorrod | 2012-11-07 | 2 | -3/+4 |
| | * | | | Add configuration string checking to subconfig options. | Alex Gorrod | 2012-11-07 | 19 | -82/+112 |
| | * | | | Add support for getting config values with "X.Y" keys, update auto-generated ... | Michael Cahill | 2012-11-07 | 6 | -44/+42 |
| | * | | | Add partial implementation for sub-sets of configuration options. | Alex Gorrod | 2012-11-07 | 6 | -228/+343 |
| |/ / / |
|
| * | | | Update cache pool to keep information in the connections cache structure | Alex Gorrod | 2012-11-05 | 7 | -94/+83 |
| * | | | Fix compiler error introduced in previous commit. | Alex Gorrod | 2012-11-05 | 1 | -1/+1 |
| * | | | Bug fixes of cache pool implementation from review. | Alex Gorrod | 2012-11-05 | 1 | -29/+28 |
| * | | | Tidy cache pool. Split out constants, and split server thread from | Alex Gorrod | 2012-11-01 | 1 | -96/+125 |
| * | | | Tidy spelling file. | Alex Gorrod | 2012-10-29 | 1 | -1/+0 |
| * | | | Fix whitespace and grammar. | Alex Gorrod | 2012-10-29 | 2 | -3/+3 |
| * | | | Add a Python test for cache pool, fix some bugs, and remove | Alex Gorrod | 2012-10-29 | 4 | -136/+211 |
| * | | | Merge branch 'develop' into shared-cache | Alex Gorrod | 2012-10-29 | 70 | -465/+1327 |
| |\ \ \ |
|
| * | | | | Update cache pool implementation so that: | Alex Gorrod | 2012-10-24 | 5 | -81/+104 |
| * | | | | Merge branch 'develop' into shared-cache | Alex Gorrod | 2012-10-24 | 5 | -11/+15 |
| |\ \ \ \ |
|
| * | | | | | Undo __wt_cond_wait hack, will pull in complete fix from develop. | Alex Gorrod | 2012-10-24 | 1 | -4/+0 |
| * | | | | | Add a shared cache pool implemention. Manages a single cache amongst | Alex Gorrod | 2012-10-23 | 17 | -31/+598 |
* | | | | | | Added tag 1.3.7 for changeset 27cec7358203 | Michael Cahill | 2012-11-09 | 1 | -0/+1 |
* | | | | | | Cut release 1.3.7.1.3.7 | Michael Cahill | 2012-11-09 | 6 | -7/+27 |
* | | | | | | When verbose == 2, copy status output to stdout. | Michael Cahill | 2012-11-09 | 1 | -0/+7 |
* | | | | | | Change the default configuration of ex_test_perf: 4KB pages, no prefix compre... | Michael Cahill | 2012-11-09 | 1 | -7/+11 |
* | | | | | | Use a separate thread for creation of Bloom filters for the newest, unmerged ... | Michael Cahill | 2012-11-09 | 5 | -51/+132 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Write the metadata after creating missing Bloom filters. | Michael Cahill | 2012-11-09 | 1 | -24/+39 |
* | | | | | Drop any old Bloom filter before creating a new one -- we may have been inter... | Michael Cahill | 2012-11-09 | 2 | -1/+9 |
* | | | | | Clean up some complaints from s_all. | Michael Cahill | 2012-11-09 | 2 | -3/+4 |