| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-3207 Fix a leak if a checkpoint fails. (#3329) | Michael Cahill | 2017-03-13 | 1 | -5/+5 |
* | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080) | Keith Bostic | 2016-10-07 | 1 | -1/+1 |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -5/+6 |
* | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -3/+2 |
* | WT-2215 Make WT_LSN simply a union. Clean up based on review. | Susan LoVerso | 2016-01-29 | 1 | -1/+1 |
* | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value. | Susan LoVerso | 2016-01-25 | 1 | -1/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 1 | -1/+1 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -2/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -4/+5 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Use __wt_seconds instead of hand-crafting our own. | Keith Bostic | 2013-12-04 | 1 | -3/+9 |
* | Add a default declaration for WT_PACK structures too. | Michael Cahill | 2013-11-25 | 1 | -5/+2 |
* | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill | 2013-08-29 | 1 | -1/+1 |
* | Save LSNs in files during checkpoint. | Michael Cahill | 2013-08-26 | 1 | -2/+6 |
* | The major/minor version support was written in a way where it wasn't | Keith Bostic | 2013-07-13 | 1 | -5/+15 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 1 | -4/+4 |
* | imported patch realloc_def | Michael Cahill | 2013-05-31 | 1 | -6/+3 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic | 2012-12-12 | 1 | -1/+0 |
* | I introduced a memory leak: free the checkpoint structure's memory, | Keith Bostic | 2012-11-28 | 1 | -3/+0 |
* | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existing | Keith Bostic | 2012-11-28 | 1 | -3/+7 |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 1 | -91/+122 |
* | __wt_cond_wait() requires struct timespec in order to call | Keith Bostic | 2012-10-19 | 1 | -1/+3 |
* | Don't re-allocate if the memory needed is exactly the right amount, | Keith Bostic | 2012-09-23 | 1 | -1/+1 |
* | Bulk-cursors no longer block checkpoints; if checkpoints can proceed in | Keith Bostic | 2012-09-20 | 1 | -18/+27 |
* | If the application does a checkpoint (regardless whether it's named or | Keith Bostic | 2012-08-16 | 1 | -1/+5 |
* | We have to consider the order numbers of deleted checkpoints too, | Keith Bostic | 2012-08-02 | 1 | -4/+4 |
* | Review calls to strncmp() in the engine, replace some with | Keith Bostic | 2012-08-01 | 1 | -2/+1 |
* | Add the ability to access unnamed checkpoints, issue #271. | Keith Bostic | 2012-07-31 | 1 | -96/+158 |
* | Fix up a few minor places where we can simplify "ret = XXX" code, no | Keith Bostic | 2012-07-20 | 1 | -7/+3 |
* | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic | 2012-06-19 | 1 | -0/+411 |