| Age | Commit message (Expand) | Author |
| 2013-11-17 | Update the test suite to match the statistics name changes. | Keith Bostic |
| 2013-11-16 | Should never happen, but lint points out session can theoretically be | Keith Bostic |
| 2013-11-15 | CID 1129026 (#1 of 4): Dereference after null check (FORWARD_NULL) | Keith Bostic |
| 2013-11-15 | CID 1129022 (#1 of 1): Dead default in switch (DEADCODE) | Keith Bostic |
| 2013-11-15 | CID 1129078 (#3 of 3): Uninitialized scalar variable (UNINIT) | Keith Bostic |
| 2013-11-15 | Have test/format reset its cursor before blocking operations like checkpoint. | Michael Cahill |
| 2013-11-11 | Only pass "block_allocation=" if test/format is overriding the default. | Michael Cahill |
| 2013-11-11 | Go back to "allocation_size" to avoid breaking the world. | Michael Cahill |
| 2013-11-10 | We no longer need os. | Keith Bostic |
| 2013-11-10 | Use statistics to figure out if compaction was successful, that means | Keith Bostic |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-11-06 | Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h | Keith Bostic |
| 2013-11-01 | Fix compiler warnings with GCC 4.7.2 on Ubuntu. | Alex Gorrod |
| 2013-10-25 | Merge branch 'develop' into java-auto-close | Alex Gorrod |
| 2013-10-24 | Use the event handler to capture stderr, stdout. | Don Anderson |
| 2013-10-21 | whitespace | Keith Bostic |
| 2013-10-21 | statistics_logging now requires a separate statistics configuration | Keith Bostic |
| 2013-10-21 | thread opens statistics cursors so we have to configure statistics in | Keith Bostic |
| 2013-10-21 | Add error tests for bad combinations of statistics configurations. | Keith Bostic |
| 2013-10-21 | If the default statistics setting is "none", we have to configure | Keith Bostic |
| 2013-10-19 | style | Keith Bostic |
| 2013-10-19 | Better testing of the "fast" configuration, fix a bug, the btree code | Keith Bostic |
| 2013-10-19 | Better testing of the "clear" configuration. | Keith Bostic |
| 2013-10-19 | test clear/not-clear for both connection and data-source | Keith Bostic |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-14 | Merge branch 'develop' into lsm-bloom-newest | Michael Cahill |
| 2013-10-09 | Merge branch 'develop' into java-auto-close | Michael Cahill |
| 2013-10-07 | shorter the output line so larger runs fit into 80 characters. | Keith Bostic |
| 2013-10-04 | Create Bloom filters whenever waiting to do a merge. Remove the 'lsm_bloom_n... | Michael Cahill |
| 2013-09-17 | Don't read both the standard and the command-line CONFIG file, use one | Keith Bostic |
| 2013-09-16 | Add a test where we backup everything, not just a list of targets: it's | Keith Bostic |
| 2013-09-16 | whitespace | Keith Bostic |
| 2013-09-16 | Assert the files compare equally, otherwise we won't fail. | Keith Bostic |
| 2013-09-16 | Randomly create a bloom filter on an LSM tree chunk before it's first | Keith Bostic |
| 2013-09-14 | Merge branch 'develop' into branch684 | Keith Bostic |
| 2013-09-14 | Change the "always done" final search to increment the statistics; we | Keith Bostic |
| 2013-09-14 | If it's an LSM run, crank up the insert percentage so we push LSM. | Keith Bostic |
| 2013-09-14 | Turn on all of the tests in test_backup03, drop the number of rows | Keith Bostic |
| 2013-09-13 | Build cleanup, make the pull request pass the automatic tests. | Keith Bostic |
| 2013-09-13 | If the comparison fails, the test should fail, too. | Keith Bostic |
| 2013-09-13 | More tweaking of the test to make it fail in various ways. | Keith Bostic |
| 2013-09-13 | Clarify what's happening when the file comparison fails due to file size. | Keith Bostic |
| 2013-09-13 | Crank up the LSM row count even further. | Keith Bostic |
| 2013-09-13 | Re-work so each test gets its own directory for later debugging, | Keith Bostic |
| 2013-09-11 | whitespace | Keith Bostic |
| 2013-09-11 | Minor test-name shuffling, test_bug002 is now a bulk-load test. | Keith Bostic |
| 2013-09-10 | Merge pull request #674 from wiredtiger/backup-bulk-number-2 | Michael Cahill |
| 2013-09-11 | Do update operations in test/format's col_update function so the position is ... | Michael Cahill |
| 2013-09-10 | Merge branch 'develop' into backup-bulk-number-2 | Keith Bostic |
| 2013-09-10 | Make hot backups work concurrently with files being bulk-loaded. | Keith Bostic |