| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' into wt-1315-join-cursor | Michael Cahill | 2015-11-19 | 1 | -0/+1 |
|\ |
|
| * | WT-2218 Add truncate stats | Susan LoVerso | 2015-11-16 | 1 | -0/+1 |
* | | WT-1315 Change a few more size_t variables to u_int. | Michael Cahill | 2015-11-19 | 1 | -6/+7 |
* | | Another warning: | Michael Cahill | 2015-11-18 | 1 | -0/+1 |
* | | Fix another warning: | Michael Cahill | 2015-11-18 | 1 | -0/+2 |
* | | Fix -Wshadow warnings: | Michael Cahill | 2015-11-18 | 1 | -7/+7 |
* | | Merge branch 'develop' into wt-1315-join-cursor | Michael Cahill | 2015-11-18 | 1 | -15/+16 |
|\ \
| |/ |
|
* | | Merge branch 'develop' into wt-1315-join-cursor | Don Anderson | 2015-11-17 | 3 | -31/+42 |
|\ \
| |/ |
|
| * | Merge pull request #2293 from wiredtiger/cusors-ops-wording | Keith Bostic | 2015-11-16 | 2 | -25/+34 |
| |\ |
|
| | * | WT-2217 Fix table inserts: keep the primary positioned during index updates. | Michael Cahill | 2015-11-16 | 1 | -18/+19 |
| | * | WT-2217: don't clear the key/value set flags unless the insert call was | Keith Bostic | 2015-11-15 | 1 | -9/+9 |
| | * | WT-2217: change WT_CURSOR.insert to clear "set" key/value on succesful | Keith Bostic | 2015-11-15 | 2 | -11/+19 |
| * | | WT-2135 Fix log_only setting for backup cursor. Fix initialization. | Susan LoVerso | 2015-11-12 | 1 | -6/+8 |
| |/ |
|
* | | WT-1315. Support statistics on join cursors. | Don Anderson | 2015-11-17 | 2 | -23/+142 |
* | | WT-1315. Fixed error in check for overlapping ranges. | Don Anderson | 2015-11-12 | 1 | -2/+4 |
* | | WT-1315. Change the 'ends' array to be dynamically sized, needed for | Don Anderson | 2015-11-11 | 1 | -85/+124 |
* | | WT-1315. Changed names of macros and inline functions to be more clear | Don Anderson | 2015-11-10 | 3 | -48/+48 |
* | | WT-1315. Compiler warnings and clean up. | Don Anderson | 2015-11-04 | 1 | -27/+13 |
* | | WT-1315. Fixed compile warning. | Don Anderson | 2015-11-04 | 1 | -6/+6 |
* | | Merge branch 'develop' into wt-1315-join-cursor | Don Anderson | 2015-11-04 | 4 | -25/+47 |
|\ \
| |/ |
|
| * | Merge pull request #2257 from wiredtiger/inmem | Michael Cahill | 2015-10-30 | 3 | -21/+27 |
| |\ |
|
| | * | WT-2178 When running in memory return an error if an operation would | Alex Gorrod | 2015-10-22 | 3 | -3/+3 |
| | * | Have in memory databases ignore bulk cursors. | Alex Gorrod | 2015-10-20 | 1 | -18/+24 |
| * | | WT-2170 Application metadata cursors expect read-uncommitted semantics. | Michael Cahill | 2015-10-30 | 1 | -4/+17 |
| |/ |
|
* | | WT-1315. Added support for join cursors: | Don Anderson | 2015-11-03 | 4 | -62/+1041 |
|/ |
|
* | Boolean conversion pass over include. | Keith Bostic | 2015-09-27 | 2 | -10/+10 |
* | Run a script looking for boolean declarations that are assigned to a | Keith Bostic | 2015-09-24 | 2 | -5/+5 |
* | Boolean conversion pass over schema. | Keith Bostic | 2015-09-24 | 2 | -6/+6 |
* | I introduced a bug in the boolean conversion, back out part of the change. | Keith Bostic | 2015-09-24 | 1 | -8/+5 |
* | Boolean conversion pass over cursor. | Keith Bostic | 2015-09-24 | 7 | -88/+90 |
* | Merge branch 'develop' into more-bool | Michael Cahill | 2015-09-24 | 2 | -45/+66 |
|\ |
|
| * | whitespace | Keith Bostic | 2015-09-22 | 1 | -2/+1 |
| * | WT-147 When filling an index, write into the source. This avoids entanglemen... | Michael Cahill | 2015-09-21 | 1 | -13/+3 |
| * | Change what the bulk=unordered flag means for btrees. | Alex Gorrod | 2015-09-16 | 1 | -5/+3 |
| * | WT-147. When filling indices, use bulk=unordered on the index cursor | Don Anderson | 2015-09-14 | 1 | -3/+13 |
| * | Merge branch 'develop' into index-create-lsm3 | Don Anderson | 2015-09-13 | 7 | -33/+60 |
| |\ |
|
| * | | Fixup build warning and s_string complaint. | Alex Gorrod | 2015-09-03 | 1 | -2/+2 |
| * | | WT-147 Shift the undocumented bulk=unordered into file cursors. | Alex Gorrod | 2015-09-03 | 1 | -4/+14 |
| * | | Merge branch 'develop' into index-create | Don Anderson | 2015-07-31 | 5 | -29/+98 |
| |\ \ |
|
| * | | | Allow an index to be created any time. Encapsulate the operation | Don Anderson | 2015-05-29 | 1 | -40/+54 |
* | | | | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -1/+2 |
* | | | | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -3/+3 |
* | | | | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 5 | -18/+18 |
| |_|/
|/| | |
|
* | | | Merge pull request #2171 from wiredtiger/wt-2035-index-read | Alex Gorrod | 2015-09-04 | 1 | -2/+9 |
|\ \ \ |
|
| * | | | WT-2035. In index cursors, keep track of which column groups need to be | Don Anderson | 2015-09-03 | 1 | -2/+9 |
| | |/
| |/| |
|
* | | | WT-2078 prevent segfault with NULL statistics cursor during OOM conditions | Esha Maharishi | 2015-09-01 | 1 | -1/+1 |
* | | | Merge branch 'develop' into WT-2056 | Alex Gorrod | 2015-08-28 | 4 | -5/+11 |
|\ \ \ |
|
| * \ \ | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-27 | 1 | -1/+7 |
| |\ \ \ |
|
| * | | | | Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file". | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
| * | | | | Consistently use "lookaside table", rather than "lookaside file". | Keith Bostic | 2015-08-26 | 1 | -1/+1 |