| Age | Commit message (Expand) | Author |
| 2014-05-08 | automatic rebuild. | Keith Bostic |
| 2014-05-08 | whitespace | Keith Bostic |
| 2014-04-04 | Fix a comment, we no longer acquire the page's spinlock. | Keith Bostic |
| 2014-04-04 | Fix a race between reconciliation and freeing obsolete updates on a page. No... | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-11 | Add spinlock statistics for __wt_spin_trylock() calls. | Keith Bostic |
| 2013-10-17 | Fix the trylock call, it returns 0 when the mutex is acquired. | Keith Bostic |
| 2013-10-17 | Don't block looking for obsolete WT_UPDATE structures to discard, if the | Keith Bostic |
| 2013-10-17 | Replace the per-btree handle spinlock with an array of 256 spinlocks in | Keith Bostic |
| 2013-10-17 | Add explicit active state to eviction server. | Alex Gorrod |
| 2013-10-16 | Implement Alex's suggested "are we evicting" check: don't look for | Keith Bostic |
| 2013-10-16 | fix a comment. | Keith Bostic |
| 2013-10-16 | If ins_stack[i] == NULL, we've already returned WT_RESTART. | Keith Bostic |
| 2013-10-16 | The code inside __col_append_serial_func() is the same as the code in | Keith Bostic |
| 2013-10-16 | Serialize threads of control doing the "obsolete WT_UPDATE" check. | Keith Bostic |
| 2013-10-16 | Switch the update serialization function to an atomic instruction instead | Keith Bostic |
| 2013-10-16 | Move the "page write generation wrap" check outside of the serialization | Keith Bostic |
| 2013-10-16 | Rename serial_funcs.i -> serial.i, matching other include files. | Keith Bostic |
| 2012-10-03 | Issue #310 needs to be able to call a serialization function from inside | Keith Bostic |
| 2012-08-16 | Add memory barriers back in around the tree-dirty flag (btree->modified). | Keith Bostic |
| 2012-08-16 | If the application does a checkpoint (regardless whether it's named or | Keith Bostic |
| 2012-08-07 | Whitespace cleanups, no semantic changes. | Keith Bostic |
| 2012-08-03 | Add an "was object ever modified" flag to the btree handle, and use it | Keith Bostic |
| 2012-05-19 | The check to see if a page needs to be forcibly evicted is performed | Keith Bostic |
| 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 |