| Age | Commit message (Expand) | Author |
| 2014-05-07 | Tidy up related to metadata cursors. | Alex Gorrod |
| 2014-05-06 | Merge branch 'develop' into metadata-cursors | Alex Gorrod |
| 2014-05-02 | We're using in-cursor storage for our search keys, return a reference | Keith Bostic |
| 2014-04-26 | Use per-cursor temporary memory to hold search keys during binary search | Keith Bostic |
| 2014-04-07 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-17 | Further implementation of metadata cursors. | Alex Gorrod |
| 2014-03-14 | Update the metadata cursor implementation. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-11-20 | Merge pull request #485 from wiredtiger/java-auto-close2 | Alex Gorrod |
| 2013-11-19 | Give statistics' integer IDs separate namespaces. | Keith Bostic |
| 2013-11-18 | Add static initializer for WT_CURSOR.lang_private. refs #485. | Don Anderson |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-12 | Quit allocating the statistics cursor's stat structures separately from | Keith Bostic |
| 2013-10-12 | A different approach to aggregating checkpoint handle statistics; when | Keith Bostic |
| 2013-10-11 | The stat "clear" function isn't correct for initialization because it | Keith Bostic |
| 2013-08-24 | The cursor's write-generation value is no longer used, it's only set and | Keith Bostic |
| 2013-08-20 | Fix logic in WT_CURSOR_NEEDVALUE: only copy values if they are not already in... | Michael Cahill |
| 2013-08-08 | Move data source truncate method into WT_DATA_SOURCE. | 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 | Revert to switching to the APP flags when making a copy of the key/value. Th... | Michael Cahill |
| 2013-08-01 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-07-31 | Restore the copy of the key/value as part of entering the API: the reason is | 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-25 | Part of the last change ("Copy the key out of the cursor we're duplicating, | Keith Bostic |
| 2013-07-24 | Don't collapse the configuration strings before saving a copy for the | Keith Bostic |
| 2013-07-24 | Add support for data-source cursor-range truncation. It's messy because | Keith Bostic |
| 2013-07-23 | Write a WT_CURSOR.compare method for data-source cursors; this requires | Keith Bostic |
| 2013-07-23 | Open table indices using the same configuration as was used to open the | Keith Bostic |
| 2013-07-09 | Replace the cursor commit/rollback functions with an extension API that | Keith Bostic |
| 2013-07-05 | Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost) | Keith Bostic |
| 2013-07-04 | More transactional code for the Memrata device. | Keith Bostic |
| 2013-05-30 | Change hot-backup to acquire a handle on each underlying file object to ensure | Keith Bostic |
| 2013-05-27 | Update backup to use __wt_schema_worker. Stop LSM drops during backups. | Alex Gorrod |
| 2013-05-01 | Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats, | Keith Bostic |
| 2013-04-05 | Declare the static cursor intialization code const, push it into text | Keith Bostic |
| 2013-04-03 | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-01-08 | Create a #define that initializes a static WT_CURSOR and use it. | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-17 | Track when cursors refer to memory returned by WiredTiger, copy it if require... | Michael Cahill |
| 2012-12-04 | Add support for statistics on schema-level objects (tables, column groups, in... | Michael Cahill |
| 2012-11-16 | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill |
| 2012-10-18 | Apply operations to column group and index data sources. | Michael Cahill |
| 2012-10-09 | Merge branch 'develop' into bloom-bulk-fastpath | Michael Cahill |
| 2012-10-09 | After an auto-commit transaction, where the cursor may be reused, we need to ... | Michael Cahill |
| 2012-10-05 | Kludge to force-feed a bitmap into a bulk load. | Michael Cahill |
| 2012-10-03 | Add a fast path for setting fixed-length column store values. | Michael Cahill |