summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3Alex Gorrod2014-12-234-26/+27
|\
| * Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-224-26/+27
* | Merge pull request #1511 from wiredtiger/pkg-configAlex Gorrod2014-12-231-2/+2
|\ \
| * | Remove version numbering from the pkg-config file. We don't createDon Anderson2014-12-191-2/+2
* | | Don't clear the WT_CONFIG_ITEM before calling __wt_config_getones_none(),Keith Bostic2014-12-221-7/+4
* | | Prettiness police, NULL vs. nul, KNF, no functional change.Keith Bostic2014-12-223-13/+12
* | | If __wt_getenv fails to allocate memory, we need to fail gracefully.Keith Bostic2014-12-221-1/+3
* | | Fix bugs reported by Coverity:Alex Gorrod2014-12-221-3/+2
| |/ |/|
* | Merge pull request #1476 from wiredtiger/format-recoverMichael Cahill2014-12-225-80/+159
|\ \
| * | Add configuration options for log archive and pre-allocation, currentlyKeith Bostic2014-12-154-78/+113
| * | Clean up run reporting.Keith Bostic2014-12-151-3/+7
| * | Add a simple test of recovery -- on timed runs, the monitor threadKeith Bostic2014-12-154-3/+43
* | | Merge pull request #1500 from wiredtiger/evict-trickleMichael Cahill2014-12-223-6/+32
|\ \ \
| * | | Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill2014-12-223-12/+12
| * | | Eviction should do update-restore if upper layers are trying to force out a p...Michael Cahill2014-12-221-4/+5
| * | | Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill2014-12-226-11/+14
| * | | Merge branch 'develop' into evict-trickleAlex Gorrod2014-12-2213-34/+111
| |\ \ \
| * | | | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
| * | | | Use the eviction server to write pages with READGEN_OLDEST set.Alex Gorrod2014-12-197-7/+29
* | | | | Use the original page's first_dirty_txn when restoring updates to match what ...Michael Cahill2014-12-221-6/+5
* | | | | Merge pull request #1508 from wiredtiger/avoid-checkpoint-ebusyAlex Gorrod2014-12-221-0/+9
|\ \ \ \ \
| * | | | | Add comments before getting the checkpoint lock.Michael Cahill2014-12-221-0/+3
| * | | | | Revert some debugging changes.Michael Cahill2014-12-221-7/+3
| * | | | | Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i...Michael Cahill2014-12-222-3/+13
* | | | | | Merge pull request #1507 from wiredtiger/extractor-none-configAlex Gorrod2014-12-221-26/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Have extractor configuration checking match collator.Alex Gorrod2014-12-221-26/+25
|/ / / / /
* | | | | Make the cache bytes-written and bytes-read match, both shouldKeith Bostic2014-12-211-2/+2
* | | | | Merge pull request #1506 from wiredtiger/extractor-terminateMichael Cahill2014-12-222-3/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod2014-12-222-3/+10
|/ / / /
* | | | Merge pull request #1504 from markbenvenuto/wt_getenvAlex Gorrod2014-12-228-13/+87
|\ \ \ \
| * | | | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-198-13/+87
| | |_|/ | |/| |
* | | | Merge pull request #1502 from markbenvenuto/win_test_schema03Alex Gorrod2014-12-221-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Skip test_schema03.py on Window since rlimits are unix specificMark Benvenuto2014-12-191-3/+13
|/ / /
* | | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-194-18/+7
* | | Insulate against language-specific sort order in s_win.Michael Cahill2014-12-191-0/+4
* | | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
|/ /
* | Merge pull request #1499 from wiredtiger/sweep-no-write-leavesAlex Gorrod2014-12-191-30/+20
|\ \
| * | Don't try to write leaves from the sweep server. Previously, this was done w...Michael Cahill2014-12-191-30/+20
|/ /
* | Merge pull request #1496 from wiredtiger/server-16546Alex Gorrod2014-12-199-40/+77
|\ \
| * | Set split-gen when deepening the tree, add paranoia that the eviction server ...Michael Cahill2014-12-183-2/+7
| * | Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there...Michael Cahill2014-12-187-38/+70
* | | Merge pull request #1494 from markbenvenuto/win_test_priv01_skipMichael Cahill2014-12-191-0/+5
|\ \ \
| * | | add call to superMark Benvenuto2014-12-171-0/+1
| * | | Skip test_priv01.py on Windows since it is Unix specificMark Benvenuto2014-12-171-0/+4
* | | | Merge pull request #1498 from markbenvenuto/test_fix_salvageAlex Gorrod2014-12-191-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fix test_salvage on WindowsMark Benvenuto2014-12-181-1/+2
|/ / /
* | | Add a Windows-specific file, os_win/os_snprintf.c.Keith Bostic2014-12-172-1/+3
* | | Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic2014-12-172-6/+8
* | | Stop maintaining a separate Windows version of the file list, generate itKeith Bostic2014-12-174-19/+61
* | | Merge pull request #1493 from markbenvenuto/snprintf_fixAlex Gorrod2014-12-185-8/+53
|\ \ \