summaryrefslogtreecommitdiff
path: root/src/include/txn.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3417 Check for active transactions during upgrade/downgrade. (#3583)Michael Cahill2017-08-151-3/+5
* WT-3493 wt_verbose_dump_txn should display timestamp information (#3580)Keith Bostic2017-08-141-2/+1
* WT-3503 lint (#3578)Keith Bostic2017-08-141-5/+4
* WT-3497 Improve logging message when hitting the WT session limits (#3579)Keith Bostic2017-08-141-1/+1
* WT-3483 Fixes for timestamps and metadata (from Michael). (#3570)sueloverso2017-08-101-1/+11
* WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod2017-08-081-2/+24
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-18/+72
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-07-201-10/+0
* WT-3401 Lint and minor cleanup (#3491)Keith Bostic2017-07-031-2/+22
* WT-3385 Coverity 1376471: __wt_txn_parse_timestamp() memory overrun (#3475)Keith Bostic2017-06-231-5/+8
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-20/+154
* WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows2017-06-071-0/+2
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-1/+1
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-1/+1
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-1/+1
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-5/+7
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-051-1/+1
* WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-101-1/+2
* WT-3066 lint (#3189)Keith Bostic2016-12-121-2/+1
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-141-0/+9
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-5/+3
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-3/+3
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-1/+1
* WT-2811 The checkpoint session should not ignore it's own transaction ID (#2934)Alex Gorrod2016-08-051-5/+4
* WT-2811 Include the checkpoint transaction if there is no btree. (#2930)Michael Cahill2016-08-041-8/+6
* WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-041-5/+9
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-5/+7
* WT-2534 Use atomic add when allocating transaction IDs.Michael Cahill2016-04-071-2/+7
* WT-2349 Add test testing methods not supported.Susan LoVerso2016-02-101-0/+2
* 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