summaryrefslogtreecommitdiff
path: root/src/txn
Commit message (Expand)AuthorAgeFilesLines
* Force log file closes to go in sequence. #1555Susan LoVerso2015-01-141-1/+3
* Merge pull request #1549 from wiredtiger/mongodb-pausesAlex Gorrod2015-01-132-4/+15
|\
| * Error handling: don't try to log a NULL snapshot in checkpoints.Michael Cahill2015-01-141-3/+7
| * Release transaction snapshots before flushing the log. This unpins data in t...Michael Cahill2015-01-141-1/+8
* | When restoring updates that could not be evicted, mark pages with the oldest ...Michael Cahill2015-01-131-3/+2
|/
* Update a comment per @sueloverso's suggestions.Michael Cahill2015-01-061-6/+5
* If we do a fake checkpoint with logging enabled, any subsequent changes shoul...Michael Cahill2015-01-061-10/+20
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-052-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-045-0/+5
* Reword comment a bit.Susan LoVerso2014-12-301-4/+4
* Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-303-6/+26
* Fix recovery if logging is turned off, changes are made and checkpointed, the...Michael Cahill2014-12-301-5/+4
* Minor cleanup: unused variables, KNF.Michael Cahill2014-12-242-9/+7
* Fix compile warnings as errorsMark Benvenuto2014-12-231-1/+2
* Fix json formatting of printlog to be valid jsonMark Benvenuto2014-12-231-10/+28
* Set split-gen when deepening the tree, add paranoia that the eviction server ...Michael Cahill2014-12-181-0/+1
* Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-161-1/+1
|\
| * Fix use of 'compressed' flag for printlog.Don Anderson2014-12-151-1/+1
* | Ensure metadata table is open at start of checkpoints.Alex Gorrod2014-12-121-6/+3
* | Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-121-16/+8
* | Use dhandle hash lists in more places. Adjust sweep timings. #1460Susan LoVerso2014-12-111-1/+5
|/
* Merge branch 'develop' into log-compressMichael Cahill2014-12-081-1/+1
|\
| * Consolidate the function and just pass in the URI. #1439Susan LoVerso2014-12-041-1/+1
* | KNF and formatting, fixed compiler warnings. refs #1359.Don Anderson2014-12-041-2/+2
* | Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-021-4/+13
|\ \ | |/ |/|
| * Merge branch 'develop' into log-compressDon Anderson2014-12-021-72/+93
| |\
| * | Added log compression. When configured, we attempt to compressDon Anderson2014-12-021-4/+13
* | | Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-023-7/+8
| |/ |/|
* | We don't need to checkpoint a clean file just because the previous checkpoint...Michael Cahill2014-11-281-8/+9
* | Coverity bugs:Michael Cahill2014-11-241-5/+3
* | Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-191-61/+77
|\ \
| * | Fix an increment that got lost in the previous change.Michael Cahill2014-11-181-1/+1
| * | Another change suggested by @keithbostic: we don't need a separate "busy" fla...Michael Cahill2014-11-181-7/+6
| * | KNFKeith Bostic2014-11-141-4/+2
| * | Finish checkpoint locking: gather data handles in the first pass, then walk t...Michael Cahill2014-11-141-61/+80
| |/
* | Sync the metadata before swapping the turtle file into place.Michael Cahill2014-11-171-0/+6
|/
* 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