summaryrefslogtreecommitdiff
path: root/src/meta/meta_ckpt.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-131-5/+5
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-5/+6
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-3/+2
* WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-1/+1
* WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-4/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Use __wt_seconds instead of hand-crafting our own.Keith Bostic2013-12-041-3/+9
* Add a default declaration for WT_PACK structures too.Michael Cahill2013-11-251-5/+2
* Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill2013-08-291-1/+1
* Save LSNs in files during checkpoint.Michael Cahill2013-08-261-2/+6
* The major/minor version support was written in a way where it wasn'tKeith Bostic2013-07-131-5/+15
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-4/+4
* imported patch realloc_defMichael Cahill2013-05-311-6/+3
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic2012-12-121-1/+0
* I introduced a memory leak: free the checkpoint structure's memory,Keith Bostic2012-11-281-3/+0
* Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existingKeith Bostic2012-11-281-3/+7
* Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-91/+122
* __wt_cond_wait() requires struct timespec in order to callKeith Bostic2012-10-191-1/+3
* Don't re-allocate if the memory needed is exactly the right amount,Keith Bostic2012-09-231-1/+1
* Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-201-18/+27
* If the application does a checkpoint (regardless whether it's named orKeith Bostic2012-08-161-1/+5
* We have to consider the order numbers of deleted checkpoints too,Keith Bostic2012-08-021-4/+4
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-011-2/+1
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-96/+158
* Fix up a few minor places where we can simplify "ret = XXX" code, noKeith Bostic2012-07-201-7/+3
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-0/+411