summaryrefslogtreecommitdiff
path: root/src/txn
Commit message (Expand)AuthorAgeFilesLines
* WT-3207 Use config to determine checkpoint force value. (#3350)sueloverso2017-03-271-1/+5
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-242-2/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-172-2/+1
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-161-1/+1
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-141-1/+0
* WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-131-49/+26
* WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod2017-03-101-3/+5
* WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-101-185/+228
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-1/+1
* WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-131-2/+2
* WT-3164 Ensure all relevant btree fields are reset on checkpoint error. (#3283)sueloverso2017-02-091-1/+12
* WT-3157 More aggressive error handling. (#3275)sueloverso2017-02-061-18/+14
* WT-3157 Fix checkpoint error path (#3274)sueloverso2017-02-021-9/+18
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-3/+2
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-0/+95
* WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso2017-01-161-7/+9
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-041-1/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-233-23/+21
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-151-1/+0
* WT-3066 lint (#3189)Keith Bostic2016-12-121-4/+2
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-14/+47
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-0/+1
* WT-3034 Add support for named snapshots including updates. (#3161)Michael Cahill2016-12-051-4/+27
* WT-3024 Fix a hang on close caused by leaving a transaction ID pinned. (#3152)Michael Cahill2016-11-161-1/+2
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-142-29/+44
* WT-3018 lint (#3142)Keith Bostic2016-11-112-4/+0
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-2/+1
* SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill2016-11-041-2/+2
* Merge branch 'master' into developMichael Cahill2016-11-031-1/+1
|\
| * WT-3007 Remove duplicated word in comment (#3118)Hyeonseok Oh2016-11-031-1/+1
* | SERVER-26753 Don't spin on a read-lock in a tight loop. (#3113)Michael Cahill2016-11-021-9/+2
* | WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-012-15/+22
* | WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized (#3087)Keith Bostic2016-10-111-6/+6
* | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-27/+23
* | WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-4/+22
* | WT-2933 Fix an uninitialized variable warning. (#3077)Michael Cahill2016-10-041-2/+4
* | WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-043-29/+66
* | WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-301-1/+1
* | WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill2016-09-231-1/+2
* | WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-142-13/+13
* | WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-7/+13
* | WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-47/+58
* | WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-063-9/+5
* | WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-1/+1
* | WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-165-35/+31
* | WT-2841 Initialize verbose checkpoint timer at start of checkpoint (#2964)David Hows2016-08-161-0/+3
* | WT-2812 Verify cache_size before dividing. (#2931)sueloverso2016-08-041-3/+11
* | WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-041-1/+16
* | WT-2764 Fix a bug calculating the dirty percentage of cache. (#2926)Michael Cahill2016-08-031-29/+39
* | WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-032-105/+304