summaryrefslogtreecommitdiff
path: root/src/include/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod2016-01-111-0/+2
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-301-9/+9
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-141-0/+3
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-21/+19
* Cherry pick naming fixups.Michael Cahill2015-06-291-4/+4
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-0/+1
* Fixes after cherry-picking.Michael Cahill2015-04-251-1/+2
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-0/+1
* Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-171-1/+1
* Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-0/+2
* More lint/changes for #1740, switch WT_CONNECTION.stat_usecs,Keith Bostic2015-03-101-2/+2
* Add log worker thread to advance write_lsn. #1683Susan LoVerso2015-02-191-0/+4
* Merge branch 'develop' into eviction-thread-reconfigureKeith Bostic2015-02-181-1/+0
|\
| * Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-181-1/+0
* | Allow the maximum number of eviction threads to be reconfigured. This was pr...Michael Cahill2015-02-171-0/+1
|/
* Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-0/+1
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-12/+13
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-0/+30
* split_gen paranoia: always increment split_gen once per split, use the alloca...Michael Cahill2015-02-021-1/+1
* Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-2/+1
* Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-2/+3
* Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+1
* Add log thread to fsync and close log files. #1560Susan LoVerso2015-01-151-4/+8
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-301-1/+2
* Merge branch 'develop' into log-compressMichael Cahill2014-12-091-0/+24
|\
| * Update comments to make the dhhash structures clearer.Alex Gorrod2014-12-091-0/+6
| * Refer to a dhandle hash slot as a bucket.Alex Gorrod2014-12-091-4/+5
| * Increase array to 512 #1439Susan LoVerso2014-12-081-1/+1
| * TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-7/+7
| * Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-2/+2
| * Connection dhandle hashed queue. #1439Susan LoVerso2014-12-081-0/+17
| * Convert the dhandle list to a queue.Alex Gorrod2014-12-051-2/+2
* | Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-021-0/+1
|\ \ | |/ |/|
| * Merge branch 'develop' into log-compressDon Anderson2014-12-021-1/+2
| |\
| * | Added log compression. When configured, we attempt to compressDon Anderson2014-12-021-0/+1
* | | Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-2/+4
* | | Generalize to use a log server thread that separately handles archivingSusan LoVerso2014-12-011-4/+4
* | | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-3/+1
* | | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-3/+3
* | | Add recycle stats and code to set a maximum number of recycle files.Susan LoVerso2014-11-201-1/+3
* | | Merge branch 'develop' into log-recycleMichael Cahill2014-11-191-1/+2
|\ \ \ | | |/ | |/|
| * | Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-0/+1
| * | Split the schema lock into a lock that prevents concurrent schema-changing op...Michael Cahill2014-11-131-1/+1
| |/
* | First part of recyclng log files. Have archiving move them aside andSusan LoVerso2014-11-171-0/+1
|/
* Add a stat macro so can directly access connection statistics' values;Keith Bostic2014-11-121-4/+2
* Fix error wrapper usage. Change units to msecs. #1374Susan LoVerso2014-11-121-2/+2
* Add checkpoint timer stats. #1374Susan LoVerso2014-11-121-0/+2
* Change the API to not repeatedly call __wt_panic() after the panic flagKeith Bostic2014-11-071-0/+9