| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-3076 Add a general-purpose epoch manager (#3362) | Keith Bostic | 2017-04-05 | 1 | -1/+1 |
* | WT-3115 Convert the dhandle list lock into a read/write lock. (#3236) | Alex Gorrod | 2017-02-01 | 1 | -1/+1 |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -3/+4 |
* | WT-2968 Don't open file handles on backup. (#3101) | sueloverso | 2016-10-26 | 1 | -0/+2 |
* | WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ... | Keith Bostic | 2016-07-15 | 1 | -1/+1 |
* | WT-2552 Add public API for pluggable filesystems (#2671) | Alex Gorrod | 2016-04-28 | 1 | -2/+2 |
* | WT-2378 Always wait for the handle list lock. | Michael Cahill | 2016-02-03 | 1 | -1/+1 |
* | WT-2333 Make the "ret" variable explicit in lock macros. | Michael Cahill | 2016-01-22 | 1 | -1/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Boolean conversion pass over schema. | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass over meta. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -2/+2 |
* | KNF | Keith Bostic | 2015-05-13 | 1 | -2/+1 |
* | Fixup the order of drop/rename and their metadata operations. | Alex Gorrod | 2015-05-11 | 1 | -3/+6 |
* | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -1/+1 |
* | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill | 2015-03-26 | 1 | -1/+1 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -4/+4 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Fix use of the table lock, which prevents tables from being opened when parti... | Michael Cahill | 2014-11-14 | 1 | -2/+1 |
* | Add a lock around table operations, so that cursor opens don't see tables hal... | Michael Cahill | 2014-11-13 | 1 | -2/+5 |
* | Custom-extractor lint, whitespace, reference #1215. | Keith Bostic | 2014-11-04 | 1 | -1/+1 |
* | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-29 | 1 | -1/+1 |
|\ |
|
| * | Forcefully discard a tree from cache if doing a forced drop. | Michael Cahill | 2014-10-24 | 1 | -1/+1 |
* | | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -3/+5 |
|/ |
|
* | Dead assignment (ret never read). | Keith Bostic | 2014-07-02 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 1 | -4/+4 |
* | Make data-sources responsible for their own metadata entries. | Keith Bostic | 2013-06-04 | 1 | -9/+6 |
* | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic | 2013-06-03 | 1 | -2/+2 |
* | We have to rename the data-source object in the metadata file as well | Keith Bostic | 2013-06-03 | 1 | -13/+31 |
* | Some session methods checked URIs in the WiredTiger name space in the | Keith Bostic | 2013-05-06 | 1 | -4/+0 |
* | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 1 | -1/+2 |
* | Clear the variable in case we jump to err. | Keith Bostic | 2013-04-09 | 1 | -0/+2 |
* | Do syntax checking before meta-data logging, otherwise we're returning | Keith Bostic | 2013-04-07 | 1 | -6/+6 |
* | Write some custom data source documentation based on my Berkeley DB code. | Keith Bostic | 2013-04-04 | 1 | -1/+3 |
* | Call LSM methods directly instead of using WT_DATA_SOURCE implementation. | Keith Bostic | 2013-04-04 | 1 | -14/+13 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -4/+11 |
|\ |
|
| * | Make WT_ASSERT a no-op when not in DIAGNOSTIC mode. | Alex Gorrod | 2013-03-14 | 1 | -0/+1 |
| * | Add a reference count to tables, only free if the table is not in use. | Michael Cahill | 2013-02-26 | 1 | -4/+7 |
| * | Add a schema generation number to avoid using stale table structures. | Michael Cahill | 2013-02-22 | 1 | -0/+3 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -59/+79 |
|\ \
| |/ |
|
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic | 2012-12-12 | 1 | -1/+0 |
| * | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill | 2012-11-30 | 1 | -1/+1 |
| * | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill | 2012-11-20 | 1 | -1/+1 |
| * | Calculate LSM data source names for column groups and indices. | Michael Cahill | 2012-10-18 | 1 | -5/+7 |
| * | cleanup | Michael Cahill | 2012-10-11 | 1 | -1/+1 |
| * | Add support for LSM column groups and indices to the schema layer. | Michael Cahill | 2012-09-18 | 1 | -56/+75 |
* | | Split general WT_BTREE fields into WT_DATA_HANDLE. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
|/ |
|