| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-06-12 | 4 | -4/+81 |
|\ |
|
| * | Merge pull request #1057 from wiredtiger/lsm-snapshot-update-check-only | Alex Gorrod | 2014-06-12 | 4 | -4/+81 |
| |\ |
|
| | * | Wrap update_check in a public cursor call, so that session->dhandle is set co... | Michael Cahill | 2014-06-12 | 4 | -5/+29 |
| | * | Don't use a cursor flag for update checks: override the insert method instead... | Michael Cahill | 2014-06-12 | 4 | -30/+62 |
| | * | Trivial style changes: join a pair of lines, re-order a test so it looks | Keith Bostic | 2014-06-11 | 1 | -4/+3 |
| | * | Move the WT_CBT_CONFLICT_CHECK flag from the btree-specific cursor | Keith Bostic | 2014-06-11 | 4 | -16/+15 |
| | * | Enhance comment. | Alex Gorrod | 2014-06-11 | 1 | -0/+4 |
| | * | Support snapshots in LSM via update checks, rather than actual updates. | Alex Gorrod | 2014-06-11 | 3 | -0/+19 |
* | | | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-06-12 | 21 | -243/+365 |
|\ \ \
| |/ / |
|
| * | | Allow merges to move past most recent maximum-sized chunk. #1053 | Susan LoVerso | 2014-06-11 | 1 | -1/+2 |
| * | | Reinstate a check after deepening a tree that the child pages are internal pa... | Michael Cahill | 2014-06-11 | 1 | -0/+6 |
| * | | Check on transaction release if we can release any segments from the | Keith Bostic | 2014-06-10 | 1 | -0/+7 |
| * | | When deepening the tree, don't free the newly created child pages until after | Keith Bostic | 2014-06-10 | 3 | -4/+42 |
| * | | The parent page type must be an internal page, don't bother testing for | Keith Bostic | 2014-06-10 | 1 | -6/+2 |
| * | | The parent page of a split must be an internal page by definition, don't | Keith Bostic | 2014-06-10 | 1 | -5/+1 |
| * | | If we're in the split-deepen code, there's no need to check if we're looking | Keith Bostic | 2014-06-10 | 1 | -3/+0 |
| |/ |
|
| * | Alex notes that the current code will continue running if the pluggable | Keith Bostic | 2014-06-09 | 1 | -4/+4 |
| * | Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051 | Susan LoVerso | 2014-06-09 | 2 | -6/+11 |
| * | Set the WT_REF.home; not currently used for anything, but a valid WT_REF | Keith Bostic | 2014-06-09 | 1 | -1/+3 |
| * | Assert the parent's WT_REF.home is correct in all cases. | Keith Bostic | 2014-06-09 | 1 | -1/+1 |
| * | Update a comment, sentence no longer needed. | Keith Bostic | 2014-06-07 | 1 | -3/+0 |
| * | Merge pull request #1045 from wiredtiger/recover-missing-files | sueloverso | 2014-06-05 | 1 | -13/+26 |
| |\ |
|
| | * | Fix a bug in recovery with missing files (e.g., after a hotbackup that raced ... | Michael Cahill | 2014-06-03 | 1 | -13/+26 |
| * | | Merge pull request #1051 from wiredtiger/lsm-latencies | sueloverso | 2014-06-05 | 3 | -48/+51 |
| |\ \ |
|
| | * | | Fix some LSM latency issues: | Michael Cahill | 2014-06-05 | 3 | -48/+51 |
| * | | | I believe the clang complaint is because the skiphigh/skiplow values are | Keith Bostic | 2014-06-05 | 1 | -34/+31 |
| * | | | Instead of byte-copying the WT_IKEY structure and data, call the standard | Keith Bostic | 2014-06-05 | 1 | -4/+5 |
| * | | | Merge branch 'develop' into row-store-internal-page | Keith Bostic | 2014-06-05 | 1 | -2/+47 |
| |\ \ \
| | |/ / |
|
| | * | | Merge pull request #1049 from wiredtiger/json-doc | Keith Bostic | 2014-06-04 | 1 | -2/+47 |
| | |\ \ |
|
| | | * | | Add the word "dump" to the section headings for clarity. | Keith Bostic | 2014-06-04 | 1 | -2/+2 |
| | | * | | Add more detail about our JSON output, along with a small sample. refs #740. | Don Anderson | 2014-06-04 | 1 | -0/+45 |
| | | |/ |
|
| * | | | Reverse change to use -1, 0 and 1 tests against collation returns, | Keith Bostic | 2014-06-05 | 1 | -8/+8 |
| * | | | Re-order the comparison cascading if/else clauses to put the least | Keith Bostic | 2014-06-04 | 1 | -19/+16 |
| * | | | Reset the skiplow/skip high counts if we ever do a comparison against | Keith Bostic | 2014-06-04 | 1 | -2/+10 |
| * | | | error: 'indx' may be used uninitialized in this function | Keith Bostic | 2014-06-04 | 1 | -0/+1 |
| * | | | Our collators are required to return -1, 0, or 1, tell the compiler so | Keith Bostic | 2014-06-04 | 1 | -17/+14 |
| * | | | Simplify the binary search of row-store internal pages by removing the | Keith Bostic | 2014-06-04 | 1 | -73/+60 |
| |/ / |
|
| * | | Doc typo: there is no need for "::" after a structure name. | Michael Cahill | 2014-06-03 | 1 | -1/+1 |
| * | | Merge branch 'develop' into auto-txn-reset-cursors | Michael Cahill | 2014-06-03 | 1 | -7/+7 |
| |\ \ |
|
| | * | | whitespace, spelling | Michael Cahill | 2014-06-03 | 1 | -7/+7 |
| * | | | In auto-commit operations, don't reset cursors if we are going to retry the o... | Michael Cahill | 2014-06-03 | 3 | -26/+15 |
| * | | | Merge branch 'develop' into auto-txn-reset-cursors | Michael Cahill | 2014-06-03 | 1 | -20/+22 |
| |\ \ \
| | |/ / |
|
| | * | | Fix a bug just introduced to LSM. Only look at on disk chunk if it exists. | Alex Gorrod | 2014-06-03 | 1 | -2/+1 |
| | * | | Remove unused loop variable. | Alex Gorrod | 2014-06-03 | 1 | -4/+4 |
| | * | | Update the LSM throttle calculations. | Alex Gorrod | 2014-06-03 | 1 | -15/+18 |
| | |/ |
|
| * | | Reset cursors on auto-commit failure, reference #672. | Keith Bostic | 2014-06-02 | 4 | -14/+31 |
| |/ |
|
| * | Add a mention of the JSON dump format to the Ref Guide, reference #740. | Keith Bostic | 2014-06-02 | 3 | -6/+19 |
| * | It's non-standard to have multiple usage statements for incompatible options, | Keith Bostic | 2014-06-02 | 1 | -4/+11 |
* | | Minor formatting/editing to 13693dc: jump to err label in __conn_single() | Keith Bostic | 2014-06-04 | 2 | -6/+5 |
* | | Use EEXIST for exist failure check rather than EBUSY. | Alex Gorrod | 2014-06-04 | 1 | -1/+1 |