summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
AgeCommit message (Expand)Author
2014-10-13add config validation for Windows configMark Benvenuto
2014-10-10MSVC & Clang Warning CleanupMark Benvenuto
2014-10-09Guard include of os_windows.h, include os_windows.h before misc.h,Keith Bostic
2014-10-09Style script.Keith Bostic
2014-10-08Initial Windows PortMark Benvenuto
2014-10-04Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic
2014-09-01Forward declarations of enumerated types is a gcc extension, we don'tKeith Bostic
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-05Merge branch 'develop' into dynamic-evict-workersAlex Gorrod
2014-07-31Start and stop eviction worker threads based on demand.Alex Gorrod
2014-07-17Start shifting to having shared worker threads for LSM trees.Alex Gorrod
2014-07-15Add log cursors. #1106Susan LoVerso
2014-07-01Cleanup based on Alex's feedback.Michael Cahill
2014-05-08Merge branch 'develop' into json-dumpMichael Cahill
2014-05-07Merge pull request #910 from wiredtiger/metadata-cursorsMichael Cahill
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-25Inline the buffer-size check parts of the standard scratch bufferKeith Bostic
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-23Merge branch 'develop' into json-dumpMichael Cahill
2014-04-14Merge branch 'develop' into asyncSusan LoVerso
2014-04-09Add 'json' config option to cursor, to create JSON output.Don Anderson
2014-04-09Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso
2014-04-09Fix the problem where a truncated/deleted page might split (meaningKeith Bostic
2014-04-08Begin some refactoring of cursor key/value manipulation.Susan LoVerso
2014-04-07Merge branch 'async' of github.com:wiredtiger/wiredtiger into asyncSusan LoVerso
2014-04-07Add the uri/config/format cached queue for async ops.Susan LoVerso
2014-04-07Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-07Merge branch 'develop' into asyncMichael Cahill
2014-04-01Add async cursor cache.Susan LoVerso
2014-03-26A problem in the new-split branch is WT_REF structures remain with theKeith Bostic
2014-03-26Compilation fixes for C code.Susan LoVerso
2014-03-26Clean up pass for s_all.Susan LoVerso
2014-03-19Change the overflow key/value addresses from a skiplist into a simpleKeith Bostic
2014-03-17Further implementation of metadata cursors.Alex Gorrod
2014-03-03Support eviction of pages that include unresolved changes.Keith Bostic
2014-02-26Merge branch 'develop' into new-splitKeith Bostic
2014-02-25Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic
2014-02-24Clean up the WT_PAGE_MODIFY structure comments, get rid of the u.replaceKeith Bostic
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-02-21Instead of creating WT_REF arrays as part of reconciliation, use a moreKeith Bostic
2014-02-19WT_REF arrays have to be processed when the page is discarded: we can'tKeith Bostic
2014-02-16Replace eviction code to deepen the tree using split-merge pages withKeith Bostic
2014-01-09Avoid unpacking the key cell multiple times when returning key/valueKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod