summaryrefslogtreecommitdiff
path: root/src/session
AgeCommit message (Expand)Author
2014-01-15Return if another thread already is in compact.Susan LoVerso
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-30WhitespaceSusan LoVerso
2013-12-28Don't sweep this session's dhandle. #827Susan LoVerso
2013-12-17Merge Sue's fix for the session refcount with mine, simplify.Michael Cahill
2013-12-16If a session already has a reference to a dhandle, don't add another.Susan LoVerso
2013-12-12spellingMichael Cahill
2013-12-11Merge pull request #803 from wiredtiger/lintAlex Gorrod
2013-12-12Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill
2013-12-11lint + CoverityKeith Bostic
2013-12-11LSM compaction review updates. Implement Sue's suggestions, be more aggressi...Michael Cahill
2013-12-06Nits.Alex Gorrod
2013-12-06Merge branch 'develop' into compact-lsmAlex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-12-04Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic
2013-12-04Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic
2013-12-04Merge branch 'develop' into dhandleKeith Bostic
2013-12-04whitespaceKeith Bostic
2013-11-30lintKeith Bostic
2013-11-30cleanup some unused variables.Keith Bostic
2013-11-30Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic
2013-11-30Track connection & session data handle sweeps consistently, moveKeith Bostic
2013-11-21Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11If a big truncate fills the cache, there is no point retrying.Michael Cahill
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-10Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-08Don't block the oldest reader in the system forever. Try harder to evict whe...Michael Cahill
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-29Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-29Update comments around auto-close callbacks.Alex Gorrod
2013-10-28Ignoring return value of function '__wt_event_handler::handle_close'.Keith Bostic
2013-10-25Merge branch 'develop' into java-auto-closeAlex Gorrod
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
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-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-17Only free the hazard array during connection close.Michael Cahill
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-15Merge branch 'develop' into lsm-bloom-newestMichael Cahill
2013-10-14Review %d format usage, fix where it should have been something else.Keith Bostic
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-09Merge branch 'develop' into java-auto-closeMichael Cahill
2013-10-04Add another explicit bump of the oldest ID for LSM.Michael Cahill
2013-10-04Now that we aren't forcing oldest ID updates all the time, we need one in the...Michael Cahill
2013-10-01Merge branch 'develop' into fine-grained-durabilityAlex Gorrod