summaryrefslogtreecommitdiff
path: root/src/schema
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-295-19/+18
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-6/+6
* WT-1924 Ensure the metadata is flushed when closing an LSM bulk cursor.Alex Gorrod2015-07-032-5/+18
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-291-3/+3
* SERVER-17954: Coverity analysis defect 72085: Redundant testKeith Bostic2015-04-251-5/+4
* When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-263-3/+3
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-221-2/+2
|\
| * Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-2/+2
* | Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-211-11/+6
|/
* Fix a comment, missing word.Keith Bostic2015-03-191-2/+2
* Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-192-1/+26
* Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod2015-02-261-5/+11
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-241-1/+2
* The start/stop cursors may not have been set.Keith Bostic2015-02-221-2/+4
* Make sure we have a local copy of the start/stop cursor keys before callingKeith Bostic2015-02-221-3/+5
* 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