Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / schema.sql
2014-01-26 Michael VrableClean up database, and timestamp handling in particular.
2014-01-22 Michael VrableChanges to the Cumulus backup format and tools.
2014-01-22 Michael VrableImprove tracking of segments and segment utilization.
2008-07-15 Michael VrableDocumentation updates.
2008-06-02 Michael VrableStore unspecified scheme names in database as empty...
2008-05-30 Michael VrableInitial support for efficient sub-file incrementals.
2008-02-13 Michael VrableDo not attempt to clean the same segment multiple times.
2008-02-13 Michael VrableSlight tweaks to the local database to improve cleaning...
2008-01-09 Michael VrableExtend tracking of used segments to cover metadata...
2007-12-12 Michael VrableAdd "intent" field to a snapshot.
2007-12-07 Michael VrableUpgrades to utility code for new formats, and a few...
2007-12-06 Michael VrableDrop the obsolete snapshot_contents table from the...
2007-12-06 Michael VrableModifications to the local database: create a summary...
2007-08-10 Michael VrableMinor database schema fix.
2007-08-10 Michael VrableCompute checksums of segments and store them in the...
2007-07-20 Michael VrableRename --name to --scheme, and store the scheme name...
2007-06-21 Michael VrableTry an alternate segment cleaning ordering.
2007-06-15 Michael VrableUpdate database schema with views for choosing segments...
2007-05-22 Michael VrableExtend local database once more.
2007-05-16 Michael VrableAdd timestamps to block when they are inserted into...
2007-05-15 Michael VrableTrack which objects are used in which snapshots in...
2007-05-15 Michael VrableKeep an index of old stored blocks, using sqlite3.