| Age | Commit message (Expand) | Author |
| 2012-06-20 | Add documentation for 1.2.2 to the landing pag.1.2.2 | Michael Cahill |
| 2012-06-20 | Cut bugfix release 1.2.2. | Michael Cahill |
| 2012-06-20 | Fix a case where checkpoints could self-deadlock trying to reenter the connec... | Michael Cahill |
| 2012-06-20 | Fix two bugs with snapshot isolation: | Michael Cahill |
| 2012-06-20 | When checking the value of the "isolation" key, don't assume it is NUL termin... | Michael Cahill |
| 2012-06-20 | Handle checkpoints immediately during close operations: the btree handle will... | Michael Cahill |
| 2012-06-20 | Defer making free pages available until the end of a checkpoint, in case it f... | Michael Cahill |
| 2012-06-20 | src/txn/txn.c:243:29: error: 'txn_global' may be used uninitialized in this f... | Michael Cahill |
| 2012-06-20 | Fix __wt_conn_btree_apply to acquire handles correctly, | Michael Cahill |
| 2012-06-20 | src/conn/conn_api.c:375:22: error: variable 'conn' set but not used. | Michael Cahill |
| 2012-06-15 | Added tag 1.2.1 for changeset 9046bcab74eb | Michael Cahill |
| 2012-06-15 | Bump version to 1.2.1.1.2.1 | Michael Cahill |
| 2011-12-23 | Allocate "desc" buffers in heap memory so that they are correctly aligned. | Michael Cahill |
| 2012-06-08 | Avoid a deadlock between eviction and checkpoint on the connection spinlock. | Michael Cahill |
| 2012-06-06 | Initialize the snapshot-avail list after cleaning it out, else we'll try and | Keith Bostic |
| 2012-06-05 | The nlpo2 and ispo2 functions came from net postings, put the files into | Keith Bostic |
| 2012-06-05 | Add an upgrading page. | Keith Bostic |
| 2012-06-05 | lint (unused variable) | Keith Bostic |
| 2012-06-05 | __wt_block_off_remove_overlap() allocates memory and so can fail in | Keith Bostic |
| 2012-06-05 | fix comment typo | Keith Bostic |
| 2012-06-05 | Minor re-work of extent lists (no real change, just associate better | Keith Bostic |
| 2012-06-05 | Merge the verbose write-offset/cksum information with the page-type | Keith Bostic |
| 2012-06-04 | Added tag 1.2.0 for changeset 12cf1d5546df | Michael Cahill |
| 2012-06-04 | Bump the version to 1.2.0.1.2.0 | Michael Cahill |
| 2012-06-04 | lint: | Michael Cahill |
| 2012-06-04 | lint: | Michael Cahill |
| 2012-06-04 | Fix races in table-level schema operations. | Michael Cahill |
| 2012-06-04 | Add tests for table-level operations to test/fops. | Michael Cahill |
| 2012-06-04 | Drop the eviction lock while waiting for LRU eviction to drain: avoid a deadl... | Michael Cahill |
| 2012-06-02 | meta/meta_track.c:54:39: error: 'sub_off' may be used uninitialized in this f... | Michael Cahill |
| 2012-06-01 | Fix locking for create operations: hold the handle lock until all cleanup is ... | Michael Cahill |
| 2012-06-01 | Deal with extending the meta tracking array during a sub-transaction. | Michael Cahill |
| 2012-06-01 | GCC 4.6 objects to setting "noreturn" on __wt_assert in non-diagnostic mode. | Michael Cahill |
| 2012-06-01 | Add test/fops and test/thread to "make check". | Michael Cahill |
| 2012-06-01 | Add handle locking to create and drop operations to avoid races. | Michael Cahill |
| 2012-06-01 | Simplify the regular expression in s_style for non-GNU grep. | Michael Cahill |
| 2012-05-31 | More extensive transaction testing, plus some related bug fixes. | Michael Cahill |
| 2012-05-31 | Don't output a summary of scenarios: it confuses recursive tests. | Michael Cahill |
| 2012-05-30 | Add macros so we don't read the WT_ROW->key field multiple times, it can | Keith Bostic |
| 2012-05-30 | typo, add missing braces. | Keith Bostic |
| 2012-05-30 | Minor semantic sugar to make the on-page cell initialization the same in all | Keith Bostic |
| 2012-05-30 | Fix a bug where we attempted to print a NULL pointer. | Keith Bostic |
| 2012-05-30 | Update a comment. | Keith Bostic |
| 2012-05-30 | comment. | Keith Bostic |
| 2012-05-30 | Don't build the landing page in an ordinary doc build. | Michael Cahill |
| 2012-05-30 | comment: __snapshot_sort no longer calculates a size. | Michael Cahill |
| 2012-05-30 | __wt_conn_btree_open_lock can't fail, change to a void return. | Michael Cahill |
| 2012-05-30 | Generated files should not be under revision control. | Michael Cahill |
| 2012-05-29 | The error handling code depends on pointer wraparound never happening; | Keith Bostic |
| 2012-05-29 | Add WT_TRK_JUST_ADDED to the list of track flags we display. | Keith Bostic |