summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-16Cut release 1.1.4.1.1.4Michael Cahill
2012-04-16Move the test/format threads setting into the CONFIG file.Michael Cahill
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-10Change test of "wt list" now that there is always a schema file.Michael Cahill
2012-04-10Create the schema table as part of creating the environment so that applicati...Michael Cahill
2012-04-04Relax the version requirements for autoconf and libtool: we are testing with ...Michael Cahill
2012-04-04Check the versions of autoconf, automake and libtool to avoid failures when t...Michael Cahill
2012-04-04Merge branch 'master' into developMichael Cahill
2012-04-04Merge branch 'master' into developMichael Cahill
2012-04-04Added tag 1.1.3 for changeset a792d468beddMichael Cahill
2012-04-04Merge branches 'develop' and 'master' of github.com:wiredtiger/wiredtiger1.1.3Michael Cahill
2012-04-04Cut release 1.1.3.Michael Cahill
2012-04-03Merge pull request #188 from wiredtiger/feature/eviction-fixesMichael 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-30Remove the release tree after creating the tarball.Michael Cahill
2012-03-30s_types should check in more directories than just src.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-28When we removed test/config.i, it broke s_types -- simplify s_types,Keith Bostic
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-28Remove test/config*, it's obsolete now.Michael Cahill
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-26Add a couple more copyrights.Keith Bostic
2012-03-25update a comment, no real change.Keith Bostic
2012-03-24Don't force the delete percentage to 0 (so salvage runs), if theKeith Bostic
2012-03-21Add a section on replacing the default system memory allocator to theKeith Bostic
2012-03-20Merge branch 'master' of github.com:wiredtiger/wiredtigerMichael Cahill
2012-03-20Cut release 1.1.2.Michael Cahill
2012-03-20../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp...Michael Cahill
2012-03-20Don't complain about buffers that weren't discarded yet, it breaks theKeith Bostic
2012-03-20Remove core files in the clean target.1.1.2Keith Bostic
2012-03-20Complain if a scratch buffer is allocated but never discarded.Keith Bostic