summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * WT-2318 Add implementation for auto adjusting condition variables.Alex Gorrod2016-03-046-7/+135
| |/ |/|
* | Merge pull request #2549 from wiredtiger/wt-2443-join-stat-allKeith Bostic2016-03-032-14/+22
|\ \
| * | WT-2443 Added more thorough tests for statistics for join cursors.Don Anderson2016-03-031-11/+18
| * | WT-2443 Fix how a statistics 'set' is initialized.Don Anderson2016-03-031-3/+4
|/ /
* | Merge pull request #2548 from wiredtiger/wt-2444Keith Bostic2016-03-032-5/+4
|\ \
| * | WT-2444: broken flag test in wtperf, whitespaceKeith Bostic2016-03-032-5/+4
|/ /
* | Merge pull request #2546 from wiredtiger/wt-2322-join-read-uncommittedAlex Gorrod2016-03-033-2/+165
|\ \
| * | Fixup test case error message to match new error message.Alex Gorrod2016-03-031-1/+1
| * | Update error message per review feedbackMichael Cahill2016-03-031-2/+1
| * | WT-2322 white spaceDon Anderson2016-03-022-5/+5
| * | WT-2322 Remove spurious period from error message.Don Anderson2016-03-021-1/+1
| * | WT-2322 Add test for uncommitted reads with join cursors.Don Anderson2016-03-021-0/+158
| * | WT-2322 On transaction rollback, do not try to reset joined cursors,Don Anderson2016-03-021-1/+2
| * | WT-2322 Do not permit read-uncommitted with bloom filters, it wouldDon Anderson2016-03-021-0/+5
* | | Merge pull request #2544 from wiredtiger/wt-2436-join-bloom-leMichael Cahill2016-03-031-5/+11
|\ \ \
| * | | WT-2436 For cursor joins with single compare='lt/le', fix how Bloom filtersDon Anderson2016-03-021-5/+11
* | | | Merge pull request #2542 from wiredtiger/wt-2384-join-first-ltMichael Cahill2016-03-033-15/+128
|\ \ \ \
| * | | | WT-2384 Added test corresponding to submitted test case.Don Anderson2016-03-011-0/+66
| * | | | WT-2384 For cursor joins, specifying the first index with only compare=leDon Anderson2016-03-012-15/+62
| |/ / /
* | | | Merge pull request #2535 from wiredtiger/wt-2431-join-stats-docMichael Cahill2016-03-037-10/+106
|\ \ \ \
| * | | | WT-2431 The schema example now needs statistics enabled for the connection.Don Anderson2016-02-292-2/+3
| * | | | WT-2431 Add examples for join cursor statistics.Don Anderson2016-02-284-4/+84
| * | | | WT-2431 Add documentation for join cursor statistics.Don Anderson2016-02-283-4/+19
* | | | | Merge pull request #2545 from wiredtiger/wt-2366-fixsueloverso2016-03-021-1/+1
|\ \ \ \ \
| * | | | | WT-2366 Check for NULL workload pointer.Susan LoVerso2016-03-021-1/+1
|/ / / / /
* | | | | WT-2366 Adjust grow/shrink workloads to be comparable to each other.Susan LoVerso2016-03-022-3/+3
* | | | | Merge pull request #2538 from wiredtiger/wt-2366-simplersueloverso2016-03-0211-35/+247
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | WT-2366 Set CFG_GROW flag on random delta path.Susan LoVerso2016-03-021-0/+1
| * | | | WT-2366 Add new wtperf workloads mixing grow and shrink.Susan LoVerso2016-03-023-0/+54
| * | | | WT-2366 Minor changes to grow/shrink workloadsSusan LoVerso2016-03-022-5/+6
| * | | | Merge branch 'develop' into wt-2366-simplerSusan LoVerso2016-03-0220-108/+196
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2543 from wiredtiger/wt-2440-fix-power8-crc32Alex Gorrod2016-03-021-0/+50
|\ \ \ \ \
| * | | | | WT-2440 Per the PPC64 ABI, v20-v31 are non-volatile registersMark Benvenuto2016-03-021-0/+50
|/ / / / /
* | | | | Merge pull request #2539 from wiredtiger/wt-2438Alex Gorrod2016-03-021-38/+39
|\ \ \ \ \
| * | | | | whitespaceAlex Gorrod2016-03-021-1/+1
| * | | | | WT-2438 Add size identifier to other statistics as required.Alex Gorrod2016-03-011-8/+8
| * | | | | WT-2438 Add size identifier to statistics based on timeseries classification.Alex Gorrod2016-03-011-30/+31
| | |_|/ / | |/| | |
* | | | | Merge pull request #2540 from wiredtiger/wt-2437Alex Gorrod2016-03-028-16/+13
|\ \ \ \ \
| * | | | | WT-2437 Missed a place to check for posix and dirchmod.Susan LoVerso2016-03-011-1/+1
| * | | | | WT-2437 Skip the chmod'ed portion of the test on Windows.Susan LoVerso2016-03-011-1/+4
| * | | | | WT-2437 Adjust expected error messages to support Windows.Susan LoVerso2016-03-017-14/+8
| |/ / / /
* | | | | Merge pull request #2541 from wiredtiger/wt-2432sueloverso2016-03-014-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | WT-2432 Add eviction worker threads to eviction configs.Susan LoVerso2016-03-014-4/+4
|/ / / /
* | | | Merge pull request #2536 from wiredtiger/wt-2434Keith Bostic2016-02-293-23/+36
|\ \ \ \
| * | | | WT-2434 Fix a race between forced drops and sweep.Keith Bostic2016-02-291-5/+6
| * | | | WT-2434 Fix a race between forced drops and sweep.Michael Cahill2016-02-293-19/+31
| | |/ / | |/| |
* | | | Merge pull request #2534 from wiredtiger/wt-2433Michael Cahill2016-02-293-9/+1
|\ \ \ \ | |/ / / |/| | |
| * | | WT-2433 Allow statistics logging in readonly mode.Susan LoVerso2016-02-263-9/+1
* | | | Merge pull request #2533 from wiredtiger/wt-2430-join-statsKeith Bostic2016-02-282-18/+53
|\ \ \ \ | |/ / / |/| | |
| * | | WT-2430 Added simple cursor join statistics test to match contributed test case.Don Anderson2016-02-261-1/+35