| 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 | update. | Keith Bostic |
| 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 | Update the copyright notice so the check scripts don't complain, | Keith Bostic |
| 2012-12-12 | explicitly order +/- operators. | Keith Bostic |
| 2012-12-12 | Update default parameters in runner script. | EC2 Default User |
| 2012-12-12 | Add some scripts to help run wtperf. | EC2 Default User |
| 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 | Remove bulk load from wtperf - it's ignored by LSM, and we are not | Alex Gorrod |
| 2012-12-11 | Test fixes now that populate inserts the requested number of records. | Michael Cahill |
| 2012-12-11 | In the test suite, when checking that a data source is correctly populated, | Michael Cahill |
| 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 | make it clear we're going to have an error. | Keith Bostic |
| 2012-12-10 | Don't mention random cursor lookup in the cursor page, nobody wants | Keith Bostic |
| 2012-12-10 | Fix up a few more declarations that weren't fixed-size. | Keith Bostic |
| 2012-12-10 | Revert one of the schema plan logic changes: they weren't necessary and intro... | Michael Cahill |
| 2012-12-10 | Disable some GCC warning flags for the SWIG-generated Python code. | Michael Cahill |
| 2012-12-10 | Fix a schema bug where value columns appearing in multiple column groups woul... | Michael Cahill |
| 2012-12-10 | wtperf.c:291:6: error: 'op_ret' may be used uninitialized in this function | 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 | Use "poptable" as the table name in the schema example -- it's a table of pop... | Michael Cahill |
| 2012-12-10 | Fix a schema bug when adding a column group to a "complete" table. Previousl... | Michael Cahill |
| 2012-12-10 | Add 'ret = ' to calls in ex_schema.c that can fail. | 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 |