summaryrefslogtreecommitdiff
path: root/src/meta
Commit message (Expand)AuthorAgeFilesLines
* 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
* imported patch realloc_defMichael Cahill2013-05-311-6/+3
* We were creating the turtle file, and if it didn't previously exist we'd createKeith Bostic2013-05-252-90/+155
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-242-3/+5
|\
| * More work on data-source configuration support.Keith Bostic2013-04-112-2/+2
| * Support new configuration options added by the applications, using a newKeith Bostic2013-04-092-2/+2
| * First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-092-3/+5
* | Changes based on Alex's review.Michael Cahill2013-04-161-4/+10
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-023-13/+13
|\ \ | |/
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-252-0/+4
| |\
| * \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-256-125/+172
| |\ \
| * \ \ Merge branch 'develop' into data-handlesMichael Cahill2012-09-252-28/+36
| |\ \ \
| * | | | Replace session->btree with a data handle.Michael Cahill2012-09-183-20/+20
| * | | | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-1/+1
* | | | | Change LSM drops in the background to avoid blocking application threads.Michael Cahill2013-03-211-2/+6
* | | | | Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill2013-03-201-17/+8
| |_|_|/ |/| | |
* | | | Ensure we always return a NULL memory pointer on failure from readingKeith Bostic2013-02-132-0/+4
| |_|/ |/| |
* | | Merge pull request #444 from wiredtiger/mmapMichael Cahill2013-01-301-2/+5
|\ \ \
| * | | In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-2/+5