| Commit message (Expand) | Author | Age | Files | Lines |
* | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic | 2015-04-12 | 1 | -1/+1 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -7/+7 |
* | Rework c92bd26, that change only worked because the underlying block | Keith Bostic | 2014-09-02 | 1 | -17/+20 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -2/+2 |
* | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic | 2014-04-01 | 1 | -8/+20 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -3/+3 |
* | Rewrite the read/write loops to handle short returns, POSIX allows short | Keith Bostic | 2013-12-17 | 1 | -1/+2 |
* | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -1/+1 |
* | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic | 2013-05-11 | 1 | -4/+4 |
* | __wt_block_ckpt_init() shouldn't set the checkpoint's file size to a | Keith Bostic | 2013-05-10 | 1 | -9/+9 |
* | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill | 2013-05-09 | 1 | -10/+9 |
* | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic | 2013-03-13 | 1 | -1/+1 |
* | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic | 2013-01-31 | 1 | -2/+2 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 1 | -14/+2 |
* | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic | 2012-11-23 | 1 | -5/+4 |
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -41/+55 |
* | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic | 2012-06-19 | 1 | -7/+7 |
* | Minor re-work of extent lists (no real change, just associate better | Keith Bostic | 2012-06-05 | 1 | -1/+1 |
* | Merge branch 'develop' into handler | Michael Cahill | 2012-05-08 | 1 | -1/+8 |
|\ |
|
| * | We should be truncating files without snapshots to a single sector, that | Keith Bostic | 2012-05-05 | 1 | -1/+8 |
* | | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-07 | 1 | -1/+1 |
|/ |
|
* | Don't do two searches when handling overlaps during a free (I have no reason | Keith Bostic | 2012-04-30 | 1 | -1/+1 |
* | Whenever a chunk is freed, check to see if it was allocated in the | Keith Bostic | 2012-04-30 | 1 | -2/+2 |
* | Snapshot verification code. The verification statements: | Keith Bostic | 2012-04-19 | 1 | -13/+16 |
* | The root page has to be free'd to the snapshot's discard list because it was | Keith Bostic | 2012-04-15 | 1 | -2/+6 |
* | Naming pass: quit using _buf for block-manager API-level functions, use | Keith Bostic | 2012-03-30 | 1 | -2/+3 |
* | Change btree salvage to load/unload snapshots rather than doing it under the | Keith Bostic | 2012-03-28 | 1 | -6/+2 |
* | Second set of snapshot changes, ref #167: | Keith Bostic | 2012-03-25 | 1 | -7/+13 |
* | First set of snapshot changes, ref #167. The big changes are to create | Keith Bostic | 2012-03-22 | 1 | -10/+5 |
* | If a file is big enough, and empty enough, a free range can overflow | Keith Bostic | 2012-01-29 | 1 | -2/+2 |
* | Merge WT_BUF into WT_ITEM. | Michael Cahill | 2012-01-23 | 1 | -1/+1 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Minor fixes to make s_all happy. | Michael Cahill | 2012-01-19 | 1 | -5/+5 |
* | Fix a segfault in test/format: during salvage, update a pointer after realloc. | Michael Cahill | 2012-01-19 | 1 | -1/+7 |
* | Rename WT_PAGE_HEADER->memsize to WT_PAGE_HEADER->size (it's the page | Keith Bostic | 2012-01-01 | 1 | -1/+1 |
* | Split the WT_PAGE_DISK structure into two parts: the btree page header | Keith Bostic | 2012-01-01 | 1 | -22/+15 |
* | Re-size the buffer in __wt_block_read, it saves a call in salvage (and just | Keith Bostic | 2011-12-29 | 1 | -1/+0 |
* | Don't write back an updated description sector if salvage fails. | Keith Bostic | 2011-12-28 | 1 | -2/+7 |
* | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic | 2011-12-28 | 1 | -21/+20 |
* | Create a per-block structure, WT_BLOCK, and move all of the block-specific | Keith Bostic | 2011-12-27 | 1 | -26/+37 |
* | Finish splitting out the block functions vs. the block-manager | Keith Bostic | 2011-12-27 | 1 | -0/+149 |