summaryrefslogtreecommitdiff
path: root/src/txn/txn.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2802 Copy values during commit before releasing snapshot. (#2917)Michael Cahill2016-08-021-8/+10
* Merge pull request #2337 from wiredtiger/WT-2241Michael Cahill2015-12-021-4/+7
* Merge pull request #2331 from wiredtiger/WT-2237Alex Gorrod2015-12-021-2/+2
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-2/+2
* WT-2039 Add error check and unit test for log records over 4Gb.sueloverso2015-09-281-1/+0
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-20/+21
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-6/+6
* WT-2021: Fix a race when getting a transaction ID.Alex Gorrod2015-08-061-16/+14
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-041-3/+3
* Merge pull request #2068 from wiredtiger/txn-oldest-updateAlex Gorrod2015-08-041-1/+15
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-021-28/+17
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-291-20/+12
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-8/+8
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-291-83/+124
* Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-291-3/+6
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* Implement review feedback.Alex Gorrod2015-03-171-3/+4
* Self review of checkpoint ID change.Alex Gorrod2015-03-171-7/+10
* Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-161-0/+5
* Fix visibility checks in checkpoint ID optimization code.Alex Gorrod2015-03-131-1/+5
* Don't dereference a NULL btree, update the oldest ID if thereAlex Gorrod2015-03-131-3/+1
* Only skip the checkpoint transaction ID, don't skip all none IDs.Alex Gorrod2015-03-131-2/+4
* Fixup the check for checkpoint_id and oldest_id in txn_refresh.Alex Gorrod2015-03-131-1/+4
* Update visibility check to know about checkpoints.Alex Gorrod2015-03-111-6/+9
* Merge pull request #1549 from wiredtiger/mongodb-pausesAlex Gorrod2015-01-131-1/+8
|\
| * 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
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Set split-gen when deepening the tree, add paranoia that the eviction server ...Michael Cahill2014-12-181-0/+1
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-2/+2
* 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
|/
* 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
* Add statistics to track open sessions and the range of transaction IDs that a...Michael Cahill2014-10-241-0/+19
* If the metadata is updated, that update should ignore the running transaction...Michael Cahill2014-10-211-0/+4
* 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
* 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-121-6/+7
* whitespaceKeith Bostic2014-08-281-2/+1
* Don't reset cursors during transaction begin or commit (only on rollback).Michael Cahill2014-08-271-29/+33
* Cleanup based on Alex's feedback.Michael Cahill2014-07-011-6/+3