summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
AgeCommit message (Expand)Author
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-14Merge branch 'develop' into asyncSusan LoVerso
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
2013-11-16enum don't need forward declarations.Keith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-07Give in-memory splits a chance to work. Stall if we're waiting on the oldest...Michael Cahill
2013-11-06Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-10-16Move most of mutex.h into hardware.h.Keith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-16Rename serial_funcs.i -> serial.i, matching other include files.Keith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-01Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-09-27It's possible to race when deciding if we're making the first update toKeith Bostic
2013-09-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-30Don't allocate overflow tracking skiplists as part of the WT_PAGE_MODIFYKeith Bostic
2013-08-30Add a new skiplist to the WT_PAGE_MODIFY structure and use it to trackKeith Bostic
2013-08-30Add a new skiplist to the WT_PAGE_MODIFY structure and use it to trackKeith Bostic
2013-08-30Add a new skiplist to the WT_PAGE_MODIFY structure and use it to trackKeith Bostic
2013-08-16Merge branch 'develop' into fine-grained-durabilityMichael Cahill