summaryrefslogtreecommitdiff
path: root/src/include/extern.h
AgeCommit message (Expand)Author
2014-05-13Allow async to be reconfigured. #1002Susan LoVerso
2014-05-08Don't do an append test regardless if searching the tree, but moreKeith Bostic
2014-05-07Add ability to reconfigure the checkpoint serverAlex Gorrod
2014-05-07Merge pull request #910 from wiredtiger/metadata-cursorsMichael Cahill
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-06No reason to call the __wt_multi_to_ref() page argument "orig", it's notKeith Bostic
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-03Rename "retb" to be "keyb", it always holds a key.Keith Bostic
2014-05-02Move the async code from conn_async.c under src/async. It's easier (for me) ...Michael Cahill
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-30The disk header in a page is read-only: mark it const.Michael Cahill
2014-04-30Don't use "page" variable names for WT_REFs: it's confusing.Michael Cahill
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-29Prefer real pointer types over void * when there is no ambiguity.Michael Cahill
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-28Change callers of __wt_row_leaf_key_work to always pass in a buffer, it'sKeith Bostic
2014-04-28Log transactional operations immediately, so that the only pointers kept are ...Michael Cahill
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-15Implement a ring buffer without locking.Susan LoVerso
2014-04-14Merge branch 'develop' into asyncSusan LoVerso
2014-04-10Gather most of the fast-delete code into a new file, bt_delete.c.Keith Bostic
2014-04-09Use an underlying cursor for async op keys/values.Susan LoVerso
2014-04-09Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso
2014-04-09Revert "More key/value refactoring."Susan LoVerso
2014-04-09Minor cleanup to simplify the tree-walk code, simplify function naming,Keith Bostic
2014-04-08More key/value refactoring.Susan LoVerso
2014-04-08Begin some refactoring of cursor key/value manipulation.Susan LoVerso
2014-04-08WT_REF_SPLIT is possible, I believe, and it's a problem.Keith Bostic
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-04The __wt_evict_file() and __wt_sync_file() functions are no longer partKeith Bostic
2014-04-03Add async_op config processing.Susan LoVerso
2014-04-02Move the conversion of the WT_MULTI reconciliation information toKeith Bostic
2014-04-01Add support for a new verify option "-d dump_offsets=#,#,#", that allowsKeith Bostic
2014-03-31Add enqueue and dequeue support.Susan LoVerso
2014-03-30Bug when deepening the tree in a split, didn't connect the newly createdKeith Bostic
2014-03-30Merge branch 'new-split' into new-split-move-parent-referenceKeith Bostic
2014-03-30Fix the linkage of the new, in-memory page to the WT_REF structure.Keith Bostic
2014-03-30Clean up WT_REF discard, do the work in one function instead of spreadingKeith Bostic
2014-03-29Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic
2014-03-27Get async_flush coordination working.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-24If the split to deepen the tree fails, we have to free the child pagesKeith Bostic