summaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-0/+14
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-0/+14
* | Track splits during eviction by data-source as well as by connection.Keith Bostic2015-02-091-0/+8
|/
* Merge branch 'develop' into memory-allocationMichael Cahill2015-01-271-0/+3
|\
| * Two "real" changes:Keith Bostic2015-01-231-0/+3
* | Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-2/+0
* | Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-0/+2
* | Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+1
|/
* Split out statistic for forced eviction. It's not always because theAlex Gorrod2015-01-131-0/+3
* Track the largest in-memory page size we've been called on to evict.Keith Bostic2015-01-101-0/+3
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-052-5/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0413-0/+13
* busy-work: sort the stat options, make the stat options units matchKeith Bostic2014-12-191-3/+3
* Add sleep backoff if waiting for page too long. SERVER-16269Susan LoVerso2014-12-191-8/+11
* Add separate statistics for pages yielding because the WT_REF isn'tKeith Bostic2014-12-191-0/+12
* Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-163-12/+13
|\
| * Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-152-7/+7
| * Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-151-5/+6
| |\
| | * Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-092-0/+17
| | |\
| | * | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-5/+6
* | | | Add a few more sweep stats to understand why the test sometimes fails.Susan LoVerso2014-12-151-0/+5
|/ / /
* | | Update auto-generated files.Michael Cahill2014-12-111-3/+2
* | | Add connection sweep stats and a sweep test. #1446Susan LoVerso2014-12-101-0/+5
| |/ |/|
* | Don't compress if the record is already smaller than the minimumSusan LoVerso2014-12-091-0/+3
* | Merge branch 'develop' into log-compressMichael Cahill2014-12-091-0/+4
|\ \
| * | Optimize checking for the metadata URI.Alex Gorrod2014-12-051-0/+4
| |/
* | Added log compression stats. refs #1359.Don Anderson2014-12-041-8/+10
* | Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-021-0/+8
|\ \ | |/ |/|
| * Merge branch 'develop' into log-compressDon Anderson2014-12-021-18/+26
| |\
| * | Added log compression. When configured, we attempt to compressDon Anderson2014-12-021-0/+8
* | | Merge branch 'develop' into log-recycleMichael Cahill2014-12-021-0/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into split-rightMichael Cahill2014-12-021-0/+3
| |\ \
| | * | Add a statistic to count how much eviction application threads are doing.Michael Cahill2014-12-021-0/+3
| * | | Add code to split a too-large insert list onto a new page as part ofKeith Bostic2014-11-301-0/+5
| |/ /
* | | Merge branch 'develop' into log-recycleSusan LoVerso2014-12-011-18/+18
|\ \ \ | |/ /
| * | First pass at adding groupings for stats. #1365Susan LoVerso2014-11-261-18/+18
| |/
* | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-6/+7
* | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-10/+7
* | Add recycle stats and code to set a maximum number of recycle files.Susan LoVerso2014-11-201-0/+10
|/
* The Intel link no longer works, update with the name of the paper.Keith Bostic2014-11-131-11/+12
* Fix error wrapper usage. Change units to msecs. #1374Susan LoVerso2014-11-121-4/+4
* Add checkpoint timer stats. #1374Susan LoVerso2014-11-121-0/+8
* Rename the log "user bytes" statistic to "payload bytes". The former has con...Michael Cahill2014-11-101-2/+2
* Pass WT_PANIC to __wt_err so that applications can catch panics.Michael Cahill2014-11-101-3/+1
* Get rid of some abbreviations in the async statistics messages.Keith Bostic2014-11-031-9/+10
* Now that the tag is part of the description, the right field to sortKeith Bostic2014-11-031-231/+231
* Make capitalization consistent.Keith Bostic2014-11-031-3/+3
* Replace some of the tags with more verbose versions:Keith Bostic2014-11-031-36/+37
* Use the "btree" tag consistently (before we had both "Btree" and "btree").Keith Bostic2014-11-031-9/+9
* unused statistics field: rec_skipped_updateMichael Cahill2014-11-031-4/+0