summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-2706 Fix lost log writes when switching files (#2803)mongodb-3.2.8sueloverso2016-07-074-13/+46
* WT-2729 Focus eviction on the largest trees in cache (mongodb-3.2). (#2833)Michael Cahill2016-06-2811-122/+191
* WT-2708 split child-update race with reconciliation/eviction (#2835)Keith Bostic2016-06-281-8/+16
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-238-134/+208
* WT-2696 Wait if we find an unbuffered flag without the size set yet. (#2794)sueloverso2016-06-232-63/+133
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-236-32/+50
* SERVER-24580 Fix backport.Michael Cahill2016-06-231-3/+1
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-2312-17/+33
* SERVER-24580 Enhance eviction when application threads are contributing (#2806)Michael Cahill2016-06-231-2/+10
* WT-2702 Block operations when the cache is 100% full. (#2798)Michael Cahill2016-06-231-2/+3
* WT-2646 Add checkpoint_wait configuration option to drop (#2768)David Hows2016-06-024-13/+26
* WT-2613 Add WT_UNUSED to a variable to fix Windows compilation. (#2717)mongodb-3.2.7David Hows2016-06-011-0/+3
* SERVER-24306 Fix stall in log_flush switching to new files. (#2761)Michael Cahill2016-06-011-1/+10
* WT-2629 Make the stack non-executable with GCC only. (#2742)Michael Cahill2016-06-011-1/+5
* WT-2629 Don't make stacks executable in assembly source. (#2739)Michael Cahill2016-06-011-0/+3
* Merge pull request #2677 from wiredtiger/wt-2560-spinAlex Gorrod2016-06-011-3/+20
* Merge pull request #2660 from wiredtiger/wt-2560Michael Cahill2016-06-0117-146/+143
* Merge pull request #2664 from wiredtiger/wt-2559Keith Bostic2016-06-011-3/+15
* Merge pull request #2670 from wiredtiger/wt-2566mongodb-3.2.6Michael Cahill2016-04-202-11/+38
* Merge branch 'mongodb-3.4' into mongodb-3.2Alex Gorrod2016-04-081-10/+8
|\
| * Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-04-081-10/+8
| |\
| | * Merge pull request #2638 from wiredtiger/server-23588-win-fopenMichael Cahill2016-04-081-10/+8
| | |\
| | | * SERVER-23588 Stop using _open_osfhandle on Windows.Alex Gorrod2016-04-081-10/+8
| | |/
* | | Merge branch 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-04-07126-3039/+4555
|\ \ \ | |/ /
| * | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-04-072-5/+11
| |\ \ | | |/
| | * Merge pull request #2637 from wiredtiger/wt-2534Alex Gorrod2016-04-072-5/+11
| | |\
| | | * WT-2534 Use atomic add when allocating transaction IDs.Michael Cahill2016-04-072-5/+11
| | |/
| * | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-04-05125-3034/+4544
| |\ \ | | |/
| | * Merge pull request #2633 from wiredtiger/wt-2533Michael Cahill2016-04-051-4/+11
| | |\
| | | * WT-2533 Fix compiler error re: function prototypes.Alex Gorrod2016-04-051-0/+2
| | | * WT-2533 Make __im_file_size consistent with __im_handle_size.Alex Gorrod2016-04-051-3/+3
| | | * WT-2533 Fix a typo in the last commit - actually return non-zero.Alex Gorrod2016-04-051-1/+1
| | | * WT-2533 Don't let in-memory tables return a zero size.Alex Gorrod2016-04-051-1/+6
| | |/
| | * Merge pull request #2629 from wiredtiger/wt-2531Alex Gorrod2016-04-052-5/+16
| | |\
| | | * WT-2531: in-memory tables are wasting space in truncationKeith Bostic2016-04-041-1/+4
| | | * WT-2531: in-memory tables are wasting space in truncationKeith Bostic2016-04-041-4/+12
| | * | Merge pull request #2631 from wiredtiger/server-23504Alex Gorrod2016-04-051-1/+3
| | |\ \
| | | * | SERVER-23504: Coverity analysis defect 98177: Resource leakKeith Bostic2016-04-041-1/+3
| | | |/
| | * | Merge pull request #2630 from wiredtiger/wt-2532Alex Gorrod2016-04-051-3/+3
| | |\ \ | | | |/ | | |/|
| | | * WT-2532: WT_STREAM_APPEND and WT_STREAM_LINE_BUFFER flag overlap.Keith Bostic2016-04-041-3/+3
| | |/
| | * Merge pull request #2628 from wiredtiger/wt-2529-fsync_readonlyMichael Cahill2016-04-044-3/+5
| | |\
| | | * WT-2529 Fixup readonly test to not mask exit error codes.Alex Gorrod2016-04-041-1/+1
| | | * WT-2529 Move an assertion related to fsync and readonly connections.Alex Gorrod2016-04-043-2/+4
| | |/
| | * Merge pull request #2626 from wiredtiger/wt-2528Keith Bostic2016-04-011-2/+2
| | |\
| | | * WT-2528: style error in WiredTiger buildKeith Bostic2016-04-011-2/+2
| | |/
| | * Merge pull request #2625 from wiredtiger/POSIX_FADVISEKeith Bostic2016-04-012-11/+12
| | |\
| | | * WT-2527: OS X compile error, missing POSIX_FADV_WILLNEED #defineKeith Bostic2016-04-014-17/+12
| | | * Added a check for HAVE_POSIX_FADVISE to fix a compilation error on OS X.Sasha Fedorova2016-04-012-0/+6
| | * | Merge pull request #2621 from wiredtiger/wt-2525sueloverso2016-04-018-36/+26
| | |\ \ | | | |/ | | |/|
| | | * WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-011-0/+1