summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-03Don't report range errors for config values that aren't well-formed integers.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
2012-03-15Move btree/bt_root.c -> session/session_root.cKeith Bostic
2012-03-15typoKeith Bostic
2012-03-15Fix a couple of comments, they didn't get updated with file "offsets"Keith Bostic
2012-03-15Add a comment about the key/value cell mapping.Keith Bostic
2012-03-15Fixes for bugs found by running test/format multithreaded.Michael Cahill
2012-03-15Only signal the eviction server condvar if we have reason to believe it isn't...Michael Cahill
2012-03-15Tiny optimization of eviction: only sort the number of non-NULL pages we have...Michael Cahill
2012-03-15Tweak the eviction LRU parameters to allow more application threads to help w...Michael Cahill
2012-03-15Scan row-store leaf pages twice when reading so we don't overallocate the ind...Michael Cahill
2012-03-14undef PREV_ITEM/PREV_INS, they aren't in the WT name space and might collide,Keith Bostic
2012-03-14whitespaceKeith Bostic
2012-03-14Add a comment about rec_evict.c updating btree->evict_page.Michael Cahill
2012-03-14Simplify the loop to walk a file looking for eviction candidates.Michael Cahill
2012-03-14Clear the eviction point if we hit it when discarding a child page, not just ...Michael Cahill
2012-03-14Call __rec_review with WT_REFs: don't look at the page until we've checked th...Michael Cahill
2012-03-13Paranoia: set ref->state = WT_REF_DISK with a fence before setting ref->page ...Michael Cahill
2012-03-13Only the top-level page being reviewed for eviction can be in the "evicting" ...Michael Cahill
2012-03-13Don't set cbt->page until we're sure a search has succeeded: otherwise a page...Michael Cahill