summaryrefslogtreecommitdiff
path: root/src/cursor/cur_join.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* WT-2382 For cursor joins, treat all trailing 'u' index keys as 'U'.Don Anderson2016-02-091-54/+76
* WT-2308. Simplify the case for getting the key to be used for an endpoint,Don Anderson2016-01-041-10/+7
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2227-join-lintDon Anderson2015-11-191-33/+24
|\
| * Replace some __wt_errx/WT_ERR pairs with WT_ERR_MSG, __wt_errx/WT_RETKeith Bostic2015-11-191-34/+24
* | WT-2227. Resolve lint warnings.Don Anderson2015-11-191-16/+17
|/
* WT-1315 Fix some leaks with join cursors.Michael Cahill2015-11-191-21/+26
* WT-1315 Change a few more size_t variables to u_int.Michael Cahill2015-11-191-6/+7
* Another warning:Michael Cahill2015-11-181-0/+1
* Fix another warning:Michael Cahill2015-11-181-0/+2
* Fix -Wshadow warnings:Michael Cahill2015-11-181-7/+7
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-181-15/+16
* WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-2/+17
* WT-1315. Fixed error in check for overlapping ranges.Don Anderson2015-11-121-2/+4
* WT-1315. Change the 'ends' array to be dynamically sized, needed forDon Anderson2015-11-111-85/+124
* WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-101-40/+43
* WT-1315. Compiler warnings and clean up.Don Anderson2015-11-041-27/+13
* WT-1315. Fixed compile warning.Don Anderson2015-11-041-6/+6
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+999