| Age | Commit message (Expand) | Author |
| 2012-04-16 | All dump configuration should be valid for WT_SESSION->create. | Michael Cahill |
| 2012-04-16 | Split WT_PAGE->flags so that there is no possibility of racing: | Michael Cahill |
| 2012-04-16 | Clear all unused eviction queue entries while holding the lru_lock. | Michael Cahill |
| 2012-04-16 | Fix an unlikely bug where the EVICT_LRU flag was cleared when a page in the L... | Michael Cahill |
| 2012-04-16 | whitespace | Michael Cahill |
| 2012-04-10 | Don't worry about session.create for the table URI, only the individual file | Keith Bostic |
| 2012-04-10 | lint (unsigned int to int) | Keith Bostic |
| 2012-04-10 | The dump utility should only output configuration that can be passed to | Keith Bostic |
| 2012-04-10 | Ref #193, replacing 98be8332986a663b9b2a441cbc9da68dfa974d4b and | Keith Bostic |
| 2012-04-10 | Reconcile dirty split-merge pages as part of doing eviction. | Keith Bostic |
| 2012-04-10 | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Keith Bostic |
| 2012-04-10 | split-merge pages have to be reconciled to mark their parents dirty | Keith Bostic |
| 2012-04-10 | Create the schema table as part of creating the environment so that applicati... | Michael Cahill |
| 2012-04-04 | Cut release 1.1.3. | Michael Cahill |
| 2012-04-03 | Merge branch 'develop' into feature/eviction-fixes | Michael Cahill |
| 2012-04-03 | During an eviction walk, pin pages up to the root. Use the EVICT_LRU | Michael Cahill |
| 2012-04-03 | Don't report range errors for config values that aren't well-formed integers. | Michael Cahill |
| 2012-03-30 | Reduce the impact of clearing a page from the LRU queue by marking pages on t... | Michael Cahill |
| 2012-03-30 | When evicting a page with children, remove the children from the LRU eviction... | 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 |