summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3Alex Gorrod2014-12-231-6/+6
|\
| * Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-221-6/+6
* | Prettiness police, NULL vs. nul, KNF, no functional change.Keith Bostic2014-12-221-1/+1
|/
* Merge pull request #1500 from wiredtiger/evict-trickleMichael Cahill2014-12-221-1/+2
|\
| * Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill2014-12-221-4/+3
| * Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill2014-12-222-6/+2
| * Merge branch 'develop' into evict-trickleAlex Gorrod2014-12-222-13/+1
| |\
| * | Use the eviction server to write pages with READGEN_OLDEST set.Alex Gorrod2014-12-193-3/+9
* | | Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod2014-12-221-2/+5
| |/ |/|
* | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-191-0/+1
* | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-191-13/+0
|/
* Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there...Michael Cahill2014-12-181-5/+3
* Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic2014-12-171-5/+6
* snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-171-2/+7
* Add support for none configuration string to log compressor.Alex Gorrod2014-12-171-1/+1
* Revert default configuration value changes.Alex Gorrod2014-12-171-3/+3
* Merge pull request #1486 from wiredtiger/none-config-2Alex Gorrod2014-12-172-10/+14
|\
| * Change the extractor configuration default from the empty string toKeith Bostic2014-12-161-1/+1
| * When creating a data-source, allow for a collator set to the empty stringKeith Bostic2014-12-161-0/+1
| * The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-161-7/+10
| * Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-161-2/+2
* | Atomically create all log files and move them into place. #1482Susan LoVerso2014-12-161-1/+1
|/
* Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-166-86/+97
|\
| * We don't need to store double quotes as the default value forKeith Bostic2014-12-151-1/+1
| * Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-151-0/+1
| |\
| | * Minor cleanup. #1447Susan LoVerso2014-12-111-0/+1
| * | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-2/+4
| * | Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-154-83/+91
| |\ \
| | * | We can't use the corrected page size to calculate the buffer's spaceKeith Bostic2014-12-101-5/+3
| | * | Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-103-3/+33
| | |\ \
| | * \ \ Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-092-4/+3
| | |\ \ \
| | * | | | Remove the min / max bounds on overflow sizes.Michael Cahill2014-12-101-4/+4
| | * | | | Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-098-78/+154
| | |\ \ \ \
| | * | | | | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-094-78/+88
* | | | | | | Add a few more sweep stats to understand why the test sometimes fails.Susan LoVerso2014-12-153-67/+73
* | | | | | | Merge branch 'develop' into dhandle-hashAlex Gorrod2014-12-151-1/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add some wording around WT_PANIC to clarify that the application canKeith Bostic2014-12-121-1/+8
| * | | | | | Merge pull request #1459 from wiredtiger/session-app-privateMichael Cahill2014-12-121-0/+12
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Add a WT_SESSION.app_private field for applications to use in callbacksKeith Bostic2014-12-101-0/+12
| | | |_|_|/ | | |/| | |
* | | | | | Remove redundant change from dhandle hashing.Alex Gorrod2014-12-151-2/+0
* | | | | | Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-122-2/+2
* | | | | | Use dhandle hash lists in more places. Adjust sweep timings. #1460Susan LoVerso2014-12-112-2/+4
|/ / / / /
* | | | | Capitalize LLU (the lower-case 'l' looks like '1').Keith Bostic2014-12-111-1/+1
* | | | | Update auto-generated files.Michael Cahill2014-12-111-1/+1
* | | | | Add connection sweep stats and a sweep test. #1446Susan LoVerso2014-12-102-65/+71
|/ / / /
* | | | Track whether eviction is making progress regardless of whether the cache is ...Michael Cahill2014-12-101-2/+1
* | | | Merge branch 'develop' into sweep-moreMichael Cahill2014-12-102-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1449 from wiredtiger/lsm-switch-simplifyMichael Cahill2014-12-101-2/+1
| |\ \ \
| | * \ \ Merge branch 'develop' into lsm-switch-simplifyMichael Cahill2014-12-095-5/+57
| | |\ \ \
| | * | | | Improve and simplify the LSM switch logic: it is fine to keep writing into a ...Michael Cahill2014-12-091-2/+1