summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust logging yield and timeout values. #1610mongodb-2.8-rc7Susan LoVerso2015-01-282-4/+4
* Merge branch 'develop' into mongodb-2.8Michael Cahill2015-01-284-8/+32
|\
| * Merge pull request #1610 from wiredtiger/log-yieldsAlex Gorrod2015-01-282-5/+16
| |\
| | * Avoid yielding in logging: it causes problems with large numbers of threads.Michael Cahill2015-01-282-5/+16
| * | Merge pull request #1608 from wiredtiger/read-lock-spinsMichael Cahill2015-01-281-2/+16
| |\ \ | | |/ | |/|
| | * When the database is populated by overflow records and there are moreKeith Bostic2015-01-271-2/+16
| |/
| * whitespaceKeith Bostic2015-01-271-1/+0
* | Merge branch 'develop' into mongodb-2.8Michael Cahill2015-01-2742-343/+558
|\ \ | |/
| * Revert a workaround for splits during truncate.Michael Cahill2015-01-271-8/+0
| * Don't assert that split_gen will be zero after any eviction from a server thr...Michael Cahill2015-01-271-2/+0
| * Merge pull request #1590 from wiredtiger/memory-allocationMichael Cahill2015-01-2714-144/+188
| |\
| | * Merge branch 'develop' into memory-allocationMichael Cahill2015-01-2731-270/+429
| | |\ | | |/ | |/|
| * | Merge pull request #1596 from wiredtiger/evict-statisticsMichael Cahill2015-01-278-190/+221
| |\ \
| | * | Reorg code so that fast paths stay inlined, shift the slow part of full cache...Michael Cahill2015-01-275-114/+125
| | * | Two "real" changes:Keith Bostic2015-01-239-150/+170
| * | | Merge pull request #1597 from wiredtiger/free-deleted-refsMichael Cahill2015-01-271-2/+13
| |\ \ \
| | * | | Free WT_REFs deleted by truncate. We were doing this when a page spontaneous...Michael Cahill2015-01-261-2/+13
| * | | | Merge pull request #1603 from wiredtiger/recovery-assertionsueloverso2015-01-261-4/+9
| |\ \ \ \
| | * | | | Change recovery to start from the checkpoint LSN in the metadata. Don't asse...Michael Cahill2015-01-271-4/+9
| |/ / / /
| * | | | Merge pull request #1586 from wiredtiger/log-write-osMichael Cahill2015-01-274-16/+33
| |\ \ \ \
| | * \ \ \ Merge pull request #1602 from wiredtiger/log-restore-defaultMichael Cahill2015-01-274-26/+27
| | |\ \ \ \
| | | * | | | Restore default transaction_sync values. #1585 #1586Susan LoVerso2015-01-264-26/+27
| | |/ / / /
| | * | | | Merge branch 'develop' into log-write-osSusan LoVerso2015-01-2617-61/+189
| | |\ \ \ \ | | | |/ / /
| | * | | | Add log code to ensure write-no-sync. #1585Susan LoVerso2015-01-217-25/+41
| * | | | | CID 50796 (#1 of 1): Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Keith Bostic2015-01-261-1/+2
| * | | | | Merge pull request #1595 from markbenvenuto/win_handle_leakKeith Bostic2015-01-263-6/+18
| |\ \ \ \ \
| | * | | | | Fix CloseHandle error handlingMark Benvenuto2015-01-263-5/+12
| | * | | | | Close Thread Handle after thread join on WindowsMark Benvenuto2015-01-231-3/+8
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #1599 from wiredtiger/checkpoint-list-table-locksueloverso2015-01-261-3/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Grab the table list lock while building the list of handles to checkpoint.Michael Cahill2015-01-261-3/+4
| |/ / / /
| * | | | Merge pull request #1579 from wiredtiger/aggressive-compactionMichael Cahill2015-01-262-26/+56
| |\ \ \ \
| | * | | | If 20% of the file is available in the first 80% of the file, try compactionKeith Bostic2015-01-192-25/+52
| | * | | | The by-offset list is sorted by offset, quit looking for slots past theKeith Bostic2015-01-191-2/+5
| * | | | | Fix a comment about when we can do in-memory splits.Michael Cahill2015-01-251-5/+4
| * | | | | Don't fail if we don't find a wiredtiger_wrap.c file in one of theKeith Bostic2015-01-241-7/+13
| * | | | | Merge pull request #1588 from wiredtiger/py-swig-namingKeith Bostic2015-01-2410-16/+62
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fixed python doc string in OVERRIDE_METHOD macro.Don Anderson2015-01-221-1/+1
| | * | | | Added call to new s_lang script.Don Anderson2015-01-221-0/+1
| | * | | | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-227-8/+8
| | * | | | Add dist script to check public wrapper names generated by SWIGDon Anderson2015-01-221-0/+19
| | * | | | Prepend underscores to methods that could have name conflictsDon Anderson2015-01-221-8/+34
| | | | | * Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-2711-146/+138
| | | | | * Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-237-115/+127
| | | | | * Loss of sign in promotion from long long to unsigned long longKeith Bostic2015-01-231-1/+2
| | | | | * Merge branch 'develop' into memory-allocationKeith Bostic2015-01-233-10/+32
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #1594 from wiredtiger/index-dropsueloverso2015-01-233-10/+32
| |\ \ \ \ \
| | * | | | | Enhance the drop test case to drop indices and drop with fresh sessions.Don Anderson2015-01-232-10/+27
| | * | | | | Fix __wt_schema_get_index to return table pointer in all cases.Don Anderson2015-01-231-0/+5
| | | | | | * Regenerate auto-generated text.Keith Bostic2015-01-221-8/+8
| | | | | | * Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-229-105/+150