summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic2015-03-034-37/+76
|\
| * eviction_workers_XXX are uint32_t's, be consistent in handling them.Keith Bostic2015-03-031-4/+3
| * Don't set eviction_workers_min/eviction_workers_max in the connectionKeith Bostic2015-03-031-3/+6
| * __wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic2015-03-031-51/+50
| * Handle switching to a shared cache in reconfigure.Alex Gorrod2015-03-031-3/+10
| * Fixup per s_all.Alex Gorrod2015-03-031-3/+4
| * Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-034-30/+60
* | Merge pull request #1707 from wiredtiger/paranoiaMichael Cahill2015-03-032-3/+13
|\ \ | |/ |/|
| * Fixup error handling on non-force handle close.Alex Gorrod2015-03-021-1/+1
| * Self review: improve error handling.Michael Cahill2015-03-021-5/+7
| * Add paranoia to catch files opened during WT_CONNECTION::closeMichael Cahill2015-02-272-0/+5
| * Log an error if we fail to close a tree.Michael Cahill2015-02-271-1/+4
* | Reverse the direction of the LRU walk each time the eviction server goes to s...Michael Cahill2015-03-021-1/+1
|/
* Remove broken comment.Alex Gorrod2015-02-261-5/+0
* Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod2015-02-261-0/+47
* There's no error handling, just return instead of jumping to anKeith Bostic2015-02-241-2/+2
* Once __statlog_apply() finds a match, return, there's no reason to keepKeith Bostic2015-02-241-1/+1
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-242-14/+15
* I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-181-18/+20
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-182-30/+11
|\
| * Merge branch 'develop' into session-strerrorKeith Bostic2015-02-061-4/+4
| |\
| * | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-022-30/+11
* | | Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-181-4/+5
* | | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-122-0/+5
* | | Move server thread waits to the beginning of their loops: check that we're st...Michael Cahill2015-02-123-12/+11
* | | The checkpoint server should do a tiny wait to clear any pending signal, not ...Michael Cahill2015-02-111-4/+6
* | | If logs crossed the threshold size while we were taking a checkpoint, don'tMichael Cahill2015-02-111-0/+7
* | | Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-092-6/+7
* | | Change log_close thread sleep time to 1 second.Susan LoVerso2015-02-091-1/+1
* | | Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-1/+4
| |/ |/|
* | Take more care to clear dhandle->timeofdeath: we sometimes seem to be sweepin...Michael Cahill2015-02-041-4/+4
|/
* Use reads to measure cache pressure with shared caches. We previously tracke...Michael Cahill2015-01-301-8/+8
* Merge branch 'develop' into memory-allocationMichael Cahill2015-01-271-0/+2
|\
| * Add log code to ensure write-no-sync. #1585Susan LoVerso2015-01-211-0/+2
* | Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-6/+2
* | Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-2/+4
* | Loss of sign in promotion from long long to unsigned long longKeith Bostic2015-01-231-1/+2
* | Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+5
|/
* Typo in logging test (Boolean test of a parenthesized assignment).Keith Bostic2015-01-171-3/+3
* Log close thread needs to wait for any outstanding writes. #1571Susan LoVerso2015-01-171-4/+6
* Close the session for the log close server thread. Fixes a leak detected by ...Michael Cahill2015-01-171-0/+5
* Add log thread to fsync and close log files. #1560Susan LoVerso2015-01-152-7/+97
* Update the sync_lsn after sync'ing and closing an earlier log file andSusan LoVerso2015-01-141-1/+3
* Track the largest in-memory page size we've been called on to evict.Keith Bostic2015-01-101-0/+2
* Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-071-20/+57
|\
| * Keep wiredtiger_strerror() as thread-safe as possible by splitting theKeith Bostic2015-01-041-31/+48
| * Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-241-18/+38
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-053-5/+8
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0411-0/+11
* | Only preallocate the entire log file if we're not on the critical path.Susan LoVerso2014-12-301-1/+1