summaryrefslogtreecommitdiff
path: root/src/cursor/cur_join.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-7/+8
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-241-2/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-3/+2
* WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson2016-12-121-1/+1
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-1/+1
* WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic2016-11-071-7/+4
* WT-2999 free memory related to cursor used with custom extractors during join...Don Anderson2016-11-021-0/+2
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-7/+8
* WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson2016-10-251-2/+9
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-1/+1
* WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson2016-09-051-0/+3
* WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson2016-08-151-10/+8
* WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-071-5/+7
* WT-2627: Coverity complaints (#2727)Keith Bostic2016-05-091-26/+17
* WT-2609: Incorrect "skips API_END call" error. (#2713)Keith Bostic2016-05-031-1/+5
* WT-2592 Fix joins for the non-recno, non-raw case (#2705)Don Anderson2016-05-021-12/+9
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-3/+2
* WT-2571 whitespace fix.Don Anderson2016-04-221-1/+1
* WT-2571 Cosmetic changes only. 1) Renamed internal functions to use shorter,Don Anderson2016-04-221-565/+569
* WT-2360 Fix a build warning.Michael Cahill2016-04-221-1/+2
* WT-2570: Minor lint cleanups.Keith Bostic2016-04-211-3/+4
* WT-2570: Minor lint cleanups.Keith Bostic2016-04-211-1/+2
* WT-2570: Minor lint cleanups.Keith Bostic2016-04-211-16/+13
* Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-191-2/+11
|\
| * WT-2549 In a join cursor, a key that passes the conditions is inDon Anderson2016-04-181-1/+9
* | WT-2360 Fixed uninitialized variable.Don Anderson2016-04-141-0/+1
* | WT-2360 Removed an unneeded variable.Don Anderson2016-04-141-2/+0
* | Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-141-2/+0
|\ \ | |/
| * WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* | WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-141-227/+589
|/
* Merge pull request #2592 from wiredtiger/wt-2490Michael Cahill2016-03-171-1/+0
|\
| * WT-2490: search_near() returns wrong key for column-storeKeith Bostic2016-03-161-1/+0
* | Merge pull request #2596 from wiredtiger/wt-2414-join-extractor-ltMichael Cahill2016-03-171-26/+40
|\ \
| * | WT-2414 When iterating cursor joins, take advantage of the fact that we haveDon Anderson2016-03-161-26/+40
| |/
* | WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-2/+1
|/
* 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-141-24/+30
* WT-2447 Avoid main table reads. During iteration, walk the first joined indexDon Anderson2016-03-141-73/+113
* WT-2444: broken flag test in wtperf, whitespaceKeith Bostic2016-03-031-4/+3
* Merge pull request #2546 from wiredtiger/wt-2322-join-read-uncommittedAlex Gorrod2016-03-031-1/+5
|\
| * Update error message per review feedbackMichael Cahill2016-03-031-2/+1
| * WT-2322 white spaceDon Anderson2016-03-021-2/+2
| * WT-2322 Remove spurious period from error message.Don Anderson2016-03-021-1/+1
| * 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
| |/
* | WT-2384 For cursor joins, specifying the first index with only compare=leDon Anderson2016-03-011-15/+61
|/
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-32/+32
* WT-2393: Unnecessary error handling labels.Keith Bostic2016-02-111-26/+16
* WT-2382. Style fix for ternary operators.Don Anderson2016-02-101-4/+4