| Age | Commit message (Expand) | Author |
| 2012-04-03 | Don't report range errors for config values that aren't well-formed integers. | Michael Cahill |
| 2012-03-28 | We no longer use __wt_buf_swap(), remove it (it's trivial to replace | Keith Bostic |
| 2012-03-28 | move CURDUMP_PASS into the WiredTiger name space, don't complain that | Keith Bostic |
| 2012-03-11 | Layer dump cursors on top of any cursor type. | Michael Cahill |
| 2012-03-11 | Push handling of "standard" cursor config flags into __wt_cursor_init. | Michael Cahill |
| 2012-03-11 | Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside a | Michael Cahill |
| 2012-03-28 | Fix the "exclusive" config for WT_SESSION::create. | Michael Cahill |
| 2012-03-28 | Typo in usage method for "wt write". | Michael Cahill |
| 2012-03-25 | update a comment, no real change. | Keith Bostic |
| 2012-03-20 | Don't complain about buffers that weren't discarded yet, it breaks the | Keith Bostic |
| 2012-03-20 | Complain if a scratch buffer is allocated but never discarded. | Keith Bostic |
| 2012-03-20 | Use local WT_BTREE variables consistently. | Keith Bostic |
| 2012-03-20 | Merge branch 'develop' | Michael Cahill |
| 2012-03-20 | btree/bt_evict.c:545:40: error: 'i' may be used uninitialized in this function | Michael Cahill |
| 2012-03-20 | btree/bt_evict.c:679:18: error: unused variable 'read_lockout' | Michael Cahill |
| 2012-03-20 | Update a comment: WT_EVICT_GROUP is about how many pages are candidates. | Michael Cahill |
| 2012-03-20 | Updates based on review of recent eviction changes. | Michael Cahill |
| 2012-03-19 | change a comment (I want to see if I can push to this branch). | Keith Bostic |
| 2012-03-19 | Don't have the eviction server signal its own condition variable. | Michael Cahill |
| 2012-03-19 | Make the eviction walk run concurrent with LRU eviction. | Michael Cahill |
| 2012-03-19 | Have the eviction server start a new walk when it reaches half way through th... | Michael Cahill |
| 2012-03-17 | Keep the current eviction point in memory. | Michael Cahill |
| 2012-03-16 | Only spin on the LRU lock if there might be pages in the LRU queue to evict. | Michael Cahill |
| 2012-03-16 | Only notify the eviction server if an application thread doesn't find any pag... | Michael Cahill |
| 2012-03-17 | ../src/os_posix/os_time.c:33: warning: implicit declaration of function 'gett... | Michael Cahill |
| 2012-03-16 | Rename block_alloc.c -> block_ext.c | Keith Bostic |
| 2012-03-16 | Generalize the "free list" to be an "extent list", we're going to need 3 | Keith Bostic |
| 2012-03-15 | Inline __wt_page_modify_init (we call it in the search function), and | Keith Bostic |
| 2012-03-15 | When WT_NOADDR became the empty string, it broke the code to print it out. | Keith Bostic |
| 2012-03-15 | OS X doesn't support clock_gettime, add support for gettimeofday. | Keith Bostic |
| 2012-03-15 | Rename "close_method" argument to "discard", snapshots move us away | Keith Bostic |
| 2012-03-15 | Add the __wt_epoch function, returns the local time-of-day. | Keith Bostic |
| 2012-03-15 | Move btree/bt_root.c -> session/session_root.c | Keith Bostic |
| 2012-03-15 | typo | Keith Bostic |
| 2012-03-15 | Fix a couple of comments, they didn't get updated with file "offsets" | Keith Bostic |
| 2012-03-15 | Add a comment about the key/value cell mapping. | Keith Bostic |
| 2012-03-15 | Fixes for bugs found by running test/format multithreaded. | Michael Cahill |
| 2012-03-15 | Only signal the eviction server condvar if we have reason to believe it isn't... | Michael Cahill |
| 2012-03-15 | Tiny optimization of eviction: only sort the number of non-NULL pages we have... | Michael Cahill |
| 2012-03-15 | Tweak the eviction LRU parameters to allow more application threads to help w... | Michael Cahill |
| 2012-03-15 | Scan row-store leaf pages twice when reading so we don't overallocate the ind... | Michael Cahill |
| 2012-03-14 | undef PREV_ITEM/PREV_INS, they aren't in the WT name space and might collide, | Keith Bostic |
| 2012-03-14 | whitespace | Keith Bostic |
| 2012-03-14 | Add a comment about rec_evict.c updating btree->evict_page. | Michael Cahill |
| 2012-03-14 | Simplify the loop to walk a file looking for eviction candidates. | Michael Cahill |
| 2012-03-14 | Clear the eviction point if we hit it when discarding a child page, not just ... | Michael Cahill |
| 2012-03-14 | Call __rec_review with WT_REFs: don't look at the page until we've checked th... | Michael Cahill |
| 2012-03-13 | Paranoia: set ref->state = WT_REF_DISK with a fence before setting ref->page ... | Michael Cahill |
| 2012-03-13 | Only the top-level page being reviewed for eviction can be in the "evicting" ... | Michael Cahill |
| 2012-03-13 | Don't set cbt->page until we're sure a search has succeeded: otherwise a page... | Michael Cahill |