summaryrefslogtreecommitdiff
path: root/src/schema/schema_open.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid string comparisons when looking up tables.Alex Gorrod2014-12-051-0/+1
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-191-1/+14
|\
| * Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-1/+14
* | Fixup immutable indexes per review comments.Alex Gorrod2014-11-181-3/+1
* | Add support for immutable indices.Alex Gorrod2014-11-181-0/+6
|/
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-041-4/+3
* Fix the extractor example, remove a debugging message.Michael Cahill2014-10-171-1/+1
* Only pad index keys for custom extractors, not for ordinary index cursors.Michael Cahill2014-10-161-1/+4
* Handle custom extractors where the last key column is a WT_ITEM.Michael Cahill2014-10-161-0/+6
* Strip metadata from JSON dumps if if cannot be passed to WT_SESSION::create.Michael Cahill2014-10-161-1/+1
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* Clarify the requirements for named columns and key formats with custom extrac...Michael Cahill2014-10-161-0/+4
* More implementation of custom extractors: pass the number of columns calculat...Michael Cahill2014-10-101-9/+19
* More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-6/+7
* Simplify the custom extractor API so that:Michael Cahill2014-10-071-0/+7
* Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic2014-04-281-14/+27
* Use empty values in LSM indices.Michael Cahill2014-04-221-1/+0
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-9/+9
* whitespaceKeith Bostic2013-12-031-4/+2
* Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-2/+7
|\
| * Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic2013-11-151-2/+7
* | Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-3/+3
|/
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-1/+1
* imported patch realloc_defMichael Cahill2013-05-311-5/+2
* Add a reference count to tables, only free if the table is not in use.Michael Cahill2013-02-261-7/+14
* 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 a schema bug where value columns appearing in multiple column groups woul...Michael Cahill2012-12-101-3/+3
* Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill2012-12-101-3/+3
* Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill2012-12-041-2/+4
* Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-6/+6
* lintMichael Cahill2012-10-221-2/+10
* Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill2012-10-191-0/+1
* lintMichael Cahill2012-10-181-0/+2
* Apply operations to column group and index data sources.Michael Cahill2012-10-181-56/+72
* cleanupMichael Cahill2012-10-111-1/+3
* Add support for LSM column groups and indices to the schema layer.Michael Cahill2012-09-181-9/+10
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-011-2/+1
* __wt_buf_init(session, buf, 0);Keith Bostic2012-08-011-3/+2
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-1/+1
* Don't repeatedly look up btree handles for schema operations.Michael Cahill2012-07-311-89/+116
* Deal with new / dropped indices in __wt_schema_open_index.Michael Cahill2012-07-231-10/+34
* Re-write __wt_schema_open_index to only parse the schema file entriesKeith Bostic2012-07-201-35/+30
* fix comment typoKeith Bostic2012-07-201-1/+1
* Back out that last change -- we always branch to err, we're done in theKeith Bostic2012-07-201-3/+8
* Fix up a few minor places where we can simplify "ret = XXX" code, noKeith Bostic2012-07-201-8/+3
* lint:Michael Cahill2012-06-041-0/+1
* lint:Michael Cahill2012-06-041-2/+1
* Fix races in table-level schema operations.Michael Cahill2012-06-041-2/+3