summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* WT-2910 When running in-memory, only evict dirty pages. (#3044)Michael Cahill2016-09-161-0/+14
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-144-16/+20
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-1/+16
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-082-3/+4
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-4/+16
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-065-30/+26
* WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill2016-09-051-5/+12
* WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic2016-09-021-5/+3
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-262-5/+7
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-252-15/+18
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-169-124/+95
* WT-2838 Don't free session handles on close if leak memory is configured (#2953)Keith Bostic2016-08-151-20/+11
* WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-151-0/+9
* WT-2766 Don't sweep LAS cache when aren't making progess in eviction (#2918)David Hows2016-08-121-2/+17
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-121-7/+8
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-3/+6
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-5/+3
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-29/+4
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-152-8/+11
* WT-2578 remove write barriers from the TAILQ_INSERT_XXX macros (#2863)Keith Bostic2016-07-121-0/+10
* WT-2711 Remove posix expanded strftime values and use older C89 values (#2865)David Hows2016-07-111-1/+4
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-111-1/+1
* WT-2711 Change statistics log configuration options (#2857)Keith Bostic2016-07-081-16/+36
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-083-70/+140
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-8/+17
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-1/+1
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+8
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-232-19/+12
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-1/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2709 connection reconfigure segfault in __wt_conn_cache_pool_destroy (#2811)Keith Bostic2016-06-201-0/+1
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-171-2/+0
* WT-2698 Change flag into atomically manipulated field to avoid deadlock. (#2796)sueloverso2016-06-141-3/+8
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-032-1/+12
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-012-9/+13
* WT-2491 Revert - Remove the handle close_lock (#2759)David Hows2016-05-301-2/+10
* WT-2491 Remove the handle close_lock (#2745)David Hows2016-05-301-8/+1
* WT-2660 close hang (#2752)sueloverso2016-05-261-0/+1
* WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-251-0/+8
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-7/+7
* WT-2593 Free the dirlist at the end of the function. (#2702)sueloverso2016-04-291-3/+2
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-283-63/+150
* Merge branch 'develop' into eviction-stats-fixSusan LoVerso2016-04-261-2/+3
|\
| * WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-2/+3
* | Fix to a bug where stats were not reported correctly if the user configured t...Sasha Fedorova2016-04-221-6/+0
|/
* Merge pull request #2673 from wiredtiger/wt-2567Michael Cahill2016-04-211-1/+5
|\
| * WT-2567 Review comments on style.Michael Cahill2016-04-211-1/+3
| * WT-2567 Check if logging is enabled for truncate.Susan LoVerso2016-04-201-0/+2
* | Merge branch 'develop' into wt-2560Michael Cahill2016-04-202-28/+25
|\ \ | |/