summaryrefslogtreecommitdiff
path: root/src/lsm
Commit message (Expand)AuthorAgeFilesLines
* WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-022-2/+3
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-022-2/+2
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+1
* WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic2017-05-241-3/+3
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-1/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+1
* WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic2017-04-192-7/+3
* WT-3275 Fix a bug in LSM cursor semantics. (#3388)Alex Gorrod2017-04-181-4/+26
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-182-15/+8
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-22/+65
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-072-2/+2
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-079-9/+9
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-292-30/+47
* WT-98 Update the current cursor value without a searchKeith Bostic2017-03-241-5/+5
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-2/+2
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-244-26/+17
* WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic2017-03-241-3/+3
* WT-2990 Restore use of dhandle lock in LSM. (#3342)sueloverso2017-03-201-3/+6
* WT-3196 Prevent eviction in LSM primaries after the are flushed. (#3336)Michael Cahill2017-03-201-66/+3
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-173-9/+14
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-162-40/+100
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-141-7/+35
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-022-3/+5
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-015-46/+41
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-251-1/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-232-6/+6
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-155-12/+56
* WT-3066 lint (#3189)Keith Bostic2016-12-122-11/+8
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-066-20/+14
* WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan2016-11-154-12/+12
* WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows2016-11-112-2/+2
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-1/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+1
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-8/+9
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-11/+11
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-142-69/+213
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-074-15/+14
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-10/+9
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-144-24/+26
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-064-34/+35
* WT-2867 Review and fix barrier usage in __lsm_tree_close (#3014)Keith Bostic2016-09-022-19/+9
* WT-2822 Fix possible infinite loop warning (#2965)Sulabh Mahajan2016-08-161-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-167-129/+117
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-1/+1
* WT-2798 Fix data consistency bug with table creates during a checkpoint. (#2910)Michael Cahill2016-07-271-1/+8
* WT-2239 Make sure LSM cursors read up to date dsk_gen, it was racing with com...sueloverso2016-07-222-1/+19
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+1
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-5/+3
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2