| Age | Commit message (Expand) | Author |
| 2014-03-28 | Update NEWS file for 2.1.2 release2.1.2 | Alex Gorrod |
| 2014-03-28 | Cut release 2.1.2 | Alex Gorrod |
| 2014-03-28 | lint | Alex Gorrod |
| 2014-03-28 | Bump version tag to 2.1.2 on develop. | Alex Gorrod |
| 2014-03-28 | error: comparison between signed and unsigned integer expressions | Keith Bostic |
| 2014-03-28 | Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST. | Alex Gorrod |
| 2014-03-28 | Fix a comment: finish the sentence. | Michael Cahill |
| 2014-03-28 | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill |
| 2014-03-28 | Inline the block extension function, do a fast check for available | Keith Bostic |
| 2014-03-28 | whitespace | Keith Bostic |
| 2014-03-28 | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic |
| 2014-03-28 | Add a fast path for file extensions so we don't walk the list of | Keith Bostic |
| 2014-03-28 | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic |
| 2014-03-28 | Short circuit cleaning up reconciliation boundary structures. | Alex Gorrod |
| 2014-03-28 | If we underflow a page size during a merge, that should not be fatal: just li... | Michael Cahill |
| 2014-03-28 | Update sharec_cache configuration again. | Alex Gorrod |
| 2014-03-28 | typo | Alex Gorrod |
| 2014-03-28 | Update shared cache test to match configuration changes. | Alex Gorrod |
| 2014-03-28 | Add upgrade doc for shared_cache config changes. | Alex Gorrod |
| 2014-03-28 | Update shared cache configuration options: | Alex Gorrod |
| 2014-03-28 | If a page is awaiting forced eviction, and LRU eviction fails, don't bump the... | Michael Cahill |
| 2014-03-28 | Take a copy of the update transaction ID in reconciliation in case we race wi... | Michael Cahill |
| 2014-03-04 | Merge branch 'develop' | Alex Gorrod |
| 2014-03-04 | Cut release 2.1.12.1.1 | Alex Gorrod |
| 2014-03-04 | Fix wtperf make check, and versions in upgrading documentation. | Alex Gorrod |
| 2014-03-04 | Merge pull request #889 from wiredtiger/python-flush | Michael Cahill |
| 2014-03-03 | In python, flush during callbacks to wrute to sys streams. refs #883. | Don Anderson |
| 2014-03-03 | Have the eviction thread update the oldest transaction ID in the system befor... | Michael Cahill |
| 2014-03-03 | Read threads should not bump the cache read generation: eviction is now respo... | Michael Cahill |
| 2014-03-03 | Use one check for whether to try forced eviction in a given session. Skip ev... | Michael Cahill |
| 2014-03-01 | Don't use memory after we've freed it. | Keith Bostic |
| 2014-03-01 | Remove the assertion that every chunk being merged has a Bloom filter: under ... | Michael Cahill |
| 2014-02-28 | Loosen the assertions around LSM merges and Bloom filters: it's okay to merge... | Michael Cahill |
| 2014-02-28 | Merge pull request #888 from wiredtiger/rec-skip-clean | Alex Gorrod |
| 2014-02-28 | Add comments explaining the reconciliation transactional read logic, includin... | Michael Cahill |
| 2014-02-28 | Rename disk_txn to reflect what we're actually using it for. | Michael Cahill |
| 2014-02-28 | Fix another bug regarding when pages can be evicted: have reconcilition track... | Michael Cahill |
| 2014-02-28 | Merge pull request #887 from wiredtiger/merge-bloom-fix | Alex Gorrod |
| 2014-02-28 | Switch || to && to fix build. | Alex Gorrod |
| 2014-02-28 | Have LSM compact logic match regular merges exactly: always create Bloom filt... | Michael Cahill |
| 2014-02-28 | Make sure all chunk involved in a merge have Bloom filters. Fix a race where... | Michael Cahill |
| 2014-02-27 | Display the failed open path, it makes debugging easier. | Keith Bostic |
| 2014-02-27 | monitor_set might have been used without being initialized. | Keith Bostic |
| 2014-02-27 | Merge pull request #847 from wiredtiger/checkpoint-directio | Alex Gorrod |
| 2014-02-27 | Update documentation for direct_io configuration. | Alex Gorrod |
| 2014-02-27 | Revert unnecessary test changes. | Alex Gorrod |
| 2014-02-27 | Don't automatically enable direct I/O on checkpoints. | Alex Gorrod |
| 2014-02-27 | Update test/salvage to configure the right buffer size for direct io. | Alex Gorrod |
| 2014-02-27 | Do buffer alignment checks when reading from checkpoints. | Alex Gorrod |
| 2014-02-26 | Add compression to voxer configs. | Susan LoVerso |