| Age | Commit message (Expand) | Author |
| 2014-10-04 | We don't yet need anything other than single-byte versions of the | Keith Bostic |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-10-03 | The only failure F_CAS_ATOMIC() can "return" is EBUSY, remove dead code | Keith Bostic |
| 2014-09-28 | The WT_INTL_FOREACH_BEGIN macro walks the page's index, and it could be | Keith Bostic |
| 2014-09-26 | Clarify that the split transaction value only applies to internal pages. | Keith Bostic |
| 2014-09-01 | Flag the change as a compiler warning, I don't think it's a real problem. | Keith Bostic |
| 2014-09-01 | clang complaint: rec_split.c:1023:16: warning: variable 'parent' may be | Keith Bostic |
| 2014-08-15 | Split the WT_READ_NO_GEN flag to clarify: sometimes we mean "this read should... | Michael Cahill |
| 2014-08-11 | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic |
| 2014-08-10 | When reviewing key order during a split, assert the collation function | Keith Bostic |
| 2014-08-10 | Replace the collator comparison #defines with inline functions, | Keith Bostic |
| 2014-07-02 | Implement Keith's review feedback. | Michael Cahill |
| 2014-07-01 | whitespace | Keith Bostic |
| 2014-07-01 | fix a comment typo. | Keith Bostic |
| 2014-07-01 | Cleanup based on Alex's feedback. | Michael Cahill |
| 2014-06-25 | Take WT_ALLOC_OVERHEAD into account when calculating memory moved between pag... | Michael Cahill |
| 2014-06-25 | Use a split generation number to determine when memory replaced by a split ca... | Michael Cahill |
| 2014-06-20 | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill |
| 2014-06-18 | Instead of having update operations set the highest update transaction in an ... | Michael Cahill |
| 2014-06-12 | The reason we were seeing leaf pages during our review/cleanup of the | Keith Bostic |
| 2014-06-11 | Reinstate a check after deepening a tree that the child pages are internal pa... | Michael Cahill |
| 2014-06-10 | When deepening the tree, don't free the newly created child pages until after | Keith Bostic |
| 2014-06-10 | The parent page type must be an internal page, don't bother testing for | Keith Bostic |
| 2014-06-10 | The parent page of a split must be an internal page by definition, don't | Keith Bostic |
| 2014-06-10 | If we're in the split-deepen code, there's no need to check if we're looking | Keith Bostic |
| 2014-06-09 | Assert the parent's WT_REF.home is correct in all cases. | Keith Bostic |
| 2014-06-05 | Instead of byte-copying the WT_IKEY structure and data, call the standard | Keith Bostic |
| 2014-05-09 | Speed up checkpoints by doing a better job of skipping pages that can't conta... | Michael Cahill |
| 2014-05-08 | Don't do an append test regardless if searching the tree, but more | Keith Bostic |
| 2014-05-08 | error: variable 'kpack' set but not used [-Werror=unused-but-set-variable] | Keith Bostic |
| 2014-05-08 | When moving keys from the parent to the child when deepening the tree, we | Keith Bostic |
| 2014-05-08 | When moving instantiated keys from a parent page to a child page during | Keith Bostic |
| 2014-05-08 | Rename the ref to "ref", not "child", child is usually a child page. | Keith Bostic |
| 2014-05-07 | Merge pull request #992 from wiredtiger/optional-verbose | Alex Gorrod |
| 2014-05-06 | No reason to call the __wt_multi_to_ref() page argument "orig", it's not | Keith Bostic |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-02 | typo | Michael Cahill |
| 2014-05-02 | Implement review feedback for #980. | Michael Cahill |
| 2014-05-01 | Take the cache size into account when calculating the maximum size of a page ... | Michael Cahill |
| 2014-04-30 | When restoring a page with updates after a split, free any resources cached i... | Michael Cahill |
| 2014-04-26 | Clean-up callers of __wt_row_leaf_key: use a scratch buffer instead of | Keith Bostic |
| 2014-04-17 | Merge branch 'develop' into checkpoint-optimizations | Michael Cahill |
| 2014-04-17 | Fix a typo: don't goto the error label from inside the error handler. | Michael Cahill |
| 2014-04-17 | Get a hazard pointer on the parent page during splitting, to prevent it from ... | Michael Cahill |
| 2014-04-16 | Fix a bug where pages that split and had to be restored while a checkpoint is... | Michael Cahill |
| 2014-04-11 | Coverity #1199717: Execution cannot reach this statement | Keith Bostic |
| 2014-04-11 | Coverity #1199720: Dereferencing null pointer "skip->ins". | Keith Bostic |
| 2014-04-09 | Fix the problem where a truncated/deleted page might split (meaning | Keith Bostic |
| 2014-04-06 | rec_split.c:610:88: error: incompatible pointer types passing 'uint64_t | Keith Bostic |
| 2014-04-03 | Flip the logic around when to deepen the tree -- there is no point trying to ... | Michael Cahill |