summaryrefslogtreecommitdiff
path: root/src/schema/schema_worker.c
AgeCommit message (Expand)Author
2014-10-07Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic
2014-07-25Don't hold the checkpoint lock when flushing leaf pages during close orKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-12Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-09-09KNFKeith Bostic
2013-09-09Don't do compact operations on LSM trees.Alex Gorrod
2013-08-04Simplify the checkpoint support for data sources: for now, justKeith Bostic
2013-07-31Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic
2013-06-03Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic
2013-05-28Update __wt_schema_worker so that it can operate on names.Alex Gorrod
2013-05-27We have to write all of the names/value pairs out to the backup file,Keith Bostic
2013-04-18Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill
2013-04-04Write some custom data source documentation based on my Berkeley DB code.Keith Bostic
2013-04-03Add support for compaction, salvage and verification to data-sourceKeith Bostic
2013-04-03Merge branch 'develop' into data-sourceKeith Bostic
2013-04-03First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-10-22lintMichael Cahill
2012-10-18Apply operations to column group and index data sources.Michael Cahill
2012-10-17Fix a comment.Keith Bostic
2012-10-16Compaction and checkpoint should both operate on the table indices asKeith Bostic
2012-09-18Replace session->btree with a data handle.Michael Cahill
2012-09-06Add LSM checkpoint implementation and some related fixes.Alex Gorrod
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith Bostic
2012-07-31Don't repeatedly look up btree handles for schema operations.Michael Cahill
2012-07-20Change the session.truncation implementation from a simple loop aroundKeith Bostic
2012-07-20Check for incomplete tables consistently.Michael Cahill
2012-06-15First set of changes for moving all checkpoint/snapshot calls into theKeith Bostic
2012-06-04Fix races in table-level schema operations.Michael Cahill
2012-06-01Add handle locking to create and drop operations to avoid races.Michael Cahill
2012-05-04Don't cache btree handles in the schema layer: always look up handles by name...Michael Cahill
2012-05-04Move the "close_any_btree" logic into conn_btree.cMichael Cahill
2012-05-03Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic
2012-04-27Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill
2012-03-11Add an interface for "data source" extensions.Michael Cahill
2012-04-26Replace local "ret" declarations with WT_DECL_RET.Keith Bostic
2012-03-12Back out part of the last change: we have to reopen when releasing a treeMichael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-06Skip "colgroup:", just like we're skipping "index:".Keith Bostic
2011-11-06Forgot to add schema_worker.Keith Bostic