| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' into json-load | Alex Gorrod | 2014-09-19 | 73 | -1114/+1878 |
|\ |
|
| * | Merge pull request #1231 from wiredtiger/lsm-cleanup | Alex Gorrod | 2014-09-19 | 11 | -165/+213 |
| |\ |
|
| | * | Comments, cleanup and fix an error path. #1208 | Susan LoVerso | 2014-09-18 | 3 | -13/+22 |
| | * | Add stat to count number of times we reach queue_ref maximum. #1230 | Susan LoVerso | 2014-09-18 | 4 | -28/+39 |
| | * | Remove manager struct lengths and add in per-queue lengths to stats. | Susan LoVerso | 2014-09-18 | 5 | -38/+48 |
| | * | Check tree's queue length and remove global assertion. #1230 | Susan LoVerso | 2014-09-18 | 2 | -3/+12 |
| | * | Tweak the LSM manager aggressive update alg and server trigger. #1230 | Susan LoVerso | 2014-09-17 | 5 | -26/+51 |
| | * | Add length tracking and assertions for lsm work queues. #1208 #1230 | Susan LoVerso | 2014-09-16 | 2 | -8/+22 |
| | * | Add push/pop macros for the different queues. #1208 | Susan LoVerso | 2014-09-16 | 1 | -76/+44 |
| | * | Separate LSM work unit types from flags. #1208 | Susan LoVerso | 2014-09-15 | 8 | -43/+45 |
| * | | row-search releases "child" on error, and we were updating "child" to | Keith Bostic | 2014-09-17 | 2 | -51/+49 |
| * | | KNF | Keith Bostic | 2014-09-16 | 1 | -1/+1 |
| * | | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic | 2014-09-16 | 11 | -83/+34 |
| * | | Fix a salvage bug: if salvaging a variable-length column-store page, and | Keith Bostic | 2014-09-16 | 1 | -42/+77 |
| * | | Typo, final return value was being lost on failure. | Keith Bostic | 2014-09-16 | 1 | -1/+2 |
| * | | Typo, returning 0, not "ret", don't lose the return value on failure. | Keith Bostic | 2014-09-16 | 1 | -1/+1 |
| * | | Don't use '.' as a key name nested structure separator character during | Keith Bostic | 2014-09-16 | 1 | -16/+12 |
| * | | Fix the separator character error message to complain about the correct key. | Keith Bostic | 2014-09-16 | 1 | -2/+3 |
| * | | Return an error when the configuration merge fails. | Keith Bostic | 2014-09-16 | 1 | -1/+2 |
| * | | Wait for the oldest transaction ID to catch up to current during connection c... | Michael Cahill | 2014-09-16 | 1 | -2/+16 |
| * | | Don't block on the data handle lock while holding the schema lock. If we can... | Michael Cahill | 2014-09-16 | 1 | -4/+15 |
| |/ |
|
| * | Merge branch 'develop' into connection-vs-session-cleanup | Susan LoVerso | 2014-09-15 | 22 | -143/+227 |
| |\ |
|
| | * | Set compacting if we don't have a chunk to flush. #1225 | Susan LoVerso | 2014-09-15 | 1 | -0/+7 |
| | * | Update LSM compact to avoid a hang. | Alex Gorrod | 2014-09-15 | 5 | -51/+27 |
| | * | Fix a hang in LSM compact. Refs #1225 | Alex Gorrod | 2014-09-15 | 1 | -29/+32 |
| | * | Merge pull request #1224 from wiredtiger/random-per-session | Michael Cahill | 2014-09-15 | 13 | -18/+39 |
| | |\ |
|
| | | * | Make random number generation be per session in the WiredTiger library, | Keith Bostic | 2014-09-13 | 13 | -18/+39 |
| | * | | Add a debug routine to print out an address, it helps with salvage | Keith Bostic | 2014-09-14 | 2 | -0/+21 |
| | * | | The error routine we're hitting isn't row-store specific, fix the error | Keith Bostic | 2014-09-13 | 1 | -2/+2 |
| | |/ |
|
| | * | If we're doing raw compression in service of eviction, and haven't found | Keith Bostic | 2014-09-12 | 1 | -25/+34 |
| | * | Update dist/s_style to check for cases where we jump to the error label | Keith Bostic | 2014-09-12 | 3 | -4/+6 |
| | * | Coverity #1199717, fix a bug in 7179a227 where the test for a lock was | Keith Bostic | 2014-09-12 | 1 | -1/+1 |
| | * | WiredTiger has a lot of cascading if/else statements checking for string | Keith Bostic | 2014-09-12 | 1 | -7/+9 |
| | * | Expand on Alex's ideas: we can return out of the switch statement | Keith Bostic | 2014-09-12 | 1 | -58/+51 |
| | * | wrap lines at 80 columns | Keith Bostic | 2014-09-12 | 1 | -10/+17 |
| | * | Merge branch 'develop' into cursor-open-optimization | Keith Bostic | 2014-09-12 | 38 | -475/+1043 |
| | |\ |
|
| | * | | lint. | Alex Gorrod | 2014-09-12 | 1 | -2/+3 |
| | * | | Move cascading string comparisons into a switch statement. | Alex Gorrod | 2014-09-12 | 1 | -33/+75 |
| * | | | Merge branch 'develop' into connection-vs-session-cleanup | Keith Bostic | 2014-09-12 | 1 | -4/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | typo. | Keith Bostic | 2014-09-12 | 1 | -4/+3 |
| * | | | Merge branch 'develop' into connection-vs-session-cleanup | Keith Bostic | 2014-09-12 | 9 | -65/+186 |
| |\ \ \
| | |/ / |
|
| | * | | Fix build warning: | Alex Gorrod | 2014-09-12 | 1 | -1/+1 |
| | * | | Merge pull request #1213 from wiredtiger/force-all | Alex Gorrod | 2014-09-12 | 9 | -65/+186 |
| | |\ \ |
|
| | | * | | Comments and cleanup. #1200 | Susan LoVerso | 2014-09-11 | 4 | -20/+51 |
| | | * | | Merge branch 'develop' into force-all | Susan LoVerso | 2014-09-11 | 6 | -20/+40 |
| | | |\ \ |
|
| | | * | | | Split flushing versus compacting phases of compact. Cleanup. #1200 | Susan LoVerso | 2014-09-11 | 3 | -20/+28 |
| | | * | | | Change transaction ID allocation so that if transactions stop, the last ID be... | Michael Cahill | 2014-09-11 | 3 | -15/+12 |
| | | * | | | Wait for ondisk flag to get set on compact. #1200 | Susan LoVerso | 2014-09-10 | 2 | -5/+25 |
| | | * | | | Fix warnings. | Susan LoVerso | 2014-09-10 | 1 | -7/+10 |
| | | * | | | Add flushing stage to compact. Restore COMPACTING check during merges | Susan LoVerso | 2014-09-10 | 4 | -43/+68 |