summaryrefslogtreecommitdiff
path: root/src/include/cursor.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2592 from wiredtiger/wt-2490Michael Cahill2016-03-171-1/+2
|\
| * WT-2490: search_near() returns wrong key for column-storeKeith Bostic2016-03-161-1/+2
* | WT-2414 When iterating cursor joins, take advantage of the fact that we haveDon Anderson2016-03-161-1/+2
|/
* WT-2447. A performance gain and simplification: use a cursor based on theDon Anderson2016-03-141-1/+1
* WT-2447 Avoid main table reads. During iteration, walk the first joined indexDon Anderson2016-03-141-1/+2
* WT-2384 For cursor joins, specifying the first index with only compare=leDon Anderson2016-03-011-0/+1
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-8/+8
* WT-2382 For cursor joins, treat all trailing 'u' index keys as 'U'.Don Anderson2016-02-091-2/+6
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2307: add HAVE_DIAGNOSTIC checks for cursors not returning keysKeith Bostic2015-12-281-16/+6
* WT-2307 workaround for cursor next bug.Alex Gorrod2015-12-281-0/+16
* Change the parameter to be called "sample_size" and to be a count of theKeith Bostic2015-12-121-2/+2
* WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-1/+8
* Merge branch 'develop' into WT-2262Keith Bostic2015-12-111-4/+3
|\
| * Merge branch 'develop' into wt-2246-faster-column-appendsKeith Bostic2015-12-091-13/+12
| |\
| * | The WT_CBT_MAX_RECORD flag isn't necessary, the returned comparisonKeith Bostic2015-12-041-4/+3
* | | Merge branch 'develop' into WT-2262Keith Bostic2015-12-101-13/+12
|\ \ \ | | |/ | |/|
| * | Shuffle fields in the bulk-cursor structure for clarity.Keith Bostic2015-12-081-11/+13
| * | Merge branch 'develop' into wt-2198-column-store-bulkKeith Bostic2015-11-271-2/+9
| |\ \ | | |/
| * | WT-2198: Change bulk-load column-store cursors to require the key be setKeith Bostic2015-11-221-14/+10
| * | WT-2198: Stop overloading WT_CURSOR_BULK.rle to flag the first insert,Keith Bostic2015-11-221-3/+4
* | | WT-2262 Have random sampling walk the tree so it isn't biased in skewed trees.Michael Cahill2015-12-041-0/+1
| |/ |/|
* | Merge pull request #2339 from wiredtiger/WT-2243Alex Gorrod2015-11-271-1/+8
|\ \
| * | WT-2243 Only clear btree cursor flags associated with position.Michael Cahill2015-11-261-0/+5
| * | WT-2243 Don't keep transaction IDs pinned for reading from checkpoints.Michael Cahill2015-11-261-1/+3
| |/
* | Fix some OS X clang warnings.Michael Cahill2015-11-271-1/+1
|/
* WT-2227. Resolve lint warnings.Don Anderson2015-11-191-2/+2
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-181-2/+2
|\
* | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-2/+16
* | WT-1315. Change the 'ends' array to be dynamically sized, needed forDon Anderson2015-11-111-3/+8
* | WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-101-9/+9
* | WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+53
|/
* Boolean conversion pass over include.Keith Bostic2015-09-271-3/+3
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-2/+2
* Merge pull request #2171 from wiredtiger/wt-2035-index-readAlex Gorrod2015-09-041-0/+1
|\
| * WT-2035. In index cursors, keep track of which column groups need to beDon Anderson2015-09-031-0/+1
* | We're only using WT_CURSOR.stats_dsrc to decide which descriptionsKeith Bostic2015-08-151-4/+4
* | Merge branch 'develop' into scalable_stats_keithKeith Bostic2015-08-151-5/+2
|\ \
| * | We don't use both of the WT_CURSOR_STAT.{stats,stats_first} fields,Keith Bostic2015-08-151-5/+2
| |/
* | WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-4/+5
|/
* Implement @agorrod's review feedbackMichael Cahill2015-07-131-2/+2
* WT-1980 Rename data source for WT_SESSION::create metadata to "metadata:create".Michael Cahill2015-07-131-1/+1
* SERVER-19083 Provide an API to query metadata meaningful to WT_SESSION::create.Michael Cahill2015-07-081-2/+3
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* A WT_CURSOR.next operation followed by a WT_CURSOR.search has the sameKeith Bostic2015-04-151-10/+11
* When row-search builds keys during leaf-page search, the last key builtKeith Bostic2015-04-141-7/+16
* Change the statistics cursor WT_CURSOR.reset method to re-load statisticsKeith Bostic2015-03-081-0/+3
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+2
|\
| * Put the WT_CURSOR public methods in alphabetical order.Keith Bostic2015-01-161-1/+1
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-3/+0