summaryrefslogtreecommitdiff
path: root/src/include/txn.i
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-011-58/+59
|\
| * WT-2241 Use a lock to protect transaction ID allocation.Michael Cahill2015-11-251-10/+5
| * WT-2337 Avoid yields if we race allocating transaction IDs.Michael Cahill2015-11-251-5/+9
| * LintAlex Gorrod2015-11-241-16/+16
| * WT-2237 Have threads publish unique transaction IDs so that updates always be...Michael Cahill2015-11-241-58/+60
* | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-071-15/+17
|\ \ | |/
| * WT-2170 Restore visible_all semantics if we try to check visibility without a...Michael Cahill2015-10-301-3/+4
| * whitespaceMichael Cahill2015-10-291-4/+4
| * WT-2170 Clarify a comment.Susan LoVerso2015-10-281-2/+5
| * WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-4/+13
| * WT-2170 Move commentSusan LoVerso2015-10-261-7/+0
| * WT-2170 Only have read uncommitted visible for metadata_search.Susan LoVerso2015-10-261-2/+1
* | WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than aKeith Bostic2015-10-201-7/+8
|/
* WT-2139 update a commentMichael Cahill2015-10-121-10/+11
* whitespaceMichael Cahill2015-10-091-3/+3
* WT-2139 At read-uncommitted isolation, keep the same ID pinned while cursors ...Michael Cahill2015-10-091-7/+4
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-2/+2
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-16/+16
* Revert "Change __wt_txn_oldest_id to test for the lookaside table so all"Keith Bostic2015-08-271-4/+0
* Change __wt_txn_oldest_id to test for the lookaside table so allKeith Bostic2015-08-271-0/+4
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-191-4/+4
|\
| * Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-2/+2
| * Use cpp to generate the inline functions we need, add a volatileKeith Bostic2015-08-061-5/+4
| * WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-3/+4
| * whitespaceMichael Cahill2015-07-301-1/+1
| * WT-1967 Don't allow last_running to move past a running transaction.Michael Cahill2015-07-301-1/+2
* | whitespaceMichael Cahill2015-07-301-1/+1
* | WT-1967 Don't allow last_running to move past a running transaction.Michael Cahill2015-07-301-1/+2
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-7/+10
|/
* whitespaceMichael Cahill2015-07-081-4/+4
* WT-1982 Avoid unnecessary read barriers in transaction code. Fix a 64-to-32-...Michael Cahill2015-07-071-6/+7
* WT-1982 Fix a window where reconciliation could go back in transaction time.Michael Cahill2015-07-011-8/+6
* whitespaceMichael Cahill2015-06-301-2/+2
* WT-1982 Track down cached overflow items that are being freed too early, lead...Michael Cahill2015-06-301-17/+15
* WT-1977: To defer the equality comparison until outside the binary searchKeith Bostic2015-06-251-2/+1
* SERVER-18875 Track the checkpoint's session ID (rather than the transaction I...Michael Cahill2015-06-251-2/+3
* SERVER-18875 During a checkpoint, don't keep data alive if the checkpoint is ...Michael Cahill2015-06-251-6/+13
* Merge pull request #2013 from wiredtiger/evict-clean-throttleMichael Cahill2015-06-251-2/+2
|\
| * Merge branch 'develop' into evict-clean-throttleKeith Bostic2015-06-231-1/+1
| |\
| * | Split __wt_cache_full_check into two parts, a set of inline checks andKeith Bostic2015-06-081-2/+2
| * | Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_waitKeith Bostic2015-06-051-2/+2
* | | WT-1977 Improve the performance of getting snapshots with many sessions.Michael Cahill2015-06-241-2/+4
| |/ |/|
* | There's a macro to get the global transaction state, use it everywhere.Keith Bostic2015-06-131-1/+1
|/
* Merge pull request #1839 from wiredtiger/named-snapshotsMichael Cahill2015-05-221-1/+13
|\
| * Rename the "upto" drop snapshot config "before".Michael Cahill2015-05-221-0/+7
| * Fix how named snapshots are allocated on begin_transaction.Alex Gorrod2015-05-201-1/+6
* | Export a function to get the oldest transaction ID that needs to be tracked f...Michael Cahill2015-05-211-6/+21
|/
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-30/+30
* Merge branch 'develop' into txn-refreshMichael Cahill2015-05-041-0/+7
|\