summaryrefslogtreecommitdiff
path: root/src/meta
AgeCommit message (Expand)Author
2014-05-13Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-02concatenate format strings so spell doesn't get upset.Keith Bostic
2014-05-02concatenate format strings so spell doesn't get upsetKeith Bostic
2014-05-02Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-20__open_directory_sync can sync the wrong directory if the applicationKeith Bostic
2013-12-04Use __wt_seconds instead of hand-crafting our own.Keith Bostic
2013-12-04Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic
2013-12-04Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic
2013-12-03whitespaceKeith Bostic
2013-11-30Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic
2013-11-25Add a default declaration for WT_PACK structures too.Michael Cahill
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-09-16Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-14Last change wasn't complete, remove bug where calling the block-managerKeith Bostic
2013-09-14Empty files may not have a valid checkpoint but may already exist.Keith Bostic
2013-09-14Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-12Change __wt_conn_btree_apply_single to match the requested handle usingKeith Bostic
2013-09-11I misread the code when I increased the buffer size from 512 to a newKeith Bostic
2013-09-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-10Back out the change to __wt_conn_btree_apply and __wt_meta_btree_apply:Keith Bostic
2013-09-10Make hot backups work concurrently with files being bulk-loaded.Keith Bostic
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-08-26Save LSNs in files during checkpoint.Michael Cahill
2013-07-26Add support for recovery of remove operations and column stores.Michael Cahill
2013-07-13The major/minor version support was written in a way where it wasn'tKeith Bostic
2013-06-04Rename metadata_read to be metadata_search to follow the otherKeith Bostic
2013-06-04Make data-sources responsible for their own metadata entries.Keith Bostic
2013-06-04Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod
2013-05-31imported patch realloc_defMichael Cahill
2013-05-25We were creating the turtle file, and if it didn't previously exist we'd createKeith Bostic
2013-04-24Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill
2013-04-16Changes based on Alex's review.Michael Cahill
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic
2013-04-02Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-21Change LSM drops in the background to avoid blocking application threads.Michael Cahill
2013-03-20Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill
2013-02-13Ensure we always return a NULL memory pointer on failure from readingKeith Bostic
2013-01-30Merge pull request #444 from wiredtiger/mmapMichael Cahill
2013-01-28Don't translate errno. #443.Susan LoVerso
2013-01-26In order to mmap read-only checkpoints, we need a place to store aKeith Bostic
2013-01-17Check the 'bulk' configuration value for invalid strings.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-19__wt_meta_track_off and __wt_lsm_checkpoint_worker create fakeKeith Bostic
2012-12-12Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic