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