summaryrefslogtreecommitdiff
path: root/src/session
AgeCommit message (Expand)Author
2014-05-06Fix metadata cursor dup and search_near.Alex Gorrod
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-23Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill
2014-04-17Fix a bug where we could free invalid memory during checkpoint.Alex Gorrod
2014-04-07Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-04Simplify pinning and releasing a transaction ID required to look at page inde...Michael Cahill
2014-04-03Make sure we always publish a required transaction ID before looking at page ...Michael Cahill
2014-03-14Update the metadata cursor implementation.Alex Gorrod
2014-03-04Minor generalization of the fotxn structures so they're not limited toKeith Bostic
2014-02-27lint, uninitialized variable complaint.Keith Bostic
2014-02-26We can't clear the sessions fotxn memory as part of closing a session,Keith Bostic
2014-02-26Free the WT_SESSION_IMPL.fotxn structure itself, on connection close.Keith Bostic
2014-02-25Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic
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