summaryrefslogtreecommitdiff
path: root/src/schema
Commit message (Expand)AuthorAgeFilesLines
* Fix __wt_schema_get_index to return table pointer in all cases.Don Anderson2015-01-231-0/+5
* Tweak the logic around incrementing nindices and add a comment for next time ...Michael Cahill2015-01-131-3/+7
* Fix memory leak: WT_TABLE.nindices wasn't being incremented in all cases,Keith Bostic2015-01-111-1/+4
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-055-14/+14
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0411-0/+11
* Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod2014-12-221-1/+5
* Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-191-2/+2
* Use none comparison when checking for invalid collator usage.Alex Gorrod2014-12-171-1/+1
* Support extractors configured as "none".Keith Bostic2014-12-161-2/+2
* When creating a data-source, allow for a collator set to the empty stringKeith Bostic2014-12-161-1/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-3/+3
* Fixup result of merge into develop.Alex Gorrod2014-12-101-4/+4
* Merge branch 'develop' into force-dropAlex Gorrod2014-12-103-26/+23
|\
| * Merge pull request #1443 from wiredtiger/cursor-open-optimizeAlex Gorrod2014-12-092-4/+14
| |\
| | * Update tablehash to use bucket semantics.Alex Gorrod2014-12-091-9/+9
| | * TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-6/+6
| | * Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-4/+8
| | * Avoid string comparisons when looking up tables.Alex Gorrod2014-12-052-0/+6
| * | Simplify handling of "force" in drops: map errors once at the top level.Michael Cahill2014-12-091-22/+9
* | | Lint.Alex Gorrod2014-12-102-6/+6
* | | SESSION->drop with "force" of nonexistant index/colgroup should be silent.Don Anderson2014-12-094-8/+14
|/ /
* | KNF white space.Don Anderson2014-12-081-2/+0
* | Handle nonexistent objects for drops of indices/colgroups/lsm with 'force'.Don Anderson2014-12-082-6/+14
|/
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-197-21/+45
|\
| * Fix use of the table lock, which prevents tables from being opened when parti...Michael Cahill2014-11-143-14/+7
| * Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-137-31/+55
| * Split the schema lock into a lock that prevents concurrent schema-changing op...Michael Cahill2014-11-131-3/+10
* | Fixup immutable indexes per review comments.Alex Gorrod2014-11-181-3/+1
* | Add support for immutable indices.Alex Gorrod2014-11-181-0/+6
|/
* Fix table updates with custom extractor. We were stashing a copy of the new ...Michael Cahill2014-11-071-0/+1
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-046-19/+20
* Implement @agorrod's review comments, add a check that custom extractors don'...Michael Cahill2014-11-041-8/+10
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-294-5/+5
|\
| * Forcefully discard a tree from cache if doing a forced drop.Michael Cahill2014-10-244-5/+5
* | Only append primary key columns to the index key format once.Michael Cahill2014-10-221-0/+1
* | Fix the extractor example, remove a debugging message.Michael Cahill2014-10-172-6/+2
* | Only pad index keys for custom extractors, not for ordinary index cursors.Michael Cahill2014-10-162-1/+5
* | 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-163-16/+17
* | Clarify the requirements for named columns and key formats with custom extrac...Michael Cahill2014-10-162-6/+19
* | More implementation of custom extractors: pass the number of columns calculat...Michael Cahill2014-10-103-25/+65
* | More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-093-9/+30
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-082-1/+9
|\ \ | |/
| * Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic2014-10-071-0/+8
| * Fix which URI is used by schema truncate.Alex Gorrod2014-09-181-1/+1
* | Simplify the custom extractor API so that:Michael Cahill2014-10-072-9/+29
|/
* Typo, returning 0, not "ret", don't lose the return value on failure.Keith Bostic2014-09-161-1/+1
* Disallow JSON quoting characters in checkpoint names, it's not a goodKeith Bostic2014-09-091-3/+23
* Don't hold the checkpoint lock when flushing leaf pages during close orKeith Bostic2014-07-251-1/+1