summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-28Removed tag release-1.01.1.0Michael Cahill
2012-02-28Added tag 1.0.0 for changeset 9e6541afe6e8Michael Cahill
2012-02-28Bump the version to 1.1.Michael Cahill
2012-02-28Make checks of test code optional, so they don't complain in a release tree.Michael Cahill
2012-02-28Allow s_release to work from a git or hg tree.Michael Cahill
2012-02-28Mark some more buffers as requiring alignment for use with O_DIRECT.Michael Cahill
2012-02-28Fix the configure test for default buffer alignment.Michael Cahill
2012-02-27Additional re-structuring of the eviction code. The only real changesKeith Bostic
2012-02-27fix a comment.Keith Bostic
2012-02-27Fix a comment.Keith Bostic
2012-02-27Inline __rec_excl_int, it's tiny and it's caller isn't that much bigger.Keith Bostic
2012-02-27If we have to clear session->excl_next in __wt_rec_evict, let's alwaysKeith Bostic
2012-02-27Group the exclusive-access functions together (no real change, just shiftingKeith Bostic
2012-02-27Fix a comment.Keith Bostic
2012-02-27Add a missing flag to the list-of-flags print function.Keith Bostic
2012-02-28Simplify getting exclusive access to pages for eviction.Michael Cahill
2012-02-28Consider all types of pages for LRU eviction. Otherwise we can end up in pat...Michael Cahill
2012-02-28Allow eviction of pages marked split or empty.Michael Cahill
2012-02-27Put the architecture page into the doc structure.Michael Cahill
2012-02-27os_posix/os_alloc.c 137 Warning 668: Possibly passing a null pointer toMichael Cahill
2012-02-27../src/btree/rec_write.c:1512:12: error: variable 'btree' set but not used [-...Michael Cahill
2012-02-27Permit a record number of UINT64_MAX again: zero is the only OOB value we need.Michael Cahill
2012-02-27btree/bt_debug.c: In function '__debug_page_col_var':Michael Cahill
2012-02-25Don't release references if an error occurs before we acquire references.Keith Bostic
2012-02-24There's a race between the page eviction thread updating the parent'sKeith Bostic
2012-02-24Fix a comment.Keith Bostic
2012-02-24Minor code shuffling, rename __btree_last to be __btree_get_last_recno,Keith Bostic
2012-02-24../src/btree/bt_evict.c:741:12: error: variable 'cache' set but not usedMichael Cahill
2012-02-24Add a cursor reset to test/format to avoid eviction live locks.Michael Cahill
2012-02-24Apply style scripts to the test sources.Michael Cahill
2012-02-24test/format/wts.c:260: warning: 'value' may be used uninitialized in this fun...Michael Cahill
2011-12-23Allow application threads to evict pages from any tree: maintain a count of t...Michael Cahill
2012-02-24Don't keep the last page of column stores pinned: it prevents eviction.Michael Cahill
2012-02-15Avoid resetting btree->evict_page in case that is leading to loops when pages...Michael Cahill
2012-02-24Fix a livelock between an application thread with a page pinned and the evict...Michael Cahill
2012-02-24Re-run dist/s_all.Michael Cahill
2012-02-23Format at 80 columns.Keith Bostic
2012-02-23Maximum symbol value should be UINT8_MAX/UINT16_MAX, notKeith Bostic
2012-02-23The huffman encoding documentation doesn't mention the leading "utf8" orKeith Bostic
2012-02-23whitspaceKeith Bostic
2012-02-23Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill
2011-12-05Add support for direct I/O, with the config "direct_io=(data,log)".Michael Cahill
2011-12-23Allocate "desc" buffers in heap memory so that they are correctly aligned.Michael Cahill
2011-12-23Align allocations larger than 512 bytes to 512 byte boundaries.Michael Cahill
2011-12-23Build with _GNU_SOURCE on Linux to enable O_DIRECT.Michael Cahill
2012-02-22Stream compression is usually more than 20-50%.Keith Bostic
2012-02-21Clarify configure help wording.Michael Cahill
2012-02-21Clarify the configure help message for verbose support: it is on by default.Michael Cahill
2012-02-21Don't call out build_posix specially in the build instructions: configure can...Michael Cahill
2012-02-20Editing pass.Keith Bostic