summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2609 from wiredtiger/wt-2503Alex Gorrod2016-03-221-2/+2
|\
| * WT-2503 Rename "wait" to avoid shadowing system call.Michael Cahill2016-03-221-2/+2
* | Merge pull request #2608 from wiredtiger/wt-2506Alex Gorrod2016-03-221-9/+9
|\ \
| * | WT-2506 Reorder to fix uninitialized variable warning.Michael Cahill2016-03-221-9/+9
| |/
* | WT-2501 Fix assertions to use new active field.Michael Cahill2016-03-221-3/+3
* | Merge branch 'develop' into wt-2501-lsm-dropMichael Cahill2016-03-2212-193/+236
|\ \ | |/
| * Merge pull request #2605 from wiredtiger/wt-2499-lsm-raceMichael Cahill2016-03-225-25/+34
| |\
| | * WT-2499 Cleanup LSM tree releaseAlex Gorrod2016-03-221-7/+4
| | * WT-2499 Fix LSM get with exclusive access set.Alex Gorrod2016-03-211-1/+2
| | * WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE.Alex Gorrod2016-03-215-19/+30
| * | WT-2502 __wt_free clears the pointer; don't do it again.Alex Gorrod2016-03-221-1/+0
| * | WT-2502 Free local allocation.Susan LoVerso2016-03-211-0/+6
| * | Merge branch 'develop' into wt-2426-checkpoint-lockingAlex Gorrod2016-03-216-61/+86
| |\ \ | | |/
| * | WT-2496 Fix a race between checkpoint and starting a hot backup.Michael Cahill2016-03-181-2/+3
| * | Merge branch 'develop' into wt-2426-checkpoint-lockingMichael Cahill2016-03-178-38/+33
| |\ \
| * | | WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-177-166/+194
* | | | WT-2501 LSM drop can violate access assumptions.Alex Gorrod2016-03-211-0/+3
| |_|/ |/| |
* | | WT-2498 Fix LSM close logic.Michael Cahill2016-03-181-1/+1
* | | WT-2498 Fix a bug in LSM where table drop could hang.Alex Gorrod2016-03-181-8/+14
* | | Merge pull request #2592 from wiredtiger/wt-2490Michael Cahill2016-03-174-26/+29
|\ \ \
| * | | WT-2490: search_near() returns wrong key for column-storeKeith Bostic2016-03-163-25/+29
| * | | WT-2490: search_near() returns wrong key for column-storeKeith Bostic2016-03-161-1/+0
* | | | Merge pull request #2599 from wiredtiger/wt-2495-malloc-tcmallocAlex Gorrod2016-03-171-0/+1
|\ \ \ \
| * | | | WT-2495 Make malloc calls use tcmalloc when configured.Alex Gorrod2016-03-171-0/+1
* | | | | Merge pull request #2596 from wiredtiger/wt-2414-join-extractor-ltMichael Cahill2016-03-172-27/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | WT-2414 When iterating cursor joins, take advantage of the fact that we haveDon Anderson2016-03-162-27/+42
| | |/ / | |/| |
* | | | Merge pull request #2587 from wiredtiger/wt-2457-lsm-exclusiveMichael Cahill2016-03-174-32/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | WT-2457 Review changes.Michael Cahill2016-03-173-9/+9
| * | | WT-2457 Wait for LSM work units to drain when getting exclusive access.Alex Gorrod2016-03-153-31/+26
* | | | Merge pull request #2591 from wiredtiger/wt-2492Keith Bostic2016-03-164-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | WT-2492 Add WT_PTRDIFFT_FMT for print statements.Alex Gorrod2016-03-174-6/+5
| * | | WT-2492 Change printf format specifier to be Windows compatible.Keith Bostic2016-03-161-7/+7
| * | | WT-2492 Change printf format specifier to be Windows compatible.Alex Gorrod2016-03-161-4/+5
| | |/ | |/|
* | | Merge pull request #2595 from wiredtiger/wt-2481Alex Gorrod2016-03-171-16/+16
|\ \ \
| * | | WT-2481 Set memory_page_max after we read chunk_max.Susan LoVerso2016-03-161-16/+16
* | | | WT-2485 Refactor and consolidate to fix merge_min.Susan LoVerso2016-03-161-20/+16
* | | | Merge branch 'develop' into wt-2485Susan LoVerso2016-03-1619-55/+40
|\ \ \ \ | |/ / /
| * | | Merge pull request #2594 from wiredtiger/wt-2494sueloverso2016-03-1613-45/+27
| |\ \ \
| | * | | WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-1613-45/+27
| | |/ /
| * | | WT-2493 Add lsm_manager to verbose settings.Susan LoVerso2016-03-161-0/+1
| |/ /
| * | Merge pull request #2586 from wiredtiger/wt-2476Alex Gorrod2016-03-165-10/+12
| |\ \
| | * | WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-155-10/+12
| | |/
* | | WT-2485 Adjust lsm_tree->merge_min when we read the metadata.Susan LoVerso2016-03-152-0/+8
|/ /
* | Merge pull request #2581 from wiredtiger/wt-2447-join-main-readsDon Anderson2016-03-152-77/+123
|\ \ | |/ |/|
| * WT-2447 In cursor joins, when opening an iterator cursor, always forceDon Anderson2016-03-151-9/+8
| * WT-2447. A performance gain and simplification: use a cursor based on theDon Anderson2016-03-142-25/+31
| * WT-2447 Avoid main table reads. During iteration, walk the first joined indexDon Anderson2016-03-142-74/+115
* | Merge pull request #2582 from wiredtiger/wt-2482Keith Bostic2016-03-141-2/+2
|\ \
| * | WT-2482: Coverity 1353015, 1353016, out-of-bounds accessKeith Bostic2016-03-141-2/+2
* | | WT-2478: Valgrind test failuresKeith Bostic2016-03-142-6/+14