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