summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-235-147/+211
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-2320-385/+507
* WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso2016-06-233-8/+18
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-2311-17/+29
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-2210-24/+25
* SERVER-24580 Enhance eviction when application threads are contributing (#2806)Michael Cahill2016-06-221-2/+10
* WT-2704 Don't re-initialize pages evicted on eviction thread start. (#2822)Alex Gorrod2016-06-221-1/+0
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-2113-26/+96
* WT-2704 Fix bug in diagnostic code tracking duration of stuck cache. (#2820)sueloverso2016-06-222-6/+8
* WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-204-98/+161
* WT-2692 Fix race in file system example (#2815)Keith Bostic2016-06-201-0/+28
* WT-2692 Fix race in file system example (#2812)Keith Bostic2016-06-201-2/+3
* WT-2709 connection reconfigure segfault in __wt_conn_cache_pool_destroy (#2811)Keith Bostic2016-06-201-0/+1
* WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-173-8/+5
* WT-2713 document WT_PANIC so pluggable filesystems can panic. (#2809)Keith Bostic2016-06-171-0/+4
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-173-5/+17
* WT-2710 WT_FILE_HANDLE_INMEM no longer needs an off field (#2805)Keith Bostic2016-06-172-5/+0
* WT-2622 Clear old position for all random lookups. (#2802)Michael Cahill2016-06-171-3/+2
* WT-2667 Split evergreen compile-posix into separate compile and test stages (...David Hows2016-06-151-0/+1
* WT-2702 Block operations when the cache is 100% full. (#2798)Michael Cahill2016-06-151-2/+3
* WT-2696 Wait if we find an unbuffered flag without the size set yet. (#2794)sueloverso2016-06-141-0/+11
* WT-2698 Change flag into atomically manipulated field to avoid deadlock. (#2796)sueloverso2016-06-143-16/+24
* WT-2319 Add units to stats descriptions, change variable names (#2795)Sulabh Mahajan2016-06-104-26/+28
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-0911-90/+184
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2790)Keith Bostic2016-06-081-1/+3
* WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-082-22/+23
* WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-085-44/+127
* WT-2683 Allow in memory storage engine to report zero disk usage (#2788)David Hows2016-06-081-18/+2
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-0830-98/+140
* WT-2652 Remove unnecessary wt_ftruncate call. (#2786)sueloverso2016-06-081-4/+3
* WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-074-18/+32
* WT-2689 Fix heap-use-after-free on cursor error path. (#2782)sueloverso2016-06-071-1/+2
* WT-2685 Fix clear walk hazard pointer failure. (#2781)sueloverso2016-06-071-3/+11
* WT-2686 Report an error any time we fail to scan the log. (#2779)Michael Cahill2016-06-062-6/+1
* WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic2016-06-062-4/+8
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-034-11/+12
* WT-2676 Don't use key size in column store in-memory splits. (#2775)Michael Cahill2016-06-031-5/+8
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-035-181/+171
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-037-37/+57
* WT-2763 Fixup comment per review feedback. (#2776)Alex Gorrod2016-06-031-4/+3
* WT-2325 Fix an incomplete comment.Michael Cahill2016-06-031-2/+4
* WT-2629 Force non-executable stacks based on __ELF__. (#2774)Michael Cahill2016-06-031-1/+1
* SERVER-23659 Improve log error message at startup. (#2766)sueloverso2016-06-032-0/+18
* WT-2589 Clear the cursor statistics for LAS when 'clear' is set. (#2772)sueloverso2016-06-021-0/+11
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-025-25/+50
* Revert "WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)"Keith Bostic2016-06-012-2/+2
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)Don Anderson2016-06-012-2/+2
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-017-27/+17
* SERVER-24306 Fix stall in log_flush switching to new files. (#2761)Michael Cahill2016-05-311-1/+10
* WT-2673 Stop automatically increasing memory page max (#2762)Keith Bostic2016-05-311-1/+1