summaryrefslogtreecommitdiff
path: root/src/txn/txn_ckpt.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill2017-11-101-3/+10
* WT-3705 Code style fixes, and remove debian packaging (#3771)Alex Gorrod2017-11-021-2/+1
* Revert WT-3705 Full build Friday and lint (#3770)Alex Gorrod2017-10-311-1/+2
* WT-3705 Full build Friday and lint (#3765)Keith Bostic2017-10-301-2/+1
* WT-3223 Add optional checkpoint progress messages (#3730)nehakhatri52017-10-251-29/+61
* WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic2017-10-171-3/+3
* Revert previous commitnehakhatri52017-10-121-15/+17
* Globalize the timers associated with checkpointnehakhatri52017-10-121-17/+15
* WT-3646 Only use lookaside when operations are blocked waiting for cache (#3722)Michael Cahill2017-10-121-7/+19
* WT-3559 Detect when a checkpoint races with metadata changes (#3665)Vamsi Krishna2017-10-031-16/+9
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-291-6/+6
* WT-3457 skip scrubbing if very little data to scrub (#3660)Sulabh Mahajan2017-09-191-1/+20
* WT-3543 Ensure that failed checkpoints cleanup properly (#3646)Keith Bostic2017-09-121-9/+18
* WT-3511 Test transactions that use multiple timestamps (#3641)Vamsi Krishna2017-09-071-1/+1
* WT-3558 Disable metadata visibility assertion in checkpoints (#3638)mongodb-3.5.13Alex Gorrod2017-09-011-0/+10
* WT-3476 Make tables first class data handles. (#3545)Michael Cahill2017-08-281-7/+7
* WT-3514 Fix checkpoint's use of stable_timestamp. (#3597)mongodb-3.5.12Michael Cahill2017-08-181-40/+26
* WT-3450 Add verbose=[timestamp] functionality and related verbose messages (#...Sulabh Mahajan2017-08-091-0/+6
* WT-3458 Checkpoint timestamps only apply to non-logged tables. (#3556)Michael Cahill2017-08-031-0/+17
* WT-3387 Add use_timestamp option for checkpoint (#3503)sueloverso2017-07-261-1/+23
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-1/+1
* WT-3418 Fix a block manager race in tree close/open (#3512)Keith Bostic2017-07-201-12/+0
* WT-3381 Improve concurrency in the transaction subsystem (#3515)Alex Gorrod2017-07-191-0/+10
* Revert "WT-3381 Improve timestamp concurrency. (#3511)" (#3514)Alex Gorrod2017-07-181-1/+0
* WT-3381 Improve timestamp concurrency. (#3511)Michael Cahill2017-07-181-0/+1
* WT-3363 Add a test to confirm if operations block waiting for checkpoints to ...David Hows2017-06-271-0/+29
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-7/+17
* WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic2017-04-191-4/+1
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-071-1/+1
* 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-9/+7
* 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-241-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-1/+0
* 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-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-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-5/+5
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-14/+47
* 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-141-4/+4
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* Merge branch 'master' into developMichael Cahill2016-11-031-1/+1
|\