summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-212-3/+3
* WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan2016-07-191-2/+2
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-2/+0
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-0/+1
* WT-2711 Remove posix expanded strftime values and use older C89 values (#2865)David Hows2016-07-111-0/+1
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-082-68/+110
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-082-1/+3
* WT-2743 Fixup new I/O thread count statistics. (#2850)Alex Gorrod2016-07-061-8/+8
* WT-2739 pluggable file systems documentation cleanups (#2846)Keith Bostic2016-07-041-0/+1
* WT-2380 Add option to s_all to return an error code when tests fail (#2843)Keith Bostic2016-07-011-5/+8
* WT-2380 Add option to s_all to return an error code when tests fail (#2839)David Hows2016-07-011-0/+13
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-303-16/+20
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-0/+1
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+6
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-237-29/+41
* WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso2016-06-231-0/+1
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-0/+4
* WT-2722 escape regular expression meta-character so egrep works on all system...Don Anderson2016-06-221-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-212-0/+27
* WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-202-2/+28
* WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-172-1/+37
* WT-2605 Add C tests used in testing joins (#2787)Don Anderson2016-06-171-0/+1
* WT-2319 Add units to stats descriptions, change variable names (#2795)Sulabh Mahajan2016-06-101-4/+4
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-094-5/+8
* WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-081-1/+1
* WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-081-0/+6
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-2/+13
* WT-2652 Remove unnecessary wt_ftruncate call. (#2786)sueloverso2016-06-081-0/+1
* WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-071-2/+4
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-1/+1
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-031-1/+1
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-0/+2
* WT-2658 Only include PPC-specific files in PPC builds (#2758)Keith Bostic2016-06-038-70/+48
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-021-0/+1
* WT-2662 For spell check, strip out double quote literals, they confuse aspell...Don Anderson2016-05-251-1/+3
* WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-251-0/+1
* WT-2646 Add checkpoint_wait configuration option to drop (#2736)David Hows2016-05-241-3/+7
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-232-0/+107
* WT-2611 Modify wtperf to handle escaped quotes. (#2714)Don Anderson2016-05-191-0/+1
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-0/+3
* WT-2612: The dist/s_prototypes script is creating a debugging file xxx. (#2715)Keith Bostic2016-05-031-1/+1
* WT-2599: split out the checksum code from the support directory (#2707)Keith Bostic2016-05-025-9/+9
* WT-2583 Detect incremental file left in source directory (#2696)sueloverso2016-04-291-0/+1
* WT-2446 Add stat for number of calls to get a page. (#2697)sueloverso2016-04-281-0/+2
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-285-9/+19
* Merge pull request #2654 from wiredtiger/wt-2360-join-disjunctionMichael Cahill2016-04-211-0/+7
|\
| * Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-192-0/+3
| |\
| * \ Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-1412-75/+126
| |\ \
| * | | WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-141-0/+7
* | | | Merge pull request #2656 from wiredtiger/wt-2223Michael Cahill2016-04-212-5/+7
|\ \ \ \