summaryrefslogtreecommitdiff
path: root/src/schema
Commit message (Expand)AuthorAgeFilesLines
* Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic2013-11-151-2/+7
* __wt_config_next() has lots of possible errors, check for not-foundKeith Bostic2013-11-141-4/+8
* Don't release a table unless we actually got a table.Keith Bostic2013-11-051-4/+5
* Clear out the returned table reference in all cases so we don't haveKeith Bostic2013-11-051-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-6/+5
* lintMichael Cahill2013-10-151-0/+1
* Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-151-72/+28
|\
| * Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic2013-10-141-34/+9
| * Quit allocating the statistics cursor's stat structures separately fromKeith Bostic2013-10-121-6/+4
| * Make the allocation code for an aggregate statistics structure look theKeith Bostic2013-10-121-9/+7
| * Change table statistics to use standard statistics aggregation codeKeith Bostic2013-10-121-35/+22
| * The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-6/+4
* | Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill2013-10-141-1/+1
|/
* KNFKeith Bostic2013-09-091-2/+2
* Don't do compact operations on LSM trees.Alex Gorrod2013-09-091-2/+3
* Simplify the default implementation of range_truncate.Michael Cahill2013-08-081-6/+3
* Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-1/+63
* Simplify the checkpoint support for data sources: for now, justKeith Bostic2013-08-041-4/+2
* Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic2013-07-311-0/+8
* Check the key/value formats for legality before calling into the dataKeith Bostic2013-07-311-0/+9
* If config is NULL, we're losing the version major/minor configurationKeith Bostic2013-07-131-2/+4
* The major/minor version support was written in a way where it wasn'tKeith Bostic2013-07-131-1/+1
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-181-1/+1
* __create_file() doesn't need to check for a duplicate-key-error on insert,Keith Bostic2013-06-051-5/+1
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-043-6/+6
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-043-61/+17
* whitespaceKeith Bostic2013-06-041-1/+1
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-036-19/+17
* We have to remove the data-source entry from the metadata file duringKeith Bostic2013-06-031-4/+9
* We have to rename the data-source object in the metadata file as wellKeith Bostic2013-06-032-14/+32
* __truncate_table has to call through __wt_schema_truncate, it can'tKeith Bostic2013-06-031-35/+13
* imported patch realloc_defMichael Cahill2013-05-311-5/+2
* Update __wt_schema_worker so that it can operate on names.Alex Gorrod2013-05-281-32/+29
* We have to write all of the names/value pairs out to the backup file,Keith Bostic2013-05-271-6/+25
* Re-work the page, allocation size checks: instead of silently modifyingKeith Bostic2013-05-231-21/+19
* Because the internal and leaf page maximum sizes must be a multiple ofKeith Bostic2013-05-171-15/+18
* O_DIRECT is a global flag for the engine, which requires file page allocationKeith Bostic2013-05-171-3/+41
* Allow arbitrary data source types for indices as well as column groups.Michael Cahill2013-05-171-9/+13
* Relax the type configuration string checking, it can be any applicationKeith Bostic2013-05-161-9/+12
* Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill2013-05-161-1/+1
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-092-8/+18
* Some session methods checked URIs in the WiredTiger name space in theKeith Bostic2013-05-062-7/+0
* Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-2/+2
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-245-45/+161
|\
| * clean up explicit declaration of 'ret'Keith Bostic2013-04-201-1/+1
| * If an underlying data-source doesn't have a truncate operation (forKeith Bostic2013-04-201-1/+24
| * Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-184-6/+12
| * Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic2013-04-161-6/+11
| * More work on data-source configuration support.Keith Bostic2013-04-111-4/+4
| * Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-4/+4