summaryrefslogtreecommitdiff
path: root/src/include/connection.h
AgeCommit message (Expand)Author
2014-10-03Formatting cleanups after the wt_off_t change.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-09-11Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.Keith Bostic
2014-09-11Add a new lock to serialize reconfigure.Alex Gorrod
2014-09-06Write a new version of config-collapse that merges nested structuresKeith Bostic
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-21Refactor to remove layering violations. #1170Susan LoVerso
2014-08-20Add log_size configuration for checkpoints. #1170Susan LoVerso
2014-08-11Make dynamic eviction workers the default. #1143Alex Gorrod
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-06LintAlex Gorrod
2014-08-05Merge branch 'develop' into dynamic-evict-workersAlex Gorrod
2014-08-01Move eviction worker fields from cache into the connection, so they are alway...Michael Cahill
2014-08-01Move session creation out of worker threads: the session open can race with c...Michael Cahill
2014-08-01Bump the number of slots for internal sessions: we have a lot more than 2 now.Michael Cahill
2014-07-30whitespaceKeith Bostic
2014-07-30Make the eviction server thread start/stop like the rest of the serverKeith Bostic
2014-07-17Start shifting to having shared worker threads for LSM trees.Alex Gorrod
2014-07-01Merge branch 'develop' into split-memory-managementKeith Bostic
2014-06-25Fix build warning and comment in header file.Alex Gorrod
2014-06-25Add new statistics_log=(on_close=bool) option.Alex Gorrod
2014-06-25Change from using separate fields to define stat states to flags.Alex Gorrod
2014-06-25Use a split generation number to determine when memory replaced by a split ca...Michael Cahill
2014-05-21First attempt to add a sweep thread to close data handles only afterKeith Bostic
2014-03-25Add top layer of functions. Split files.Susan LoVerso
2014-03-24First bits of async codeSusan LoVerso
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-20__open_directory_sync can sync the wrong directory if the applicationKeith Bostic
2013-12-19Rework the pthread spinlock logging code.Keith Bostic
2013-12-13We need to handle static "location ID" variables with both multipleKeith Bostic
2013-12-11Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic
2013-12-11Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic
2013-11-30Track connection & session data handle sweeps consistently, moveKeith Bostic
2013-11-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-18Merge branch 'develop' into java-auto-close2Don Anderson
2013-11-18Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson
2013-11-15Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-14Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-13Change compaction to not block checkpoints: during the part of compactionKeith Bostic
2013-11-13Have pages point at their spinlock rather than keep an index into an array. ...Michael Cahill
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-07Use fewer than 256 page locks to see whether L1 cache performance improves.Michael Cahill
2013-11-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-01lint, cleanup, style.Keith Bostic
2013-11-01Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-21Add clear to the connection statistics configuration and remove "clear"Keith Bostic
2013-10-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Replace the per-btree handle spinlock with an array of 256 spinlocks inKeith Bostic