summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Generate Linux man pages when generating docs.Alex Gorrod2014-04-031-1/+1
* Merge branch 'master' into developMichael Cahill2014-03-311-3/+3
|\
| * Cut release 2.1.2Alex Gorrod2014-03-281-3/+3
| * lintAlex Gorrod2014-03-281-1/+1
| * error: comparison between signed and unsigned integer expressionsKeith Bostic2014-03-281-1/+1
| * Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST.Alex Gorrod2014-03-281-1/+1
| * Fix a comment: finish the sentence.Michael Cahill2014-03-281-1/+2
| * Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill2014-03-282-2/+23
| * Inline the block extension function, do a fast check for availableKeith Bostic2014-03-281-1/+3
| * whitespaceKeith Bostic2014-03-281-1/+1
| * *shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic2014-03-281-2/+4
| * Add a fast path for file extensions so we don't walk the list ofKeith Bostic2014-03-282-35/+85
| * Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-285-59/+87
| * Short circuit cleaning up reconciliation boundary structures.Alex Gorrod2014-03-281-4/+6
| * If we underflow a page size during a merge, that should not be fatal: just li...Michael Cahill2014-03-281-7/+7
| * Update sharec_cache configuration again.Alex Gorrod2014-03-284-34/+24
| * Add upgrade doc for shared_cache config changes.Alex Gorrod2014-03-282-15/+30
| * Update shared cache configuration options:Alex Gorrod2014-03-283-8/+23
| * If a page is awaiting forced eviction, and LRU eviction fails, don't bump the...Michael Cahill2014-03-281-1/+2
| * Take a copy of the update transaction ID in reconciliation in case we race wi...Michael Cahill2014-03-282-5/+6
* | Don't copy the checkpoint size until we hold the lock (this probablyKeith Bostic2014-03-261-11/+10
* | Fix a comment: finish the sentence.Michael Cahill2014-03-261-1/+2
* | Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill2014-03-262-2/+23
* | Merge pull request #923 from wiredtiger/verbose-checkpointMichael Cahill2014-03-246-14/+38
|\ \
| * | Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod2014-03-206-14/+38
* | | error: comparison between signed and unsigned integer expressionsKeith Bostic2014-03-221-1/+1
* | | Inline the block extension function, do a fast check for availableKeith Bostic2014-03-221-1/+3
* | | whitespaceKeith Bostic2014-03-211-1/+1
* | | *shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic2014-03-211-2/+4
* | | Add a fast path for file extensions so we don't walk the list ofKeith Bostic2014-03-212-35/+85
* | | Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-215-59/+87
|/ /
* | Short circuit cleaning up reconciliation boundary structures.Alex Gorrod2014-03-201-4/+6
* | I don't see any reason the checkpointing field needs to be declaredKeith Bostic2014-03-161-1/+1
* | When searching for pages to merge, don't walk up into a locked page: that can...Michael Cahill2014-03-142-7/+11
* | Merge pull request #906 from wiredtiger/shared-cache-configMichael Cahill2014-03-144-17/+37
|\ \
| * | Update sharec_cache configuration again.Alex Gorrod2014-03-144-34/+24
| * | Add upgrade doc for shared_cache config changes.Alex Gorrod2014-03-122-15/+30
| * | Update shared cache configuration options:Alex Gorrod2014-03-123-8/+23
* | | If we underflow a page size during a merge, that should not be fatal: just li...Michael Cahill2014-03-141-7/+7
* | | Simplify page walk: all the cases end up doing the same page-swap operation.Michael Cahill2014-03-141-15/+8
|/ /
* | Fix compact doc description regarding LSM.Susan LoVerso2014-03-111-2/+1
* | typo, comment cleanupKeith Bostic2014-03-111-3/+3
* | If a page is awaiting forced eviction, and LRU eviction fails, don't bump the...Michael Cahill2014-03-111-1/+2
* | Clear the "clear walks" flag after servicing the request.Michael Cahill2014-03-111-0/+1
* | When ascending through a tree in a no-wait walk, we can be blocked (e.g., if ...Michael Cahill2014-03-111-3/+9
* | Skip files for LRU eviction as long as the queue has a minimum number of entr...Michael Cahill2014-03-112-3/+3
* | LRU walks should not wait for page references to become stable. This was a b...Michael Cahill2014-03-112-2/+8
* | Add/fix/cleanup some comments.Keith Bostic2014-03-101-18/+21
* | Disable merges during checkpoints, make sure we visit all pages when evicting...Michael Cahill2014-03-103-26/+24
* | Ignore child pages without an address in column stores: in-memory splits can ...Michael Cahill2014-03-071-2/+4