summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-03-09Revert "Move writing into log worker thread. #1683"Michael Cahill
2015-03-06lint: fix some warnings, a minor leak and a Windows test failure (from callin...Michael Cahill
2015-03-06Merge branch 'develop' into log-wrlsn-threadMichael Cahill
2015-03-06Review comments from @keithbostic:Michael Cahill
2015-03-05Comment typo.Keith Bostic
2015-03-05Minor commen updates.Keith Bostic
2015-03-05Revert some of the change: have a fast-discard path for trees marked clean, b...Michael Cahill
2015-03-05Have bulk trees start dirty: finishing a bulk load should write a checkpoint ...Michael Cahill
2015-03-05Don't allow pages with any "page modified" flags to be evicted during a check...Michael Cahill
2015-03-03Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic
2015-03-03__wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic
2015-03-03Move writing into log worker thread. #1683Susan LoVerso
2015-03-03Merge pull request #1707 from wiredtiger/paranoiaMichael Cahill
2015-03-03Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)...Michael Cahill
2015-03-03Handle switching to a shared cache in reconfigure.Alex Gorrod
2015-03-03Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod
2015-03-02whitespaceKeith Bostic
2015-03-02Merge pull request #1706 from wiredtiger/eviction-force-optimizationsMichael Cahill
2015-03-01Merge branch 'develop' into log-wrlsn-threadSusan LoVerso
2015-03-02Reverse the direction of the LRU walk each time the eviction server goes to s...Michael Cahill
2015-03-02Fixup test for whether a page is already being evicted.Alex Gorrod
2015-03-02Merge branch 'develop' into eviction-force-optimizationsAlex Gorrod
2015-02-28WT_READ_SKIP_LEAF no longer used anywhere (and I think theKeith Bostic
2015-02-27Fix a comment (cursor.restart no longer saves modification methods).Keith Bostic
2015-02-27Add paranoia to catch files opened during WT_CONNECTION::closeMichael Cahill
2015-02-26Further updates to eviction. IncludingAlex Gorrod
2015-02-26Add some paranoia around setting row-store internal keys.Michael Cahill
2015-02-26Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod
2015-02-24Move WT_PAGE.u.row.d next to WT_PAGE.u.row.entries, it reducesKeith Bostic
2015-02-24Merge pull request #1665 from wiredtiger/page-structure-cache-missKeith Bostic
2015-02-24Merge branch 'statistics-sources-handle-overwrite' of github.com:wiredtiger/w...Michael Cahill
2015-02-24Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill
2015-02-23Clear flags when freeing slot. Remove extra stats. #1683Susan LoVerso
2015-02-23Still more stats. #1683Susan LoVerso
2015-02-23Add more stats. #1683Susan LoVerso
2015-02-23Compaction wasn't checking WT_BTREE_NO_EVICTION before executing aKeith Bostic
2015-02-23Add some stats. #1683Susan LoVerso
2015-02-19Add log worker thread to advance write_lsn. #1683Susan LoVerso
2015-02-19Fix the logic for eviction of pages that were never dirtied.Michael Cahill
2015-02-19Merge pull request #1681 from wiredtiger/mongo-evictionMichael Cahill
2015-02-19review: rename a variable for clarityMichael Cahill
2015-02-19Changes based on @keithbostic's reviewMichael Cahill
2015-02-18Merge branch 'develop' into eviction-thread-reconfigureKeith Bostic
2015-02-18I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic
2015-02-18All of the tests in __wt_page_can_evict are first dirty pages, abstractKeith Bostic
2015-02-18Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill
2015-02-18whitespaceMichael Cahill
2015-02-18Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill
2015-02-17Coverity notes the TXN_API_END_RETRY macro has an unnecessary test forKeith Bostic
2015-02-17Allow the maximum number of eviction threads to be reconfigured. This was pr...Michael Cahill