| Age | Commit message (Expand) | Author |
| 2012-03-21 | Add a section on replacing the default system memory allocator to the | Keith Bostic |
| 2012-02-02 | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill |
| 2012-02-01 | More copyright cleanup. | Keith Bostic |
| 2012-01-31 | Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su... | Michael Cahill |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-23 | Remove the TPC-B example: we don't have clear ownership of copyright. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-19 | ex_stat.c:73: warning: no previous prototype for 'print_overflow_pages' | Keith Bostic |
| 2012-01-19 | Rework statistics cursors (issue #135). | Keith Bostic |
| 2012-01-19 | Fix gcc 4.6 build: | Michael Cahill |
| 2012-01-18 | Clean up extension documentation: move implementation details and sample | Keith Bostic |
| 2012-01-18 | Quit using explicit search patterns (dontinclude/skipline) in the | Keith Bostic |
| 2012-01-17 | ex_all.c: In function 'cursor_ops': | Keith Bostic |
| 2012-01-17 | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic |
| 2012-01-17 | Fix some gcc46 warnings about uninitialized variables in ex_all.c. | Michael Cahill |
| 2012-01-15 | unused variable. | Keith Bostic |
| 2012-01-06 | Skip "colgroup:", just like we're skipping "index:". | Keith Bostic |
| 2012-01-04 | Clarify the session->truncate documentation, add the simple code that | Keith Bostic |
| 2011-12-29 | Change the compression API to be src/size dst/size pairs instead of | Keith Bostic |
| 2011-12-25 | Have the script remove/re-create the WT_TEST directory. | Keith Bostic |
| 2011-12-13 | File isn't ex_hello.c any more. | Keith Bostic |
| 2011-12-14 | Mark a couple of variables unused because automated builds build with -Wunused. | Michael Cahill |
| 2011-12-13 | Added a pre_size entry to WT_COMPRESSOR. refs #58 | Don Anderson |
| 2011-12-06 | Fix the projection in the ex_schema example (don't try to project an index ke... | Michael Cahill |
| 2011-11-28 | Clean up warnings with gcc-4.6. | Michael Cahill |
| 2011-11-23 | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill |
| 2011-11-21 | Fix some error messages from the example programs. | Michael Cahill |
| 2011-10-18 | Remove the "multithread" configuration for connections. | Michael Cahill |
| 2011-10-20 | Add code comments in places where there are multiple examples to explain | Keith Bostic |
| 2011-10-20 | ../../../examples/c/ex_all.c:175: error: 'key' is used uninitialized in this ... | Michael Cahill |
| 2011-10-20 | Switch to using doxygen snippets to include code from ex_all.c -- should be m... | Michael Cahill |
| 2011-10-20 | Fix ex_all.c warnings: | Michael Cahill |
| 2011-10-19 | long line fix | Keith Bostic |
| 2011-10-19 | Re-write cursor->insert wording now that "overwrite" no longer overloads | Keith Bostic |
| 2011-10-17 | Don't guarantee we return -1, 0 or +1 from cursor.search_near. Instead | Keith Bostic |
| 2011-10-17 | Update the wording on cursor->search_near: we return 0, -1 or +1, and it's | Keith Bostic |
| 2011-10-12 | Change the ex_call_center customers table to be indexed by a string. | Keith Bostic |
| 2011-10-07 | Make dump cursors work. | Keith Bostic |
| 2011-10-07 | Implement custom collators. | Michael Cahill |
| 2011-10-06 | Run example programs as part of automated testing, fix bugs. | Michael Cahill |
| 2011-10-05 | Update the sample statistics code to match the new statistics behavior | Keith Bostic |
| 2011-10-05 | The config string for a multiprocess system is "multiprocess", not "share". | Keith Bostic |
| 2011-10-05 | Don't print out an error if none occurred. | Keith Bostic |
| 2011-09-29 | Add a sample call for SESSION->sync. | Keith Bostic |
| 2011-09-27 | Change statistics cursor get_value method signature from | Keith Bostic |
| 2011-09-22 | The cursor_last example should call cursor->last, not cursor->first. | Michael Cahill |
| 2011-09-24 | Fix build failures in the examples and simplify the statistics example. | Michael Cahill |
| 2011-09-23 | There's no ex_page example, remove the reference. | Keith Bostic |
| 2011-09-23 | Replace internal_node_min/leaf_node_min (the minimum page size) | Keith Bostic |
| 2011-09-23 | Write performance tuning stat documentation. | Keith Bostic |