summaryrefslogtreecommitdiff
path: root/src/include/connection.h
AgeCommit message (Expand)Author
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
2013-10-17The spinlock statistics are relatively large (about 10KB), don't includeKeith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-04Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic
2013-10-01Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-09-18Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-08-28Cherry pick Sue's sync configuration changes, so develop matches the fine-gra...Michael Cahill
2013-08-27Add transaction_log_sync support for config.Susan LoVerso
2013-08-14Merge pull request #623 from wiredtiger/worker-threads-lastAlex Gorrod
2013-08-14Code movement from review comments.Susan LoVerso
2013-08-14Don't start the worker threads until everything else is done: it'sKeith Bostic
2013-08-13Periodically close session and connection dhandles that are no longerSusan LoVerso
2013-07-17Some small fixes / changes to logging to fix the size of records passed to ca...Michael Cahill
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-06-07Rename WT_CONNECTION.metadata_lock to WT_CONNECTION.checkpoint_lock.Keith Bostic
2013-06-07Restore support for the wiredtiger_open() error_prefix configurationKeith Bostic
2013-05-29remove WT_CONNECTION_IMPL.{msgfile,msgcall}, they're unused.Keith Bostic
2013-05-22Merge branch 'develop' into loggingSusan LoVerso
2013-05-14Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic
2013-05-11Support for a new configuration option, file_extend, that extends the fileKeith Bostic
2013-05-09Merge branch 'develop' into logging. Commit merge conflicts.Susan LoVerso
2013-05-09Start logging implementationSusan LoVerso