summaryrefslogtreecommitdiff
path: root/src/schema/schema_create.c
AgeCommit message (Expand)Author
2014-02-27Do buffer alignment checks when reading from checkpoints.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-07-31Check the key/value formats for legality before calling into the dataKeith Bostic
2013-07-13If config is NULL, we're losing the version major/minor configurationKeith Bostic
2013-07-13The major/minor version support was written in a way where it wasn'tKeith Bostic
2013-06-05__create_file() doesn't need to check for a duplicate-key-error on insert,Keith Bostic
2013-06-04Rename metadata_read to be metadata_search to follow the otherKeith Bostic
2013-06-04Make data-sources responsible for their own metadata entries.Keith Bostic
2013-06-03Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic
2013-05-23Re-work the page, allocation size checks: instead of silently modifyingKeith Bostic
2013-05-17Because the internal and leaf page maximum sizes must be a multiple ofKeith Bostic
2013-05-17O_DIRECT is a global flag for the engine, which requires file page allocationKeith Bostic
2013-05-17Allow arbitrary data source types for indices as well as column groups.Michael Cahill
2013-05-16Relax the type configuration string checking, it can be any applicationKeith Bostic
2013-05-16Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill
2013-05-09Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill
2013-04-18Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill
2013-04-16Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic
2013-04-04Write some custom data source documentation based on my Berkeley DB code.Keith Bostic
2013-04-04Call LSM methods directly instead of using WT_DATA_SOURCE implementation.Keith Bostic
2013-04-03memory leak when we open a data-source object that already exists.Keith Bostic
2013-04-03User-specified collators aren't supported for data-source objects,Keith Bostic
2013-04-03Change the data-source create method signature to take a char *[]cfg,Keith Bostic
2013-04-03Merge branch 'develop' into data-sourceKeith Bostic
2013-04-03First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-07Merge branch 'develop' into default-configMichael Cahill
2013-02-26If a create fails, remove the table from the session.Michael Cahill
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-02-18Merge branch 'develop' into default-configMichael Cahill
2013-02-15There's no reason file create and truncate need to come through theKeith Bostic
2013-02-15Minor variable renaming, no real change.Keith Bostic
2013-02-15Change the create-file code to not pass a default configuration valueKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-12Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic
2012-12-10Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill
2012-12-10Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-29Handle empty sources, that is, "source," or "source=," in the configKeith Bostic
2012-10-19Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill
2012-10-18Calculate LSM data source names for column groups and indices.Michael Cahill
2012-10-11cleanupMichael Cahill
2012-09-18Add support for LSM column groups and indices to the schema layer.Michael Cahill