summaryrefslogtreecommitdiff
path: root/src/lsm
Commit message (Expand)AuthorAgeFilesLines
* 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
* WT-2602 In LSM, use the chunk size to set maximum page size in memory. (#2710)Michael Cahill2016-05-021-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-282-3/+3
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-1/+1
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-202-2/+2
* Merge pull request #2636 from wiredtiger/wt-2505Alex Gorrod2016-04-112-18/+10
|\
| * WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-16/+10
| * WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-2/+0
* | WT-2518: LSM does updates on "readonly" file handlesKeith Bostic2016-04-011-2/+8
|/
* Merge pull request #2609 from wiredtiger/wt-2503Alex Gorrod2016-03-221-2/+2
|\
| * WT-2503 Rename "wait" to avoid shadowing system call.Michael Cahill2016-03-221-2/+2
* | WT-2501 Fix assertions to use new active field.Michael Cahill2016-03-221-3/+3
* | Merge branch 'develop' into wt-2501-lsm-dropMichael Cahill2016-03-224-19/+23
|\ \ | |/