| Age | Commit message (Expand) | Author |
| 2014-10-15 | MSVC doesn't yet support "%zu", replace with #defines. | Keith Bostic |
| 2014-10-13 | If restored a tombstone WT_UPDATE after splitting, calculate the correct size. | Michael Cahill |
| 2014-10-08 | clang complains bt_discard.c:76:6: warning: variable 'hp' may be | Keith Bostic |
| 2014-10-08 | Spin when checking for hazard pointers during discard. This hardly ever fire... | Michael Cahill |
| 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-10-02 | Minor cleanups: complain if we see off_t from now, hardwire tests for the | Keith Bostic |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-10-01 | __value is a keyword in Visual Studio .NET. | 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-21 | Quit trying to clean up the boundary structures on exit, instead | Keith Bostic |
| 2014-09-20 | The boundary-next field points to the next boundary structure we were | Keith Bostic |
| 2014-09-20 | typo | Keith Bostic |
| 2014-09-17 | row-search releases "child" on error, and we were updating "child" to | Keith Bostic |
| 2014-09-16 | Fix a salvage bug: if salvaging a variable-length column-store page, and | Keith Bostic |
| 2014-09-15 | Merge branch 'develop' into connection-vs-session-cleanup | Susan LoVerso |
| 2014-09-15 | Merge pull request #1224 from wiredtiger/random-per-session | Michael Cahill |
| 2014-09-14 | Add a debug routine to print out an address, it helps with salvage | Keith Bostic |
| 2014-09-13 | The error routine we're hitting isn't row-store specific, fix the error | Keith Bostic |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-09-12 | If we're doing raw compression in service of eviction, and haven't found | Keith Bostic |
| 2014-09-12 | Merge branch 'develop' into connection-vs-session-cleanup | Keith Bostic |
| 2014-09-12 | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic |
| 2014-09-12 | Merge pull request #1213 from wiredtiger/force-all | Alex Gorrod |
| 2014-09-11 | Change transaction ID allocation so that if transactions stop, the last ID be... | Michael Cahill |
| 2014-09-10 | Rename __wt_conn_verbose_config to be __wt_verbose_config, | Keith Bostic |
| 2014-09-04 | Minor cleanups: "onpage_ovfl" is never interesting if the overflow key | Keith Bostic |
| 2014-09-03 | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso |
| 2014-09-03 | Alex's suggestion, break apart a large statement into an inline | Keith Bostic |
| 2014-09-02 | Rework c92bd26, that change only worked because the underlying block | Keith Bostic |
| 2014-09-01 | Rework 5169532; it's not enough to select a page size that's large | Keith Bostic |
| 2014-09-01 | typo, get rid of "leaf leaf" in error message. | 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 complaints for unconditionalized variables; I don't believe either are | Keith Bostic |
| 2014-09-01 | clang complaint: rec_write.c:2141:15: warning: variable 'result_len' may | Keith Bostic |
| 2014-09-01 | clang complaint: rec_split.c:1023:16: warning: variable 'parent' may be | Keith Bostic |
| 2014-09-01 | clang complaint: bt_curprev.c:83:6: warning: variable 'ins' may be | Keith Bostic |
| 2014-09-01 | Decrement the RLE *before* setting the number of skip items to 0. | Keith Bostic |
| 2014-09-01 | One more try to get the range check for overflow records correct. | Keith Bostic |
| 2014-09-01 | 94e8052 wasn't right either: we need any overflow item appearing in the | Keith Bostic |
| 2014-08-31 | If we fail to acquire a block during salvage (in this case because | Keith Bostic |
| 2014-09-01 | src/btree/rec_write.c:3238:182: error: implicit conversion loses integer prec... | Michael Cahill |
| 2014-08-31 | One more time, this function doesn't return an error (and I don't see any | Keith Bostic |
| 2014-08-31 | Unused variable. | Keith Bostic |
| 2014-08-31 | We can't split during salvage: first, turn off raw compression (because | Keith Bostic |
| 2014-08-31 | Shuffle some code for clarity and to make lint happy (no real change). | Keith Bostic |
| 2014-08-30 | If we have "missing" records flagged by salvage, and we're not skipping | Keith Bostic |