summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.0mongodb-3.0-rc10Michael Cahill2015-02-2441-2520/+216
|\
| * Merge branch 'master' into developMichael Cahill2015-02-240-0/+0
| |\
| | * Use a local variable for clarity.Keith Bostic2015-02-051-1/+1
| * | Merge pull request #1695 from wiredtiger/statistics-sources-handle-overwriteAlex Gorrod2015-02-2410-23/+55
| |\ \
| | * \ Merge branch 'statistics-sources-handle-overwrite' of github.com:wiredtiger/w...Michael Cahill2015-02-248-27/+37
| | |\ \
| | | * | Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-248-27/+37
| | * | | Merge branch 'develop' into statistics-sources-handle-overwriteMichael Cahill2015-02-247-34/+51
| | |\ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge pull request #1688 from wiredtiger/force-eviction-checkMichael Cahill2015-02-241-4/+13
| |\ \ \
| | * | | Review: go back to bumping the "page_forcible_evict_blocked" stat on every at...Michael Cahill2015-02-241-7/+6
| | * | | Two small changes in page-acquisition handling of forced-eviction: onlyKeith Bostic2015-02-211-8/+18
| * | | | Merge pull request #1691 from wiredtiger/evict-walk-smallAlex Gorrod2015-02-241-12/+15
| |\ \ \ \
| | * | | | If eviction is walking a file with only one live page (e.g., the last page), ...Michael Cahill2015-02-231-12/+15
| * | | | | Merge pull request #1692 from wiredtiger/no-eviction-flag-testMichael Cahill2015-02-245-16/+22
| |\ \ \ \ \
| | * | | | | error: variable 'btree' set but not used [-Werror=unused-but-set-variable]Keith Bostic2015-02-231-3/+0
| | * | | | | Add an explicit barrier after setting the checkpointing value. (I'm prettyKeith Bostic2015-02-231-0/+1
| | * | | | | Compaction wasn't checking WT_BTREE_NO_EVICTION before executing aKeith Bostic2015-02-235-13/+21
| * | | | | | Coverity 44238, redundant test.Susan LoVerso2015-02-231-2/+1
| | | | | * | The statistics server has open handles and may be opening underlyingKeith Bostic2015-02-231-3/+6
| | | | | * | Run the statistics server thread 5% of the time, occasionally specify a listKeith Bostic2015-02-233-2/+21
| | |_|_|/ / | |/| | | |
| * | | | | Coverity 1271062: Dereference before null check (REVERSE_INULL)Keith Bostic2015-02-231-7/+9
| |/ / / /
| * | | | Coverity 1271064: logically dead code, "rec_config" can never be NULL,Keith Bostic2015-02-231-18/+14
| * | | | Merge pull request #1687 from wiredtiger/force-forward-truncationMichael Cahill2015-02-232-76/+74
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge pull request #1690 from wiredtiger/force-forward-truncation-mjcMichael Cahill2015-02-231-7/+2
| | |\ \ \
| | | * | | Just open a cursor to force forward range truncates: don't dup and reset.Michael Cahill2015-02-231-7/+2
| | |/ / /
| | * | | If WT_SESSION.truncate isn't given a start cursor, instantiate one,Keith Bostic2015-02-202-76/+79
| | |/ /
| * | | Merge pull request #1689 from wiredtiger/get-local-key-before-truncateMichael Cahill2015-02-231-3/+7
| |\ \ \ | | |/ / | |/| |
| | * | The start/stop cursors may not have been set.Keith Bostic2015-02-221-2/+4
| | * | Make sure we have a local copy of the start/stop cursor keys before callingKeith Bostic2015-02-221-3/+5
| |/ /
| * | We don't need to do a search in the row-store cursor truncate setup code,Keith Bostic2015-02-201-8/+6
| * | With the commit of #1676, we should no longer need the wtperf_stats toolKeith Bostic2015-02-1920-2351/+0
* | | Added tag mongodb-3.0-rc9 for changeset c1adbb056d9dMichael Cahill2015-02-191-0/+2
* | | Removed tag mongodb-3.0-rc9mongodb-3.0-rc9Michael Cahill2015-02-191-0/+2
* | | Update RC9 entries in NEWS.MONGODB.Michael Cahill2015-02-191-4/+122
* | | Merge branch 'develop' into mongodb-3.0Michael Cahill2015-02-1962-777/+1252
|\ \ \ | |/ /
| * | add words to dictionary for docsMichael Cahill2015-02-191-0/+3
| * | If wtperf gets WT_ROLLBACK during the populate phase, handle it gracefully.Michael Cahill2015-02-191-1/+11
| * | Keep scanning files for eviction candidates if we haven't found any at all. ...Michael Cahill2015-02-191-5/+5
| * | Fix the logic for eviction of pages that were never dirtied.Michael Cahill2015-02-191-5/+2
| * | Merge pull request #1681 from wiredtiger/mongo-evictionMichael Cahill2015-02-1914-134/+159
| |\ \
| | * | review: rename a variable for clarityMichael Cahill2015-02-192-4/+4
| | * | Changes based on @keithbostic's reviewMichael Cahill2015-02-192-35/+31
| | * | Merge pull request #1685 from wiredtiger/mongo-eviction-keithMichael Cahill2015-02-192-15/+15
| | |\ \
| | | * | All of the tests in __wt_page_can_evict are first dirty pages, abstractKeith Bostic2015-02-181-6/+12
| | | * | Whitespace, use WT_PAGE_IS_INTERNAL instead of enumerating leaf pageKeith Bostic2015-02-181-9/+3
| | |/ /
| | * | If we have exclusive access to a file being evicted, don't check each page.Michael Cahill2015-02-171-1/+1
| | * | whitespaceMichael Cahill2015-02-172-2/+4
| | * | Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-1711-35/+46
| | * | Remove some obsolete code: now that we have split_gen, we don't need a transa...Michael Cahill2015-02-171-23/+3
| | * | Combine the various checks for whether a page can be evicted into one place.Michael Cahill2015-02-174-70/+101
| | * | Skip hot pages during write leaves: checkpoint will have to visit them anyway.Michael Cahill2015-02-171-2/+7