| Age | Commit message (Expand) | Author |
| 2012-12-12 | __wt_connection_destroy can return an error, percolate it up the stack. | Keith Bostic |
| 2012-12-12 | Don't ignore error returns from __wt_cond_destroy(). | Keith Bostic |
| 2012-12-12 | We have a panic function: make a failure to clear a hazard pointer | Keith Bostic |
| 2012-12-11 | Merge pull request #411 from wiredtiger/panic | Michael Cahill |
| 2012-12-11 | The absolute time pthread_timedjoin_np wants isn't a timer, it's an offset | Keith Bostic |
| 2012-12-11 | Use the standard automake/autoconf structures for finding pthread_np.h, | Keith Bostic |
| 2012-12-11 | Alex wants stronger wording on error, information and progress event | Keith Bostic |
| 2012-12-10 | Add a __wt_panic function that shuts down all of the WiredTiger APIs. | Keith Bostic |
| 2012-12-10 | Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the other | Keith Bostic |
| 2012-12-10 | Add a new error, WT_PANIC, which will be the panic return, ref #215. | Keith Bostic |
| 2012-12-10 | Fix a schema bug where value columns appearing in multiple column groups woul... | Michael Cahill |
| 2012-12-10 | Use fixed-sized types explicitly in (un)packing routines. | Michael Cahill |
| 2012-12-10 | More schema layer cleanup: | Michael Cahill |
| 2012-12-10 | Fix a schema bug when adding a column group to a "complete" table. Previousl... | Michael Cahill |
| 2012-12-09 | Merge pull request #408 from wiredtiger/row-key-serial | Michael Cahill |
| 2012-12-09 | Merge pull request #405 from wiredtiger/mtx-cleanup | agorrod |
| 2012-12-08 | When __wt_txn_read_{last,first} were removed from TXN_API_END, the | Keith Bostic |
| 2012-12-07 | Replace the row-key-serial function with CAS instruction. | Keith Bostic |
| 2012-12-07 | Change __wt_readlock, __wt_try_writelock, __wt_writelock, __wt_rwunlock | Keith Bostic |
| 2012-12-07 | Change __wt_cond_wait and __wt_cond_signal to return error values, | Keith Bostic |
| 2012-12-06 | Minor changes to fix uri table display. #397 | Susan LoVerso |
| 2012-12-06 | Remove unused statistics config. Other minor doc edits. #397 | Susan LoVerso |
| 2012-12-06 | More hazard reference to pointer changes. #397 | Susan LoVerso |
| 2012-12-06 | Merge branch 'develop' into doc_mods1 | Susan LoVerso |
| 2012-12-06 | Change hazard reference to hazard pointer, plus a few minor doc edits. | Susan LoVerso |
| 2012-12-06 | Split cache_bytes_changed into cursor_{insert,remove,update}_bytes and | Keith Bostic |
| 2012-12-06 | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic |
| 2012-12-06 | Minor cleanup, we're no longer using some of the WT_STAT_XXX #defines. | Keith Bostic |
| 2012-12-06 | Instead of tracking open btree object handles, track open file descriptors. | Keith Bostic |
| 2012-12-06 | Update auto-generated files. | Michael Cahill |
| 2012-12-06 | Merge branch 'develop' into stats-reorg | Michael Cahill |
| 2012-12-05 | Doc fixes and modification. #397 | Susan LoVerso |
| 2012-12-05 | Prioritize errors so system errors aren't lost. #388 | Susan LoVerso |
| 2012-12-05 | Review the statistics: rename the statistics names for consistency and | Keith Bostic |
| 2012-12-04 | Add support for statistics on schema-level objects (tables, column groups, in... | Michael Cahill |
| 2012-12-03 | Rename our strtouq to __wt_strtouq so we don't export anything outside | Alex Gorrod |
| 2012-12-03 | Fix a printf size_t from previous commit. | Alex Gorrod |
| 2012-12-03 | Fix a potential bug in dirty page tracking. Loosen constraints on | Alex Gorrod |
| 2012-12-02 | Try again: cast terabyte & petabyte to (uint64_t), that's how we're | Keith Bostic |
| 2012-12-02 | terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains. | Keith Bostic |
| 2012-11-30 | Fix logic error in eviction loop. | Michael Cahill |
| 2012-11-29 | Merge pull request #385 from wiredtiger/trickle | Michael Cahill |
| 2012-11-30 | Clarify eviction_dirty_target documentation. | Alex Gorrod |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-11-30 | Merge branch 'develop' into trickle | Alex Gorrod |
| 2012-11-30 | Add a mode to eviction that only chooses dirty pages, if we | Alex Gorrod |
| 2012-11-29 | Remove statistics that were added for debugging. | Alex Gorrod |
| 2012-11-29 | whitespace | Michael Cahill |
| 2012-11-29 | Account for pages that are dirty as they are read (e.g., internal pages with ... | Michael Cahill |
| 2012-11-28 | Move the write-generation out of the block header and into the page | Keith Bostic |