summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | | whitespaceKeith Bostic2015-01-231-2/+2
* | | | | Revert "Revert #1565 for now."Keith Bostic2015-01-231-22/+29
* | | | | Merge pull request #1593 from wiredtiger/cache-wrap-safeguardKeith Bostic2015-01-231-4/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't allow cache tracking to wrap negative.Alex Gorrod2015-01-231-4/+29
|/ / / /
* | | | Revert #1565 for now.Alex Gorrod2015-01-221-29/+22
| |_|/ |/| |
* | | When transferring WT_UPDATE memory from one page to another as part ofKeith Bostic2015-01-211-2/+3
* | | Merge pull request #1578 from wiredtiger/python-sys-pathAlex Gorrod2015-01-211-2/+4
|\ \ \
| * | | Added clarifying comments.Don Anderson2015-01-201-0/+2
| * | | Put the local build directories to the front of the sys path.Don Anderson2015-01-171-2/+2
* | | | Reapply a kludge from RC5: don't allow pages to be evicted underneath a trunc...Michael Cahill2015-01-211-0/+8
* | | | Check for valid log_fh handle in wt_log_write. #1580Susan LoVerso2015-01-201-0/+7
* | | | We can have a tree of empty pages when closing a tree, and that's fine.Michael Cahill2015-01-211-4/+3
* | | | Quit page eviction immediately if we're trying to evict a tree, thatKeith Bostic2015-01-201-0/+9
* | | | Merge pull request #1576 from wiredtiger/stat-cursor-deadlockMichael Cahill2015-01-201-3/+7
|\ \ \ \
| * | | | Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* | | | | Rename voxer to overflow.Susan LoVerso2015-01-194-0/+0
| |_|_|/ |/| | |
* | | | The size of the file is decreasing each time, so compacting 10 times,Keith Bostic2015-01-191-4/+6
* | | | We call __block_dump_avail() if WT_VERB_COMPACT is set, use that sameKeith Bostic2015-01-191-3/+3