summaryrefslogtreecommitdiff
path: root/src/conn/conn_handle.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-011-1/+2
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-131-8/+10
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-3/+5
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-0/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-8/+3
* Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-161-0/+2
|\
| * WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-0/+2
* | WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-1/+2
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-0/+2
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-1/+1
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-241-3/+5
|\
| * The WT_PAGE_LOCKS macro doesn't need to take an argument, simplify it.Keith Bostic2015-08-221-3/+3
| * Assert the WT_CONNECTION.page_lock, WT_CONNECTION.sessions,Keith Bostic2015-08-221-0/+2
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-191-3/+1
|\ \ | |/
| * WT-2029, minor cleanups.Keith Bostic2015-08-181-3/+1
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-181-1/+3
|\ \ | |/
| * WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-1/+3
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-131-6/+6
|\ \ | |/
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-6/+6
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-0/+2
|/
* Ignoring return value of __wt_rwlock_destroy function.Keith Bostic2015-07-141-1/+1
* WT-1962 Make the hot_backup_lock a read/write lock.Susan LoVerso2015-07-101-2/+3
* Add encryptor lock. Will be needed if we sweep encryptors.Susan LoVerso2015-04-231-0/+2
* Initial plumbing for encryption api. #1822Susan LoVerso2015-03-261-0/+1
* Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-2/+1
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-4/+5
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-1/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-2/+2
* Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-1/+1
* Connection dhandle hashed queue. #1439Susan LoVerso2014-12-081-0/+3
* Convert the dhandle list to a queue.Alex Gorrod2014-12-051-1/+1
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-0/+2
* More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-0/+1
* Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.Keith Bostic2014-09-111-1/+2
* Add a new lock to serialize reconfigure.Alex Gorrod2014-09-111-0/+1
* Write a new version of config-collapse that merges nested structuresKeith Bostic2014-09-061-0/+1
* long lines, whitespaceKeith Bostic2014-09-041-4/+4
* Move LSM manager initialization into main thread.Alex Gorrod2014-09-041-0/+10
* LSM manager threads:Alex Gorrod2014-07-181-3/+3
* Start shifting to having shared worker threads for LSM trees.Alex Gorrod2014-07-171-0/+5
* Implement Keith's review feedback.Michael Cahill2014-07-021-2/+10
* Use a split generation number to determine when memory replaced by a split ca...Michael Cahill2014-06-251-0/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Have pages point at their spinlock rather than keep an index into an array. ...Michael Cahill2013-11-131-8/+6
* Replace the per-btree handle spinlock with an array of 256 spinlocks inKeith Bostic2013-10-171-0/+11
* Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-7/+7
* Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic2013-10-041-9/+7