| Age | Commit message (Expand) | Author |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-04 | Add a fast path for getting bitmap values from a cursor. | Michael Cahill |
| 2013-12-03 | Fix __wt_cursor_close so it can decrement the data handle cursor count statis... | Michael Cahill |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-08-09 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-08-08 | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill |
| 2013-08-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-08-02 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-08-02 | Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ... | Michael Cahill |
| 2013-08-01 | Do the comparison before the remove, merging #611 makes keys unavailable | Keith Bostic |
| 2013-08-01 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-07-30 | Wrap the btree cursor operations with code that saves/restores the cursor | Keith Bostic |
| 2013-07-26 | Back out parts of the changes for 3c48d71c7f and b132281c11 weren't | Keith Bostic |
| 2013-07-26 | Add support for recovery of remove operations and column stores. | Michael Cahill |
| 2013-07-25 | Part of the last change ("Copy the key out of the cursor we're duplicating, | Keith Bostic |
| 2013-07-25 | Add data-sources to the list of URIs for which we can duplicate cursors. | Keith Bostic |
| 2013-07-25 | Smash the cursor structure when we discard it (in diagnostic mode).. | Keith Bostic |
| 2013-07-24 | Add support for data-source cursor-range truncation. It's messy because | Keith Bostic |
| 2013-06-18 | cursor/cur_std.c: In function ‘__cursor_runtime_config’: | Keith Bostic |
| 2013-06-18 | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill |
| 2013-04-28 | Add support for open-cursor count statistics in both the connection and | Keith Bostic |
| 2013-04-03 | Back out commit 06172ba931d518828c2290d943e91fd1ba8e10ab. | Keith Bostic |
| 2013-04-03 | Make it an error to set a key in a cursor configured for "append". | Keith Bostic |
| 2013-04-03 | There's no way to reconfigure a cursor at run-time in the current system; | Keith Bostic |
| 2013-04-03 | Clean up a comment, don't bother clearing the key/value pair, it should | Keith Bostic |
| 2013-01-01 | Merge branch 'develop' into getkv | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-28 | Fast-path "S" and "u" formats in cursor.get_key and cursor.get_value. | Keith Bostic |
| 2012-12-19 | Feedback from Keith's review of the change to track whether cursors are point... | Michael Cahill |
| 2012-12-17 | Track when cursors refer to memory returned by WiredTiger, copy it if require... | Michael Cahill |
| 2012-12-12 | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic |
| 2012-12-10 | Add a __wt_panic function that shuts down all of the WiredTiger APIs. | Keith Bostic |
| 2012-11-20 | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill |
| 2012-10-18 | Apply operations to column group and index data sources. | Michael Cahill |
| 2012-10-04 | Fix fast-path for bit values in WT_CURSOR::set_value. | Michael Cahill |
| 2012-10-03 | cur_std.c:308:3: error: 'buf' may be used uninitialized in this function | Michael Cahill |
| 2012-10-03 | typo | Michael Cahill |
| 2012-10-03 | Add a fast path for setting fixed-length column store values. | Michael Cahill |
| 2012-10-03 | Save two strcmp calls in fast pass cursor set_key. Tidy some flags. | Alex Gorrod |
| 2012-09-19 | Implement auto-commit of transactions at the API. | Michael Cahill |
| 2012-09-17 | Revert to having the WT_ERR inside WT_CURSOR_NEED{KEY,VALUE}. | Michael Cahill |
| 2012-09-13 | Having a next-random cursor open could block transactions or checkpoints | Keith Bostic |
| 2012-09-07 | Replace cursor.equals with cursor.compare (#314) | Keith Bostic |
| 2012-09-01 | Detect if truncate cursors are incorrectly ordered, that is, if the | Keith Bostic |
| 2012-08-28 | Don't test "other == NULL" in cursor.equals (it's not that it's not a | Keith Bostic |