summaryrefslogtreecommitdiff
path: root/src/txn
Commit message (Expand)AuthorAgeFilesLines
* Add a stat macro so can directly access connection statistics' values;Keith Bostic2014-11-121-16/+8
* Move checkpoint timing code lower and only time full databaseSusan LoVerso2014-11-121-0/+38
* Merge pull request #1358 from wiredtiger/write-leaf-pages-3-passAlex Gorrod2014-11-101-24/+17
|\
| * Do the synchronous flush of the leaf pages after writing leaf pages forKeith Bostic2014-11-081-24/+17
* | Merge branch 'develop' into directory-sync-log-filesMichael Cahill2014-11-071-0/+10
|\ \ | |/
| * Flush checkpoint handles prior to taking schema lock.Alex Gorrod2014-11-071-0/+10
* | Remove debug verbose message.Susan LoVerso2014-11-061-3/+0
* | Keep an open file handle on the log directory. #1343Susan LoVerso2014-11-061-0/+3
* | Merge branch 'develop' into directory-sync-log-filesKeith Bostic2014-11-061-1/+1
|\ \ | |/
| * __wt_config_gets_def() should be passed an int true/false, not a flag mask.Keith Bostic2014-11-051-1/+1
* | Use the log sync setting to decide whether to sync the directory on log file ...Michael Cahill2014-11-051-0/+5
|/
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-292-18/+29
|\
| * Update some comments.Michael Cahill2014-10-291-6/+3
| * Release snapshots on transaction commit, check if a new snapshot is required ...Michael Cahill2014-10-291-9/+3
| * Push down the force-discard logic so we don't have to deal with already-close...Michael Cahill2014-10-271-3/+4
| * Add statistics to track open sessions and the range of transaction IDs that a...Michael Cahill2014-10-241-0/+19
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-224-57/+85
|\ \ | |/
| * Remove dead code from the __checkpoint_worker preamble, we should neverKeith Bostic2014-10-211-11/+2
| * Don't separate the code to mark the root page dirty and subsequentlyKeith Bostic2014-10-211-16/+15
| * KNFKeith Bostic2014-10-211-7/+7
| * All log operations need the file ID, set it when allocating the structure.Michael Cahill2014-10-211-1/+0
| * Fix line wrapping.Michael Cahill2014-10-211-3/+5
| * If the metadata is updated, that update should ignore the running transaction...Michael Cahill2014-10-212-5/+9
| * If a checkpoint operation fails on a tree, make sure it ends up marked dirty....Michael Cahill2014-10-211-1/+9
| * Merge pull request #1297 from wiredtiger/value-copy-fixMichael Cahill2014-10-211-1/+2
| |\
| | * Take more care clearing WT_CURSTD_VALUE_INT, now that we use it internally to...Michael Cahill2014-10-201-1/+2
| * | Coverity doesn't like session->name staying set to track the last operation, ...Michael Cahill2014-10-201-1/+1
| |/
| * Fix an unused variable warning for non-diagnostic builds.Michael Cahill2014-10-181-1/+3
| * Copy values into positioned cursors in transaction commit so that the oldest ...Michael Cahill2014-10-181-14/+21
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-2/+17
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
|/
* Typo in last commit: s/remove/reset(!)Michael Cahill2014-10-141-1/+1
* Close and reset cursors that could prevent eviction during recovery.Michael Cahill2014-10-141-1/+15
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-031-3/+3
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-122-9/+8
* Don't check for a checkpoint name match if none was specified (yeah,Keith Bostic2014-09-091-7/+7
* Disallow JSON quoting characters in checkpoint names, it's not a goodKeith Bostic2014-09-091-27/+32
* Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill2014-08-292-4/+2
|\
| * whitespaceKeith Bostic2014-08-281-2/+1
| * whitespaceKeith Bostic2014-08-281-2/+1
* | whitespaceKeith Bostic2014-08-281-2/+1
* | Don't reset cursors during transaction begin or commit (only on rollback).Michael Cahill2014-08-271-29/+33
|/
* Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-262-2/+2
* Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-212-2/+2
* Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic2014-08-041-2/+2
* Merge pull request #1141 from wiredtiger/acquire-metadata-at-session-createMichael Cahill2014-08-011-1/+1
|\
| * Create a new routine that creates internal sessions (the old "internal"Keith Bostic2014-07-301-1/+1
* | Free the handle list allocated during checkpoints.Michael Cahill2014-08-011-1/+2
* | Clear the count of checkpoint handles after flushing.Michael Cahill2014-08-011-0/+1
* | txn/txn_ckpt.c:260:33: error: 'i' may be used uninitialized in this functionMichael Cahill2014-08-011-1/+3