summaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+12
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-84/+197
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-31/+26
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-061-0/+1
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-051-1/+0
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-052-0/+7
* WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-051-6/+4
* WT-3017 Don't set NULL hazard pointers. (#3141)Michael Cahill2016-11-141-4/+18
* SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill2016-11-041-12/+32
* SERVER-26753 Don't spin on a read-lock in a tight loop. (#3113)Michael Cahill2016-11-021-6/+12
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-013-5/+17
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-011-4/+28
* WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-181-0/+13
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+90
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-131-0/+57
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-072-30/+15
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-0/+4
* WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-041-0/+8
* WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-301-5/+5
* WT-2921 Reset the count when the last hazard pointer is cleared. (#3058)Michael Cahill2016-09-261-2/+3
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-142-6/+6
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-141-0/+8
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-4/+0
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-3/+1
* WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-051-5/+5
* WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-031-0/+1
* SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic2016-08-291-8/+4
* Fix a bug in thread group shrink where it could leak memory. (#2987)Alex Gorrod2016-08-261-26/+19
* WT-2846 Fixes for new thread group code (#2985)Alex Gorrod2016-08-261-3/+0
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-6/+5
* WT-2846 Ensure that all resources are released when destroying a thread group...sueloverso2016-08-261-15/+27
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-0/+338
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-251-0/+19
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-171-13/+31
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-162-41/+17
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-122-7/+19
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-9/+13
* WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-031-0/+64
* WT-2805 Avoid infinite recursion on error stream failure. (#2921)Michael Cahill2016-08-021-0/+6
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-3/+6
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-0/+4
* WT-2743 Fixup new I/O thread count statistics. (#2850)Alex Gorrod2016-07-061-6/+6
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-0/+6
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-0/+4
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+24
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-201-0/+12