summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust logging yield and timeout values. #1610mongodb-2.8-rc7Susan LoVerso2015-01-282-4/+4
* 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
* | When the database is populated by overflow records and there are moreKeith Bostic2015-01-271-2/+16
|/
* whitespaceKeith Bostic2015-01-271-1/+0
* 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 branch 'develop' into memory-allocationMichael Cahill2015-01-2727-262/+367
|\
| * Merge pull request #1596 from wiredtiger/evict-statisticsMichael Cahill2015-01-277-190/+219
| |\
| | * 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-238-150/+168
| * | 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
| * | | 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
| |\ \ \
| | * | | Restore default transaction_sync values. #1585 #1586Susan LoVerso2015-01-263-24/+25
| | * | | Merge branch 'develop' into log-write-osSusan LoVerso2015-01-2612-43/+102
| | |\ \ \ | | | |/ /
| | * | | Add log code to ensure write-no-sync. #1585Susan LoVerso2015-01-216-23/+39
| * | | | 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
| | | |_|/ | | |/| |
| * | | | 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
| * | | | Merge pull request #1588 from wiredtiger/py-swig-namingKeith Bostic2015-01-247-8/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-227-8/+8
* | | | | Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-277-137/+132
* | | | | Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-235-115/+123
* | | | | 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-231-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #1594 from wiredtiger/index-dropsueloverso2015-01-231-0/+5
| |\ \ \ \
| | * | | | 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
| * | | | | Don't allow cache tracking to wrap negative.Alex Gorrod2015-01-231-4/+29
| |/ / / /
* | | | | Regenerate auto-generated text.Keith Bostic2015-01-221-8/+8
* | | | | Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-226-104/+136
* | | | | Try and avoid underflow, it just makes a bad situation worse.Keith Bostic2015-01-222-4/+34
* | | | | Remove WT_ALLOC_OVERHEAD from the system.Keith Bostic2015-01-222-13/+1
* | | | | Revert "Revert #1565 for now."Keith Bostic2015-01-221-22/+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
* | | 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
|\ \ \ | |_|/ |/| |