summaryrefslogtreecommitdiff
path: root/src/schema/schema_rename.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-051-1/+1
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-1/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-3/+4
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-261-0/+2
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-2/+2
* WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-1/+1
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over schema.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass over meta.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-2/+2
* KNFKeith Bostic2015-05-131-2/+1
* Fixup the order of drop/rename and their metadata operations.Alex Gorrod2015-05-111-3/+6
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-1/+1
* When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-1/+1
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-4/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix use of the table lock, which prevents tables from being opened when parti...Michael Cahill2014-11-141-2/+1
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-2/+5
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-041-1/+1
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-291-1/+1
|\
| * Forcefully discard a tree from cache if doing a forced drop.Michael Cahill2014-10-241-1/+1
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-3/+5
|/
* Dead assignment (ret never read).Keith Bostic2014-07-021-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-4/+4
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-041-9/+6
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-031-2/+2
* We have to rename the data-source object in the metadata file as wellKeith Bostic2013-06-031-13/+31
* Some session methods checked URIs in the WiredTiger name space in theKeith Bostic2013-05-061-4/+0
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+2
* Clear the variable in case we jump to err.Keith Bostic2013-04-091-0/+2
* Do syntax checking before meta-data logging, otherwise we're returningKeith Bostic2013-04-071-6/+6
* Write some custom data source documentation based on my Berkeley DB code.Keith Bostic2013-04-041-1/+3
* Call LSM methods directly instead of using WT_DATA_SOURCE implementation.Keith Bostic2013-04-041-14/+13
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-4/+11
|\
| * Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-141-0/+1
| * Add a reference count to tables, only free if the table is not in use.Michael Cahill2013-02-261-4/+7
| * Add a schema generation number to avoid using stale table structures.Michael Cahill2013-02-221-0/+3
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-59/+79
|\ \ | |/
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic2012-12-121-1/+0
| * Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-1/+1
| * Review uses of WT_ITEM::data, never cast it to a non-const pointer.Michael Cahill2012-11-201-1/+1
| * Calculate LSM data source names for column groups and indices.Michael Cahill2012-10-181-5/+7
| * cleanupMichael Cahill2012-10-111-1/+1
| * Add support for LSM column groups and indices to the schema layer.Michael Cahill2012-09-181-56/+75
* | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-1/+1
|/