| Age | Commit message (Expand) | Author |
| 2012-12-10 | make it clear we're going to have an error. | Keith Bostic |
| 2012-12-10 | Fix up a few more declarations that weren't fixed-size. | Keith Bostic |
| 2012-12-10 | More schema layer cleanup: | Michael Cahill |
| 2012-12-10 | Use "poptable" as the table name in the schema example -- it's a table of pop... | Michael Cahill |
| 2012-12-10 | Add 'ret = ' to calls in ex_schema.c that can fail. | Michael Cahill |
| 2012-12-08 | When talking about index-only retrieval, don't mention "column groups". | Keith Bostic |
| 2012-12-08 | gcc: | Keith Bostic |
| 2012-12-08 | Add wording explaining how to do index-only searches to the schema docs. | Keith Bostic |
| 2012-12-08 | Enhance the ex_schema.c example code to show some more complex examples, | Keith Bostic |
| 2012-12-08 | The Q format is an unsigned long long, not a uint64_t. | Keith Bostic |
| 2012-12-08 | The name "population" is used too much, it's confusing, use "mytable" | Keith Bostic |
| 2012-12-06 | Split cache_bytes_changed into cursor_{insert,remove,update}_bytes and | Keith Bostic |
| 2012-12-05 | Review the statistics: rename the statistics names for consistency and | Keith Bostic |
| 2012-12-05 | Move examples/c/ex_test_perf.c to bench/wtperf. | Michael Cahill |
| 2012-12-04 | Add examples of statistics calculations to the documentation. | Michael Cahill |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-11-16 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-16 | Add a "size of checkpoint" statistic. | Michael Cahill |
| 2012-11-15 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-15 | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic |
| 2012-11-09 | When verbose == 2, copy status output to stdout. | Michael Cahill |
| 2012-11-09 | Change the default configuration of ex_test_perf: 4KB pages, no prefix compre... | Michael Cahill |
| 2012-11-09 | Clean up some complaints from s_all. | Michael Cahill |
| 2012-11-09 | ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun... | Michael Cahill |
| 2012-11-08 | Clean up error handling in ex_test_perf and add option to populate using | Alex Gorrod |
| 2012-10-26 | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic |
| 2012-10-25 | style | Keith Bostic |
| 2012-10-25 | Update ex_test_perf program to output statistics during populate. | Alex Gorrod |
| 2012-10-19 | Push the "owning" cursor through the LSM open_cursor function, so schema obje... | Michael Cahill |
| 2012-10-17 | Merge branch 'develop' into compact | Keith Bostic |
| 2012-10-17 | ex_all.c: scoping typo. | Michael Cahill |
| 2012-10-17 | One more leak, not closing the connection in ex_all.c | Michael Cahill |
| 2012-10-17 | More leaks, found by valgrind. | Michael Cahill |
| 2012-10-16 | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic |
| 2012-10-15 | At the file level, count successful and failed eviction attempts separately. | Michael Cahill |
| 2012-10-15 | Have ex_test_perf produce status update on stdout if verbose is set. | Michael Cahill |
| 2012-10-14 | Increase accuracy of LSM cache statistics. | Alex Gorrod |
| 2012-10-13 | clean up spelling in strings. | Keith Bostic |
| 2012-10-12 | Fix ex_test_perf options documentation. | Alex Gorrod |
| 2012-10-11 | Update ex_test_perf example to have consistent logging. | Alex Gorrod |
| 2012-10-09 | Add a statistics_fast flag to file statistics cursors. | Alex Gorrod |
| 2012-10-08 | style cleanup | Keith Bostic |
| 2012-10-08 | Cleanup ex_stat | Alex Gorrod |
| 2012-10-08 | Add a new statistics cursor type "statistics:lsm". | Alex Gorrod |
| 2012-10-06 | Fix error handling in ex_test_perf, update command line options. | Alex Gorrod |
| 2012-10-05 | Disable new example code until I can figure out crash. | Alex Gorrod |
| 2012-10-05 | Add example program to test basic LSM usage. | Alex Gorrod |
| 2012-09-23 | Revert last push. It had the wrong set of changes. | Alex |
| 2012-09-23 | Lint for dictionary skip lists. | Alex |
| 2012-09-13 | Pass "exclusive" to LSM create so it returns EEXIST only when expected. | Michael Cahill |