| Age | Commit message (Expand) | Author |
| 2012-12-13 | Cut release 1.4.11.4.1 | Alex Gorrod |
| 2012-12-13 | Hook the cursor_random page back into the documentation tree, so it doesn't s... | Michael Cahill |
| 2012-12-13 | Add a comment explaining why we are ignoring an error return. | Alex Gorrod |
| 2012-12-13 | Remove some redundancy from the documentation of index cursor projections. C... | Michael Cahill |
| 2012-12-12 | Document why we're ignoring the return from WT_BTREE_CMP in one case. | Keith Bostic |
| 2012-12-12 | Don't ignore the possible error return from WT_BTREE_CMP. | Keith Bostic |
| 2012-12-12 | Don't ignore the return from __wt_remove on error. | Keith Bostic |
| 2012-12-12 | Don't ignore the return from __wt_block_off_free in the write error path. | Keith Bostic |
| 2012-12-12 | Don't ignore the return value of __rec_write_wrapup_err. | Keith Bostic |
| 2012-12-12 | __wt_connection_destroy can return an error, percolate it up the stack. | Keith Bostic |
| 2012-12-12 | typo in my last commit, return "ret", it can be set. | Keith Bostic |
| 2012-12-12 | Don't ignore errors from __wt_txn_rollback as part of a failed commit. | Keith Bostic |
| 2012-12-12 | Don't ignore error returns from __wt_cond_destroy(). | Keith Bostic |
| 2012-12-12 | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic |
| 2012-12-12 | We have a panic function: make a failure to clear a hazard pointer | Keith Bostic |
| 2012-12-12 | explicitly order +/- operators. | Keith Bostic |
| 2012-12-11 | Merge pull request #411 from wiredtiger/panic | Michael Cahill |
| 2012-12-11 | The absolute time pthread_timedjoin_np wants isn't a timer, it's an offset | Keith Bostic |
| 2012-12-11 | Use the standard automake/autoconf structures for finding pthread_np.h, | Keith Bostic |
| 2012-12-11 | On systems where it's available (FreeBSD & Linux, at least), call the | Keith Bostic |
| 2012-12-11 | Alex wants stronger wording on error, information and progress event | Keith Bostic |
| 2012-12-11 | More fixes for complex schema, this time to retrieve values correctly. | Michael Cahill |
| 2012-12-11 | Fix a bug populating column groups with complex schema. | Michael Cahill |
| 2012-12-10 | Panic if the eviction server unexpectedly exits. | Keith Bostic |
| 2012-12-10 | Add a __wt_panic function that shuts down all of the WiredTiger APIs. | Keith Bostic |
| 2012-12-10 | Stylistic change only: I'm about to put in panic checks, make the style | Keith Bostic |
| 2012-12-10 | Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the other | Keith Bostic |
| 2012-12-10 | Add a new error, WT_PANIC, which will be the panic return, ref #215. | Keith Bostic |
| 2012-12-10 | Don't mention random cursor lookup in the cursor page, nobody wants | Keith Bostic |
| 2012-12-10 | Revert one of the schema plan logic changes: they weren't necessary and intro... | Michael Cahill |
| 2012-12-10 | Fix a schema bug where value columns appearing in multiple column groups woul... | Michael Cahill |
| 2012-12-10 | Use fixed-sized types explicitly in (un)packing routines. | Michael Cahill |
| 2012-12-10 | More schema layer cleanup: | Michael Cahill |
| 2012-12-10 | Fix a schema bug when adding a column group to a "complete" table. Previousl... | Michael Cahill |
| 2012-12-09 | Merge pull request #410 from wiredtiger/lsm-error-cleanup | Michael Cahill |
| 2012-12-09 | Merge pull request #408 from wiredtiger/row-key-serial | Michael Cahill |
| 2012-12-10 | Fix a bug where we weren't releasing a btree rwlock in some paths of the | Alex Gorrod |
| 2012-12-10 | Fix compiler warning. | Alex Gorrod |
| 2012-12-10 | Update LSM error handling for drop, rename and truncate. | Alex Gorrod |
| 2012-12-10 | Fix a segfault cleaning up a bad index cursor open. | Michael Cahill |
| 2012-12-09 | Merge pull request #405 from wiredtiger/mtx-cleanup | agorrod |
| 2012-12-08 | When talking about index-only retrieval, don't mention "column groups". | Keith Bostic |
| 2012-12-08 | Add wording explaining how to do index-only searches to the schema docs. | Keith Bostic |
| 2012-12-08 | There's no reason to () wrap the cindex variable. | Keith Bostic |
| 2012-12-08 | Enhance the ex_schema.c example code to show some more complex examples, | Keith Bostic |
| 2012-12-08 | Clarify the format type name. | Keith Bostic |
| 2012-12-08 | We document the key-gap can be set to 0 (which makes logical sense, a gap of | Keith Bostic |
| 2012-12-08 | When __wt_txn_read_{last,first} were removed from TXN_API_END, the | Keith Bostic |
| 2012-12-07 | Replace the row-key-serial function with CAS instruction. | Keith Bostic |
| 2012-12-07 | Change __wt_readlock, __wt_try_writelock, __wt_writelock, __wt_rwunlock | Keith Bostic |