| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340) | Keith Bostic | 2017-03-24 | 1 | -7/+8 |
* | WT-98 Update the current cursor value without a search (#3330) | Keith Bostic | 2017-03-24 | 1 | -2/+2 |
* | WT-3216 changes suggested by clang-tidy (#3328) | Keith Bostic | 2017-03-17 | 1 | -3/+2 |
* | WT-3056 Allow projected table and join cursors to use primary keys (#3186) | Don Anderson | 2016-12-12 | 1 | -1/+1 |
* | WT-3004 lint: declare functions that don't return a value as void (#3119) | Keith Bostic | 2016-11-08 | 1 | -1/+1 |
* | WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135) | Keith Bostic | 2016-11-07 | 1 | -7/+4 |
* | WT-2999 free memory related to cursor used with custom extractors during join... | Don Anderson | 2016-11-02 | 1 | -0/+2 |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -7/+8 |
* | WT-2415 Add support for joins to return false positives from the Bloom filter... | Don Anderson | 2016-10-25 | 1 | -2/+9 |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -1/+1 |
* | WT-2323 Allocate a transaction id at the beginning of join iteration (#2943) | Don Anderson | 2016-09-05 | 1 | -0/+3 |
* | WT-2834 Shared bloom filters allow only a partial shortcut. (#2958) | Don Anderson | 2016-08-15 | 1 | -10/+8 |
* | WT-2668 Create join statistics that are useful and are easy to understand. (#... | Don Anderson | 2016-06-07 | 1 | -5/+7 |
* | WT-2627: Coverity complaints (#2727) | Keith Bostic | 2016-05-09 | 1 | -26/+17 |
* | WT-2609: Incorrect "skips API_END call" error. (#2713) | Keith Bostic | 2016-05-03 | 1 | -1/+5 |
* | WT-2592 Fix joins for the non-recno, non-raw case (#2705) | Don Anderson | 2016-05-02 | 1 | -12/+9 |
* | WT-2552 Add public API for pluggable filesystems (#2671) | Alex Gorrod | 2016-04-28 | 1 | -3/+2 |
* | WT-2571 whitespace fix. | Don Anderson | 2016-04-22 | 1 | -1/+1 |
* | WT-2571 Cosmetic changes only. 1) Renamed internal functions to use shorter, | Don Anderson | 2016-04-22 | 1 | -565/+569 |
* | WT-2360 Fix a build warning. | Michael Cahill | 2016-04-22 | 1 | -1/+2 |
* | WT-2570: Minor lint cleanups. | Keith Bostic | 2016-04-21 | 1 | -3/+4 |
* | WT-2570: Minor lint cleanups. | Keith Bostic | 2016-04-21 | 1 | -1/+2 |
* | WT-2570: Minor lint cleanups. | Keith Bostic | 2016-04-21 | 1 | -16/+13 |
* | Merge branch 'develop' into wt-2360-join-disjunction | Michael Cahill | 2016-04-19 | 1 | -2/+11 |
|\ |
|
| * | WT-2549 In a join cursor, a key that passes the conditions is in | Don Anderson | 2016-04-18 | 1 | -1/+9 |
* | | WT-2360 Fixed uninitialized variable. | Don Anderson | 2016-04-14 | 1 | -0/+1 |
* | | WT-2360 Removed an unneeded variable. | Don Anderson | 2016-04-14 | 1 | -2/+0 |
* | | Merge branch 'develop' into wt-2360-join-disjunction | Don Anderson | 2016-04-14 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | WT-2505: Review clang analyzer warnings | Keith Bostic | 2016-04-06 | 1 | -1/+0 |
* | | WT-2360 A large set of changes to implement disjunctive and nested joins. | Don Anderson | 2016-04-14 | 1 | -227/+589 |
|/ |
|
* | Merge pull request #2592 from wiredtiger/wt-2490 | Michael Cahill | 2016-03-17 | 1 | -1/+0 |
|\ |
|
| * | WT-2490: search_near() returns wrong key for column-store | Keith Bostic | 2016-03-16 | 1 | -1/+0 |
* | | Merge pull request #2596 from wiredtiger/wt-2414-join-extractor-lt | Michael Cahill | 2016-03-17 | 1 | -26/+40 |
|\ \ |
|
| * | | WT-2414 When iterating cursor joins, take advantage of the fact that we have | Don Anderson | 2016-03-16 | 1 | -26/+40 |
| |/ |
|
* | | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -2/+1 |
|/ |
|
* | WT-2447 In cursor joins, when opening an iterator cursor, always force | Don Anderson | 2016-03-15 | 1 | -9/+8 |
* | WT-2447. A performance gain and simplification: use a cursor based on the | Don Anderson | 2016-03-14 | 1 | -24/+30 |
* | WT-2447 Avoid main table reads. During iteration, walk the first joined index | Don Anderson | 2016-03-14 | 1 | -73/+113 |
* | WT-2444: broken flag test in wtperf, whitespace | Keith Bostic | 2016-03-03 | 1 | -4/+3 |
* | Merge pull request #2546 from wiredtiger/wt-2322-join-read-uncommitted | Alex Gorrod | 2016-03-03 | 1 | -1/+5 |
|\ |
|
| * | Update error message per review feedback | Michael Cahill | 2016-03-03 | 1 | -2/+1 |
| * | WT-2322 white space | Don Anderson | 2016-03-02 | 1 | -2/+2 |
| * | WT-2322 Remove spurious period from error message. | Don Anderson | 2016-03-02 | 1 | -1/+1 |
| * | WT-2322 Do not permit read-uncommitted with bloom filters, it would | Don Anderson | 2016-03-02 | 1 | -0/+5 |
* | | Merge pull request #2544 from wiredtiger/wt-2436-join-bloom-le | Michael Cahill | 2016-03-03 | 1 | -5/+11 |
|\ \ |
|
| * | | WT-2436 For cursor joins with single compare='lt/le', fix how Bloom filters | Don Anderson | 2016-03-02 | 1 | -5/+11 |
| |/ |
|
* | | WT-2384 For cursor joins, specifying the first index with only compare=le | Don Anderson | 2016-03-01 | 1 | -15/+61 |
|/ |
|
* | WT-2410: Casting function pointers to different types | Keith Bostic | 2016-02-19 | 1 | -32/+32 |
* | WT-2393: Unnecessary error handling labels. | Keith Bostic | 2016-02-11 | 1 | -26/+16 |
* | WT-2382. Style fix for ternary operators. | Don Anderson | 2016-02-10 | 1 | -4/+4 |