| Age | Commit message (Expand) | Author |
| 2012-01-26 | Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to use | Keith Bostic |
| 2012-01-25 | Skiplist implementation of the default block manager free-list management. | Keith Bostic |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-19 | Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of the | Keith Bostic |
| 2012-01-16 | Add a simple schema-tracking log so we can unroll SESSION.rename on error. | Keith Bostic |
| 2012-01-04 | Merge the WT_ROW_REF/WT_COL_REF structures into WT_REF: this wastes 4B | Keith Bostic |
| 2012-01-02 | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic |
| 2012-01-01 | Split the WT_PAGE_DISK structure into two parts: the btree page header | Keith Bostic |
| 2011-12-28 | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic |
| 2011-12-27 | Create a per-block structure, WT_BLOCK, and move all of the block-specific | Keith Bostic |
| 2011-12-26 | Rename btdsk.h to be block.h, it's the WiredTiger default block manager | Keith Bostic |
| 2011-12-17 | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic |
| 2011-12-13 | Make the serialized function helpers into inlined functions (move support/ser... | Michael Cahill |
| 2011-12-06 | Move the reconcile state from btree handles to session handles: it is not sha... | Michael Cahill |
| 2011-12-05 | Parallelize eviction by having application threads evict pages while reads ar... | Michael Cahill |
| 2011-12-07 | Remove the read thread now that application threads handle reads directly. | Michael Cahill |
| 2011-12-07 | Typo: keep s_all happy. | Michael Cahill |
| 2011-11-26 | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic |
| 2011-11-23 | Put code to check the cache and wake eviction when necessary in one place. | Michael Cahill |
| 2011-11-04 | Rename WT_MTX to WT_CONDVAR | Michael Cahill |
| 2011-11-04 | Move spinlock functions into a new "mutex.i" file. | Michael Cahill |
| 2011-11-03 | Add --with-spinlock=type to configure. | Michael Cahill |
| 2011-10-06 | Add implementations of spinlocks based on POSIX thread mutexes and GCC intrin... | Michael Cahill |
| 2011-10-22 | Some systems don't configure 64-bit MIN/MAX #defines by default. | Keith Bostic |
| 2011-10-07 | Implement custom collators. | Michael Cahill |
| 2011-10-01 | Implement the wiredtiger_open "create" and "exclusive" configuration | Keith Bostic |
| 2011-09-27 | Re-write the eviction thread's drain functionality to use the new tree-walk | Keith Bostic |
| 2011-09-12 | Add wrappers around POSIX read/write locks. | Michael Cahill |
| 2011-09-11 | Replace column-store page-extension code with a new skiplist, maintained | Keith Bostic |
| 2011-08-30 | Turn on autoconf's large file support (required for 64-bit off_t on Linux). | Michael Cahill |
| 2011-08-26 | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill |
| 2011-08-26 | Put version information into m4 to avoid post-processing the configure script. | Michael Cahill |
| 2011-08-09 | Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va... | Michael Cahill |
| 2011-08-30 | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic |
| 2011-08-29 | Intermediate commit of new cursor code. I can now switch randomly | Keith Bostic |
| 2011-08-16 | Add an extension API with a list of functions so extensions can call into Wir... | Michael Cahill |
| 2011-08-09 | Split btree.h up into 3 files: on-disk structures (btdsk.h), in-memory | Keith Bostic |
| 2011-08-08 | Add simple support for restarting system calls, open needs it, although the | Keith Bostic |
| 2011-08-05 | Add a side structure to make variable-length page lookups fast. | Michael Cahill |
| 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 |
| 2011-07-28 | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic |
| 2011-07-18 | Write the salvage code so variable-length column-stores (that now support | Keith Bostic |
| 2011-07-14 | More minor fallout from the merge: there's no session handle in intpack. | Keith Bostic |
| 2011-07-14 | Replace N different cell extraction functions with a single cell_unpack | Keith Bostic |
| 2011-07-13 | Add support for extending column-store files -- this isn't right yet, | Keith Bostic |
| 2011-07-14 | Include all .i files from wt_internal.h. | Michael Cahill |
| 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 |