| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge WT_BUF into WT_ITEM. | Michael Cahill | 2012-01-23 | 2 | -31/+31 |
* | Some cleanup of the hazard code. In particular: | Michael Cahill | 2012-01-23 | 1 | -3/+3 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 10 | -28/+28 |
* | Rework statistics cursors (issue #135). | Keith Bostic | 2012-01-19 | 1 | -62/+0 |
* | There's a general byte-to-escaped-hex function now, change | Keith Bostic | 2012-01-13 | 2 | -15/+14 |
* | __wt_filename doesn't need to know about WT_BUF structures, or stealing | Keith Bostic | 2012-01-12 | 1 | -4/+8 |
* | Remove session buffer support: they are no longer used for bulk-load and they | Keith Bostic | 2012-01-12 | 3 | -240/+2 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 4 | -26/+16 |
* | Move the checksum code from support/cksum.c to block/block_cksum.c, | Keith Bostic | 2011-12-28 | 1 | -1160/+0 |
* | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic | 2011-12-28 | 1 | -7/+26 |
* | Split out the dump cursor to/from hex/raw routines, I'm using them when | Keith Bostic | 2011-12-21 | 1 | -0/+162 |
* | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic | 2011-12-17 | 1 | -3/+2 |
* | minor error message cleanup. | Keith Bostic | 2011-12-16 | 1 | -1/+2 |
* | Maintain a count in the statistics of internal pages evicted during normal op... | Michael Cahill | 2011-12-16 | 1 | -0/+3 |
* | Make the serialized function helpers into inlined functions (move support/ser... | Michael Cahill | 2011-12-13 | 1 | -91/+0 |
* | Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq... | Michael Cahill | 2011-12-13 | 2 | -33/+3 |
* | fix a comment. | Keith Bostic | 2011-12-12 | 1 | -1/+1 |
* | Use the standard WT_ILLEGAL_VALUE(session); call if we find a page in | Keith Bostic | 2011-12-12 | 1 | -1/+1 |
* | Restructure reads to not use serialized functions, reduce the number of calls... | Michael Cahill | 2011-12-12 | 1 | -9/+6 |
* | Remove the read thread now that application threads handle reads directly. | Michael Cahill | 2011-12-07 | 2 | -6/+1 |
* | Don't check read_lockout: just look at the cache usage directly before reading. | Michael Cahill | 2011-12-05 | 1 | -1/+1 |
* | Expand "illegal-format" to include "bad value" (we use it in places | Keith Bostic | 2011-12-05 | 1 | -6/+8 |
* | automatically prepend verbose messages with their particular tag line | Keith Bostic | 2011-11-29 | 1 | -2/+2 |
* | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic | 2011-11-26 | 2 | -11/+10 |
* | Asynchronous serialized operations should always return zero: session->wt_ret... | Michael Cahill | 2011-11-25 | 1 | -1/+1 |
* | Fixes for building with HAVE_SESSION_BUFFERS. | Michael Cahill | 2011-11-23 | 1 | -1/+5 |
* | Put code to check the cache and wake eviction when necessary in one place. | Michael Cahill | 2011-11-23 | 1 | -21/+7 |
* | Provide a way to do reentrant / asynchronous serialized function calls to cle... | Michael Cahill | 2011-11-23 | 2 | -14/+15 |
* | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill | 2011-11-23 | 1 | -12/+12 |
* | When reading pages, include the size of expanded row keys in the memory footp... | Michael Cahill | 2011-11-21 | 1 | -4/+6 |
* | Add a force flag to eviction to block waiting for busy pages. | Michael Cahill | 2011-11-11 | 1 | -0/+20 |
* | Avoid session buffers, just call malloc/free directly. | Michael Cahill | 2011-11-10 | 1 | -2/+19 |
* | When growing a buffer, the WT_BUF->data/size pair might reference some other | Keith Bostic | 2011-11-08 | 1 | -5/+21 |
* | Change the SESSION->{verify,salvage,dumpfile,sync} methods to have a | Keith Bostic | 2011-11-04 | 1 | -1/+1 |
* | WT_SERIAL_EVICT_SCHED, WT_SERIAL_READ_SCHED are workQ artifacts, remove them. | Keith Bostic | 2011-11-04 | 2 | -4/+2 |
* | Rename WT_MTX to WT_CONDVAR | Michael Cahill | 2011-11-04 | 3 | -14/+9 |
* | Remove the workQ code entirely. | Michael Cahill | 2011-11-04 | 4 | -72/+33 |
* | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill | 2011-11-03 | 2 | -13/+25 |
* | Remove the "multithread" configuration for connections. | Michael Cahill | 2011-10-18 | 1 | -4/+9 |
* | Split file cursors out into their own list in the session handle. | Michael Cahill | 2011-10-28 | 1 | -1/+1 |
* | Running the test suite with HAVE_DIAGNOSTIC configured fails because we | Keith Bostic | 2011-11-02 | 2 | -7/+6 |
* | fix comment typo | Keith Bostic | 2011-11-02 | 1 | -1/+1 |
* | Clean up a couple of places where we declared and cleared a WT_BUF, but never | Keith Bostic | 2011-11-02 | 1 | -0/+11 |
* | Compare inserted keys during bulk insert to make sure they're not | Keith Bostic | 2011-10-21 | 1 | -0/+29 |
* | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic | 2011-10-11 | 1 | -1/+1 |
* | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic | 2011-10-10 | 1 | -6/+4 |
* | Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets the | Keith Bostic | 2011-10-10 | 1 | -1/+36 |
* | Fix a memory leak: don't use a scratch buffer for paths: we may not have a re... | Michael Cahill | 2011-10-11 | 1 | -8/+5 |
* | Update barriers to (a) compile on i386 and (b) use a single mfence on x64 rat... | Michael Cahill | 2011-10-04 | 1 | -2/+1 |
* | Hazard references vs. page state: we require a full barrier for correctness, | Keith Bostic | 2011-10-01 | 1 | -1/+2 |