summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.1.4.1.1.4Michael Cahill2012-04-165-6/+36
* Move the test/format threads setting into the CONFIG file.Michael Cahill2012-04-165-17/+21
* All dump configuration should be valid for WT_SESSION->create.Michael Cahill2012-04-164-33/+40
* Split WT_PAGE->flags so that there is no possibility of racing:Michael Cahill2012-04-167-96/+109
* Clear all unused eviction queue entries while holding the lru_lock.Michael Cahill2012-04-162-5/+10
* Fix an unlikely bug where the EVICT_LRU flag was cleared when a page in the L...Michael Cahill2012-04-161-3/+3
* whitespaceMichael Cahill2012-04-161-1/+1
* Don't worry about session.create for the table URI, only the individual fileKeith Bostic2012-04-101-10/+12
* lint (unsigned int to int)Keith Bostic2012-04-101-1/+1
* The dump utility should only output configuration that can be passed toKeith Bostic2012-04-103-14/+53
* Ref #193, replacing 98be8332986a663b9b2a441cbc9da68dfa974d4b andKeith Bostic2012-04-102-23/+20
* Reconcile dirty split-merge pages as part of doing eviction.Keith Bostic2012-04-101-5/+6
* Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic2012-04-1018-143/+223
|\
| * Change test of "wt list" now that there is always a schema file.Michael Cahill2012-04-101-1/+1
| * Create the schema table as part of creating the environment so that applicati...Michael Cahill2012-04-103-4/+19
| * Relax the version requirements for autoconf and libtool: we are testing with ...Michael Cahill2012-04-041-2/+2
| * Check the versions of autoconf, automake and libtool to avoid failures when t...Michael Cahill2012-04-042-1/+7
| * Merge branch 'master' into developMichael Cahill2012-04-041-0/+1
| |\
| | * Added tag 1.1.3 for changeset a792d468beddMichael Cahill2012-04-041-0/+1
| * | Merge branch 'master' into developMichael Cahill2012-04-040-0/+0
| |\ \ | | |/
| | * Merge branches 'develop' and 'master' of github.com:wiredtiger/wiredtiger1.1.3Michael Cahill2012-04-040-0/+0
| * | Cut release 1.1.3.Michael Cahill2012-04-046-7/+33
| * | Merge pull request #188 from wiredtiger/feature/eviction-fixesMichael Cahill2012-04-036-127/+152
| |\ \ | | |/ | |/|
| | * Merge branch 'develop' into feature/eviction-fixesMichael Cahill2012-04-033-5/+14
| | |\ | | |/ | |/|
| * | Don't report range errors for config values that aren't well-formed integers.Michael Cahill2012-04-031-4/+11
| | * During an eviction walk, pin pages up to the root. Use the EVICT_LRUMichael Cahill2012-04-033-98/+78
| | * Reduce the impact of clearing a page from the LRU queue by marking pages on t...Michael Cahill2012-03-303-5/+17
| | * When evicting a page with children, remove the children from the LRU eviction...Michael Cahill2012-03-303-27/+60
* | | split-merge pages have to be reconciled to mark their parents dirtyKeith Bostic2012-04-101-3/+6
|/ /
* | Remove the release tree after creating the tarball.Michael Cahill2012-03-301-0/+2
* | s_types should check in more directories than just src.Michael Cahill2012-03-301-1/+1
|/
* When we removed test/config.i, it broke s_types -- simplify s_types,Keith Bostic2012-03-281-5/+1
* We no longer use __wt_buf_swap(), remove it (it's trivial to replaceKeith Bostic2012-03-282-15/+0
* move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic2012-03-282-8/+9
* Remove test/config*, it's obsolete now.Michael Cahill2012-03-283-97/+0
* Layer dump cursors on top of any cursor type.Michael Cahill2012-03-1113-135/+232
* Push handling of "standard" cursor config flags into __wt_cursor_init.Michael Cahill2012-03-114-73/+38
* Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside aMichael Cahill2012-03-1113-74/+51
* Fix the "exclusive" config for WT_SESSION::create.Michael Cahill2012-03-287-43/+65
* Typo in usage method for "wt write".Michael Cahill2012-03-281-1/+1
* Add a couple more copyrights.Keith Bostic2012-03-263-1/+50
* update a comment, no real change.Keith Bostic2012-03-251-4/+4
* Don't force the delete percentage to 0 (so salvage runs), if theKeith Bostic2012-03-241-3/+12
* Add a section on replacing the default system memory allocator to theKeith Bostic2012-03-213-3/+16
* Merge branch 'master' of github.com:wiredtiger/wiredtigerMichael Cahill2012-03-201-0/+2
|\
| * Don't complain about buffers that weren't discarded yet, it breaks theKeith Bostic2012-03-201-0/+2
* | Cut release 1.1.2.Michael Cahill2012-03-205-12/+57
* | ../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp...Michael Cahill2012-03-201-4/+4
|/
* Remove core files in the clean target.1.1.2Keith Bostic2012-03-201-1/+1
* Complain if a scratch buffer is allocated but never discarded.Keith Bostic2012-03-201-2/+6