| Age | Commit message (Expand) | Author |
| 2012-02-02 | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill |
| 2012-02-01 | WT_CURSOR->close methods shouldn't return immediately if there's bad | Keith Bostic |
| 2012-01-24 | More eviction locking cleanups and fixes. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-23 | Some cleanup of the hazard code. In particular: | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-20 | I got the last-page stuff wrong again, and I don't want to debug it | Keith Bostic |
| 2012-01-18 | Use underscores in public struct names to avoid namespace pollution. | Michael Cahill |
| 2012-01-16 | Add a simple schema-tracking log so we can unroll SESSION.rename on error. | Keith Bostic |
| 2012-01-16 | Remove the WT_SESSION_BUFFER declarations, I missed them. | Keith Bostic |
| 2012-01-12 | Remove session buffer support: they are no longer used for bulk-load and they | Keith Bostic |
| 2011-12-23 | Rework verify to work in the new, block-manager world. | Keith Bostic |
| 2011-12-13 | Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq... | Michael Cahill |
| 2011-12-06 | Move the reconcile state from btree handles to session handles: it is not sha... | Michael Cahill |
| 2011-12-07 | Remove the read thread now that application threads handle reads directly. | Michael Cahill |
| 2011-11-29 | automatically prepend verbose messages with their particular tag line | Keith Bostic |
| 2011-11-28 | Add a "verify" verbose option. | Keith Bostic |
| 2011-11-27 | Wrap up merge of my read-only sync code with Michael's current tree, including | Keith Bostic |
| 2011-11-26 | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic |
| 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 | Avoid session buffers, just call malloc/free directly. | Michael Cahill |
| 2011-11-04 | WT_SERIAL_EVICT_SCHED, WT_SERIAL_READ_SCHED are workQ artifacts, remove them. | Keith Bostic |
| 2011-11-04 | Rename WT_MTX to WT_CONDVAR | Michael Cahill |
| 2011-11-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-11-03 | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill |
| 2011-10-18 | Remove the "multithread" configuration for connections. | Michael Cahill |
| 2011-10-28 | Split file cursors out into their own list in the session handle. | Michael Cahill |
| 2011-11-02 | Salvage isn't silencing all of the errors it should. (1) salvage is | Keith Bostic |
| 2011-10-07 | Implement custom collators. | Michael Cahill |
| 2011-10-04 | [mq]: open-session-check | Michael Cahill |
| 2011-10-01 | Implement the wiredtiger_open "create" and "exclusive" configuration | Keith Bostic |
| 2011-09-28 | Wrap btree open/close in a separate mutex, so the whole open call can be prot... | Michael Cahill |
| 2011-09-27 | Re-write the eviction thread's drain functionality to use the new tree-walk | Keith Bostic |
| 2011-09-26 | Remove the api_gen field, it's no longer used. | Keith Bostic |
| 2011-09-26 | If we're not multithreaded, opening a second WT_SESSION should fail. | Michael Cahill |
| 2011-09-16 | Add the "multithread" connection configuration option, which configures | Keith Bostic |
| 2011-09-14 | Add a rwlock to btree handles, use it to get exclusive access for sync, verif... | Michael Cahill |
| 2011-09-08 | Fix early exits from API or va_start blocks. | Michael Cahill |
| 2011-08-26 | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill |
| 2011-08-09 | Turned on GCC "-Wpadded". | Michael Cahill |
| 2011-08-30 | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic |
| 2011-08-26 | The biggest configuration type we can have is an int64_t, so that we can | Keith Bostic |
| 2011-08-18 | Move "verify after read" into the block-read function: the 3 places that | Keith Bostic |
| 2011-08-18 | The row/col put functions take "int is_write", while the row/col search | Keith Bostic |
| 2011-08-10 | Added compression infrastructure, example compressors and tests. | Don Anderson |
| 2011-08-05 | Line the comments up. | Keith Bostic |
| 2011-08-04 | Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt... | Michael Cahill |
| 2011-07-29 | Put inserted items on skiplists so we can do efficient searches (including fo... | Michael Cahill |
| 2011-08-03 | Redo Paul Vixie's bitstring.h #defines as inline functions, using | Keith Bostic |