summaryrefslogtreecommitdiff
path: root/src/include/meta.h
AgeCommit message (Expand)Author
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-09-11I misread the code when I increased the buffer size from 512 to a newKeith Bostic
2013-09-10Make hot backups work concurrently with files being bulk-loaded.Keith Bostic
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-28Move the write-generation out of the block header and into the pageKeith Bostic
2012-09-25Merge branch 'develop' into data-handlesMichael Cahill
2012-09-20Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic
2012-09-18Replace session->btree with a data handle.Michael Cahill
2012-09-18Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith Bostic
2012-07-03Implement hot backup feature (ref issue #236).Keith Bostic
2012-06-19Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic
2012-05-26Extents free'd up by deleting snapshots cannot immediately be made availableKeith Bostic
2012-05-03Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic
2012-05-03Remove the filename field from btree handles (again).Michael Cahill
2012-05-02We were inconsistent in handling file/snapshot naming in the snapshotKeith Bostic
2012-04-27Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill
2012-04-27Switch naming of "schema file/table" to metadata file.Michael Cahill