| Age | Commit message (Expand) | Author |
| 2013-02-25 | Run more of the wiredtiger_open calls by closing previously opened handles. | Keith Bostic |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-02-21 | Michael's suggestion to use a statistics_log.wait value of not-zero to | Keith Bostic |
| 2013-02-21 | Documentation typo: need commas between config values. | Michael Cahill |
| 2013-02-20 | Merge pull request #453 from wiredtiger/java | Michael Cahill |
| 2013-02-20 | Add a new server thread that can be configured to periodically output | Keith Bostic |
| 2013-02-19 | Fix copyright notices in Java source code. | Alex Gorrod |
| 2013-02-19 | Remove stub WiredTiger YCSB implementation from source tree. | Alex Gorrod |
| 2013-02-19 | Update Java Cursor API naming to reflect ByteArray semantics. | Alex Gorrod |
| 2013-02-13 | Update Java example to use new cursor interface. | Alex Gorrod |
| 2013-02-12 | Update Java structure packing implementation. | Alex Gorrod |
| 2013-02-08 | Add a Java implementation of packed formats. | Alex Gorrod |
| 2013-01-31 | Merge branch 'develop' into java | Alex Gorrod |
| 2013-01-28 | Add a section on compression to the performance tuning page. | Keith Bostic |
| 2013-01-28 | Add better wording on checksum configuration, add wording for direct I/O | Keith Bostic |
| 2013-01-28 | Add wording about read-only objects and mmap to the Performance Tuning page. | Keith Bostic |
| 2013-01-25 | Add in examples to Java build. | Alex Gorrod |
| 2013-01-24 | Merge branch 'updevelop' into develop. Manually merged. | Alex Gorrod |
| 2013-01-08 | Allow examples to run in parallel: give each a unique home directory. | Michael Cahill |
| 2013-01-08 | Use the "overwrite" flag to WT_SESSION::open_cursor rather than wiredtiger_op... | Michael Cahill |
| 2013-01-07 | Add minor clarification wording for boolean configuration strings. | Keith Bostic |
| 2013-01-07 | Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para... | Michael Cahill |
| 2013-01-04 | Enhance the configuration string examples, get rid of one more @todo. | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 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-28 | Merge remote-tracking branch 'upstream/develop' into develop | Alex Gorrod |
| 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 |