summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-16All dump configuration should be valid for WT_SESSION->create.Michael Cahill
2012-04-16Split WT_PAGE->flags so that there is no possibility of racing:Michael Cahill
2012-04-16Clear all unused eviction queue entries while holding the lru_lock.Michael Cahill
2012-04-16Fix an unlikely bug where the EVICT_LRU flag was cleared when a page in the L...Michael Cahill
2012-04-16whitespaceMichael Cahill
2012-04-10Don't worry about session.create for the table URI, only the individual fileKeith Bostic
2012-04-10lint (unsigned int to int)Keith Bostic
2012-04-10The dump utility should only output configuration that can be passed toKeith Bostic
2012-04-10Ref #193, replacing 98be8332986a663b9b2a441cbc9da68dfa974d4b andKeith Bostic
2012-04-10Reconcile dirty split-merge pages as part of doing eviction.Keith Bostic
2012-04-10Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic
2012-04-10split-merge pages have to be reconciled to mark their parents dirtyKeith Bostic
2012-04-10Create the schema table as part of creating the environment so that applicati...Michael Cahill
2012-04-04Cut release 1.1.3.Michael Cahill
2012-04-03Merge branch 'develop' into feature/eviction-fixesMichael Cahill
2012-04-03During an eviction walk, pin pages up to the root. Use the EVICT_LRUMichael Cahill
2012-04-03Don't report range errors for config values that aren't well-formed integers.Michael Cahill
2012-03-30Reduce the impact of clearing a page from the LRU queue by marking pages on t...Michael Cahill
2012-03-30When evicting a page with children, remove the children from the LRU eviction...Michael Cahill
2012-03-28We no longer use __wt_buf_swap(), remove it (it's trivial to replaceKeith Bostic
2012-03-28move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic
2012-03-11Layer dump cursors on top of any cursor type.Michael Cahill
2012-03-11Push handling of "standard" cursor config flags into __wt_cursor_init.Michael Cahill
2012-03-11Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside aMichael Cahill
2012-03-28Fix the "exclusive" config for WT_SESSION::create.Michael Cahill
2012-03-28Typo in usage method for "wt write".Michael Cahill
2012-03-25update a comment, no real change.Keith Bostic
2012-03-20Don't complain about buffers that weren't discarded yet, it breaks theKeith Bostic
2012-03-20Complain if a scratch buffer is allocated but never discarded.Keith Bostic
2012-03-20Use local WT_BTREE variables consistently.Keith Bostic
2012-03-20Merge branch 'develop'Michael Cahill
2012-03-20btree/bt_evict.c:545:40: error: 'i' may be used uninitialized in this functionMichael Cahill
2012-03-20btree/bt_evict.c:679:18: error: unused variable 'read_lockout'Michael Cahill
2012-03-20Update a comment: WT_EVICT_GROUP is about how many pages are candidates.Michael Cahill
2012-03-20Updates based on review of recent eviction changes.Michael Cahill
2012-03-19change a comment (I want to see if I can push to this branch).Keith Bostic
2012-03-19Don't have the eviction server signal its own condition variable.Michael Cahill
2012-03-19Make the eviction walk run concurrent with LRU eviction.Michael Cahill
2012-03-19Have the eviction server start a new walk when it reaches half way through th...Michael Cahill
2012-03-17Keep the current eviction point in memory.Michael Cahill
2012-03-16Only spin on the LRU lock if there might be pages in the LRU queue to evict.Michael Cahill
2012-03-16Only 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-16Rename block_alloc.c -> block_ext.cKeith Bostic
2012-03-16Generalize the "free list" to be an "extent list", we're going to need 3Keith Bostic
2012-03-15Inline __wt_page_modify_init (we call it in the search function), andKeith Bostic
2012-03-15When WT_NOADDR became the empty string, it broke the code to print it out.Keith Bostic
2012-03-15OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic
2012-03-15Rename "close_method" argument to "discard", snapshots move us awayKeith Bostic
2012-03-15Add the __wt_epoch function, returns the local time-of-day.Keith Bostic