| Age | Commit message (Expand) | Author |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-15 | Rename __wt_page_set_modified to __wt_page_modify_set, matching | Keith Bostic |
| 2011-12-13 | Make the serialized function helpers into inlined functions (move support/ser... | Michael Cahill |
| 2011-12-13 | Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq... | Michael Cahill |
| 2011-12-12 | Restructure reads to not use serialized functions, reduce the number of calls... | Michael Cahill |
| 2011-12-05 | Move reads into user threads to take advantage of parallelism. | Michael Cahill |
| 2011-11-23 | Provide a way to do reentrant / asynchronous serialized function calls to cle... | Michael Cahill |
| 2011-11-11 | Add a force flag to eviction to block waiting for busy pages. | Michael Cahill |
| 2011-11-10 | Include the size of WT_INSERT and WT_UPDATE structs in page memory footprint. | Michael Cahill |
| 2011-11-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-09-16 | Add the "multithread" connection configuration option, which configures | Keith Bostic |
| 2011-09-11 | Rename "append" serialization function "col_append", it's column-store | Keith Bostic |
| 2011-09-11 | Replace column-store page-extension code with a new skiplist, maintained | Keith Bostic |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-30 | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic |
| 2011-08-26 | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic |
| 2011-08-11 | Pass session->srch as a single parameter when serializing updates. | Michael Cahill |
| 2011-08-08 | lint: make skipdepth unsigned, clear all of WT_SEARCH in one step at the begi... | Michael Cahill |
| 2011-07-29 | Put inserted items on skiplists so we can do efficient searches (including fo... | Michael Cahill |
| 2011-07-26 | Re-work fixed-length column-store as bitfields, not byte fields. | Keith Bostic |
| 2011-07-08 | lint, object sizes are uint32_t's, not ints. | Keith Bostic |
| 2011-07-08 | Add memory-footprint field to the in-memory page structure, it's used | Keith Bostic |
| 2011-07-06 | Add support for extending column-store files -- this isn't right yet, | Keith Bostic |