summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-23Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3Alex Gorrod
2014-12-23Merge pull request #1511 from wiredtiger/pkg-configAlex Gorrod
2014-12-22Don't clear the WT_CONFIG_ITEM before calling __wt_config_getones_none(),Keith Bostic
2014-12-22Prettiness police, NULL vs. nul, KNF, no functional change.Keith Bostic
2014-12-22If __wt_getenv fails to allocate memory, we need to fail gracefully.Keith Bostic
2014-12-22Fix bugs reported by Coverity:Alex Gorrod
2014-12-22Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill
2014-12-22Merge pull request #1476 from wiredtiger/format-recoverMichael Cahill
2014-12-22Merge pull request #1500 from wiredtiger/evict-trickleMichael Cahill
2014-12-22Use the original page's first_dirty_txn when restoring updates to match what ...Michael Cahill
2014-12-22Merge pull request #1508 from wiredtiger/avoid-checkpoint-ebusyAlex Gorrod
2014-12-22Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill
2014-12-22Add comments before getting the checkpoint lock.Michael Cahill
2014-12-22Revert some debugging changes.Michael Cahill
2014-12-22Merge pull request #1507 from wiredtiger/extractor-none-configAlex Gorrod
2014-12-22Have extractor configuration checking match collator.Alex Gorrod
2014-12-22Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i...Michael Cahill
2014-12-21Make the cache bytes-written and bytes-read match, both shouldKeith Bostic
2014-12-22Eviction should do update-restore if upper layers are trying to force out a p...Michael Cahill
2014-12-22Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill
2014-12-22Merge pull request #1506 from wiredtiger/extractor-terminateMichael Cahill
2014-12-22Merge branch 'develop' into evict-trickleAlex Gorrod
2014-12-22Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod
2014-12-22Merge pull request #1504 from markbenvenuto/wt_getenvAlex Gorrod
2014-12-22Merge pull request #1502 from markbenvenuto/win_test_schema03Alex Gorrod
2014-12-19Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto
2014-12-19Skip test_schema03.py on Window since rlimits are unix specificMark Benvenuto
2014-12-19Remove version numbering from the pkg-config file. We don't createDon Anderson
2014-12-19Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill
2014-12-19Insulate against language-specific sort order in s_win.Michael Cahill
2014-12-19Check that handles are not being walked by eviction before discarding.Michael Cahill
2014-12-19Check that handles are not being walked by eviction before discarding.Michael Cahill
2014-12-19Use the eviction server to write pages with READGEN_OLDEST set.Alex Gorrod
2014-12-19Merge pull request #1499 from wiredtiger/sweep-no-write-leavesAlex Gorrod
2014-12-19Don't try to write leaves from the sweep server. Previously, this was done w...Michael Cahill
2014-12-19Merge pull request #1496 from wiredtiger/server-16546Alex Gorrod
2014-12-19Merge pull request #1494 from markbenvenuto/win_test_priv01_skipMichael Cahill
2014-12-19Merge pull request #1498 from markbenvenuto/test_fix_salvageAlex Gorrod
2014-12-18fix test_salvage on WindowsMark Benvenuto
2014-12-18Set split-gen when deepening the tree, add paranoia that the eviction server ...Michael Cahill
2014-12-18Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there...Michael Cahill
2014-12-17add call to superMark Benvenuto
2014-12-17Add a Windows-specific file, os_win/os_snprintf.c.Keith Bostic
2014-12-17Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic
2014-12-17Stop maintaining a separate Windows version of the file list, generate itKeith Bostic
2014-12-18Merge pull request #1493 from markbenvenuto/snprintf_fixAlex Gorrod
2014-12-18Merge pull request #1492 from markbenvenuto/win_build_fixAlex Gorrod
2014-12-17Skip test_priv01.py on Windows since it is Unix specificMark Benvenuto
2014-12-17snprintf - Implement a custom version of snprintf match theMark Benvenuto
2014-12-17Windows Build fixMark Benvenuto