summaryrefslogtreecommitdiff
path: root/src/cursor
Commit message (Expand)AuthorAgeFilesLines
* 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-2583 Detect incremental file left in source directory (#2696)sueloverso2016-04-291-29/+36
* WT-2593 Free the dirlist at the end of the function. (#2702)sueloverso2016-04-291-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-282-7/+5
* Merge pull request #2689 from wiredtiger/wt-2571-join-cleanup2Michael Cahill2016-04-271-564/+568
|\
| * 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-2584: don't use periods in error messagesKeith Bostic2016-04-231-1/+1
|/
* 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 pull request #2654 from wiredtiger/wt-2360-join-disjunctionMichael Cahill2016-04-212-242/+589
|\
| * Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-192-5/+23
| |\
| * | 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-143-8/+7
| |\ \
| * | | WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-142-241/+589
* | | | Merge branch 'develop' into wt-2560Michael Cahill2016-04-201-5/+5
|\ \ \ \
| * \ \ \ Merge branch 'develop' into wt-2539Keith Bostic2016-04-192-4/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-5/+5
| | |_|/ | |/| |
* | | | WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
| |/ / |/| |
* | | WT-2549 In a join cursor, a key that passes the conditions is inDon Anderson2016-04-181-1/+9
* | | WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-3/+12
|/ /
* | Merge branch 'develop' into wt-2505Keith Bostic2016-04-071-1/+3
|\ \
| * | SERVER-23504: Coverity analysis defect 98177: Resource leakKeith Bostic2016-04-041-1/+3
* | | WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* | | WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
|/ /
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-211-2/+3
|\ \ | |/
| * Merge branch 'develop' into wt-2426-checkpoint-lockingAlex Gorrod2016-03-211-27/+40
| |\
| * | WT-2496 Fix a race between checkpoint and starting a hot backup.Michael Cahill2016-03-181-2/+3
* | | Merge branch 'develop' into wt-2330Keith Bostic2016-03-183-95/+202
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * Merge pull request #2581 from wiredtiger/wt-2447-join-main-readsDon Anderson2016-03-151-76/+121
| |\
| | * 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
| * | Merge pull request #2493 from wiredtiger/wt-2381Michael Cahill2016-03-141-4/+54
| |\ \
| | * | WT-2381: dump utility discards table configKeith Bostic2016-03-101-7/+9
| | * | WT-2381: dump utility discards table configKeith Bostic2016-03-081-4/+52
| | |/
| * | WT-2318 Add use of auto adjusting condition for some log threads.Susan LoVerso2016-03-041-1/+1
| |/
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-5/+5
|/
* WT-2443 Fix how a statistics 'set' is initialized.Don Anderson2016-03-031-3/+4
* 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
|\