summaryrefslogtreecommitdiff
path: root/src/txn
AgeCommit message (Expand)Author
2014-10-14Typo in last commit: s/remove/reset(!)Michael Cahill
2014-10-14Close and reset cursors that could prevent eviction during recovery.Michael Cahill
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-09Don't check for a checkpoint name match if none was specified (yeah,Keith Bostic
2014-09-09Disallow JSON quoting characters in checkpoint names, it's not a goodKeith Bostic
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
2014-08-28whitespaceKeith Bostic
2014-08-28whitespaceKeith Bostic
2014-08-28whitespaceKeith Bostic
2014-08-27Don't reset cursors during transaction begin or commit (only on rollback).Michael Cahill
2014-08-26Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill
2014-08-21Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso
2014-08-04Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic
2014-08-01Merge pull request #1141 from wiredtiger/acquire-metadata-at-session-createMichael Cahill
2014-08-01Free the handle list allocated during checkpoints.Michael Cahill
2014-08-01Clear the count of checkpoint handles after flushing.Michael Cahill
2014-08-01txn/txn_ckpt.c:260:33: error: 'i' may be used uninitialized in this functionMichael Cahill
2014-08-01Flush files in the order they were opened.Michael Cahill
2014-07-31Instead of keeping a list of file URIs for checkpoint to flush,Keith Bostic
2014-07-31Wait for the handle flush lock when writing the leaf pages insteadKeith Bostic
2014-07-30Create a new routine that creates internal sessions (the old "internal"Keith Bostic
2014-07-29I believe the read-write-modify cycle of the metadata when we create aKeith Bostic
2014-07-29Remove uses of the checkpoint lock other than serializing checkpoints:Keith Bostic
2014-07-29Merge branch 'develop' into relax-checkpoint-lockKeith Bostic
2014-07-29Don't ignore the return from the forced checkpoint.Keith Bostic
2014-07-29Merge pull request #1123 from wiredtiger/force-log-ckptMichael Cahill
2014-07-28Fix type warning.Susan LoVerso
2014-07-28Force a full database checkpoint at the end of recovery. #1115Susan LoVerso
2014-07-25Don't hold the checkpoint lock when flushing leaf pages during close orKeith Bostic
2014-07-25Remove unused temporary buffer.Keith Bostic
2014-07-25Combine the not-modified and not-checkpoint code in one place rather thanKeith Bostic
2014-07-23Revert "Switch from using the checkpoint lock to serialize bulk-load close and"Keith Bostic
2014-07-22Switch from using the checkpoint lock to serialize bulk-load close andKeith Bostic
2014-07-17Force a checkpoint at the end of recovery so that the checkpoint LSNSusan LoVerso
2014-07-17Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match theKeith Bostic
2014-07-15Don't use S2C() where we already have a local variable.Keith Bostic
2014-07-01Cleanup based on Alex's feedback.Michael Cahill
2014-06-20Free memory more aggressively after splits. Keep the list of allocated objec...Michael Cahill
2014-06-20Clarify that the transaction sync setting overrides the global setting. Add ...Michael Cahill
2014-06-19Minor cleanup. Add enabled/none test case back in. #1074Susan LoVerso
2014-06-19Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill
2014-06-18Add per-txn sync configuration support. #1074Susan LoVerso
2014-06-10Check on transaction release if we can release any segments from theKeith Bostic
2014-06-03Fix a bug in recovery with missing files (e.g., after a hotbackup that raced ...Michael Cahill
2014-05-23Change WT_METADATA_URI to "metadata:".Michael Cahill
2014-05-20Flag rename:Keith Bostic
2014-05-19In the fast-path for avoiding scans of the global transaction table, check th...Michael Cahill
2014-05-13Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic