summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor edit of the architecture page.Michael Cahill2012-02-201-19/+19
* Add a "Follow me on Google Groups" banner.Michael Cahill2012-02-203-1/+32
* Pass the configuration stack through __wt_btree_reopen: opening for salvage l...Michael Cahill2012-02-203-5/+8
* In __btree_set_root, initialize newcfg to avoid freeing a bad pointer on error.Michael Cahill2012-02-201-0/+1
* Fill in the marketing part of the "WiredTiger Architecture" page.Keith Bostic2012-02-194-18/+112
* Import the "fork me on github" image into the tree (we don't want toKeith Bostic2012-02-182-1/+1
* Add a clean target to the docs Makefile, add -a to dist/s_docs thatKeith Bostic2012-02-182-1/+11
* Replace the __wt_btree_reopen() function with __wt_conn_reopen_btree()Keith Bostic2012-02-184-49/+16
* Don't remove flexlint.out, that's not an expected file.Keith Bostic2012-02-171-3/+2
* Don't test for shared libraries unless Python is configured.Keith Bostic2012-02-171-5/+5