summaryrefslogtreecommitdiff
path: root/src/meta
Commit message (Expand)AuthorAgeFilesLines
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-241-1/+2
* CID 44243: At condition fp != NULL, the value of fp cannot be NULL.Keith Bostic2015-02-111-3/+1
* CID 44242: At condition fp != NULL, the value of fp cannot be NULL.Keith Bostic2015-02-111-3/+1
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-052-7/+7
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-046-0/+6
* Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-122-8/+8
* Sweep old handles more aggressively:Michael Cahill2014-12-091-4/+3
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-1/+1
* Track data handles rather than btree handles. This shouldn't be a real chang...Michael Cahill2014-11-221-9/+12
* Merge pull request #1389 from wiredtiger/turtle-fsyncMichael Cahill2014-11-191-17/+22
|\
| * Add fsync to the turtle file and the to the directory when renaming it into p...Michael Cahill2014-11-181-17/+22
* | Add restriction and error checking for having run recovery. UpdateSusan LoVerso2014-11-141-6/+10
* | Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso2014-11-131-3/+12
|/
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-11-041-1/+1
|\
| * Clarify the difference between handle locking in session_dhandle.c vs conn_dh...Michael Cahill2014-11-031-1/+1
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-1/+2
|\ \ | |/
| * If the metadata is updated, that update should ignore the running transaction...Michael Cahill2014-10-211-1/+2
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-165-11/+12
|/
* Don't checkpoint the metadata on every schema operation if we are logging.Michael Cahill2014-07-091-2/+5
* Change WT_METADATA_URI to "metadata:".Michael Cahill2014-05-233-6/+6
* Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill2014-05-131-0/+2
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-8/+8
* concatenate format strings so spell doesn't get upset.Keith Bostic2014-05-021-3/+3
* concatenate format strings so spell doesn't get upsetKeith Bostic2014-05-021-1/+1
* Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod2014-05-021-0/+20
* Update copyright notices for 2014.Keith Bostic2014-01-076-6/+6
* __open_directory_sync can sync the wrong directory if the applicationKeith Bostic2013-12-201-3/+4
* Use __wt_seconds instead of hand-crafting our own.Keith Bostic2013-12-041-3/+9
* Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic2013-12-041-4/+4
* Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic2013-12-041-1/+1
* whitespaceKeith Bostic2013-12-031-2/+1
* Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic2013-11-301-0/+7
* Add a default declaration for WT_PACK structures too.Michael Cahill2013-11-252-7/+3
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-2/+6
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-161-25/+9
|\
| * Last change wasn't complete, remove bug where calling the block-managerKeith Bostic2013-09-141-2/+1
| * Empty files may not have a valid checkpoint but may already exist.Keith Bostic2013-09-141-23/+8
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-142-3/+3
|\ \ | |/
| * Change __wt_conn_btree_apply_single to match the requested handle usingKeith Bostic2013-09-121-1/+1
| * I misread the code when I increased the buffer size from 512 to a newKeith Bostic2013-09-111-2/+2
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-112-7/+76
|\ \ | |/
| * Back out the change to __wt_conn_btree_apply and __wt_meta_btree_apply:Keith Bostic2013-09-101-22/+7
| * Make hot backups work concurrently with files being bulk-loaded.Keith Bostic2013-09-102-8/+92
* | Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill2013-08-292-2/+2
* | Save LSNs in files during checkpoint.Michael Cahill2013-08-261-2/+6
* | Add support for recovery of remove operations and column stores.Michael Cahill2013-07-261-2/+2
|/
* The major/minor version support was written in a way where it wasn'tKeith Bostic2013-07-132-6/+16
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-044-21/+22
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-042-40/+103
* Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod2013-06-041-4/+9