| Commit message (Expand) | Author | Age | Files | Lines |
* | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill | 2015-03-26 | 3 | -3/+3 |
* | Merge branch 'develop' into base-config-crash | Keith Bostic | 2015-03-22 | 1 | -2/+2 |
|\ |
|
| * | Add tests for illegal key/value format configurations. | Keith Bostic | 2015-03-20 | 1 | -2/+2 |
* | | Convert the rest of the __wt_exist/__wt_remove pairs into single calls | Keith Bostic | 2015-03-21 | 1 | -11/+6 |
|/ |
|
* | Fix a comment, missing word. | Keith Bostic | 2015-03-19 | 1 | -2/+2 |
* | Use the configured collator when index cursor need to compare keys. | Michael Cahill | 2015-03-19 | 2 | -1/+26 |
* | Fix a bug in checkpoint, where it could get an EBUSY return. | Alex Gorrod | 2015-02-26 | 1 | -5/+11 |
* | Review places that set/clear session->dhandle, replace with macros. Change c... | Michael Cahill | 2015-02-24 | 1 | -1/+2 |
* | The start/stop cursors may not have been set. | Keith Bostic | 2015-02-22 | 1 | -2/+4 |
* | Make sure we have a local copy of the start/stop cursor keys before calling | Keith Bostic | 2015-02-22 | 1 | -3/+5 |
* | Fix __wt_schema_get_index to return table pointer in all cases. | Don Anderson | 2015-01-23 | 1 | -0/+5 |
* | Tweak the logic around incrementing nindices and add a comment for next time ... | Michael Cahill | 2015-01-13 | 1 | -3/+7 |
* | Fix memory leak: WT_TABLE.nindices wasn't being incremented in all cases, | Keith Bostic | 2015-01-11 | 1 | -1/+4 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 5 | -14/+14 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 11 | -0/+11 |
* | Fix a bug where a custom extractor terminate was being called twice. | Alex Gorrod | 2014-12-22 | 1 | -1/+5 |
* | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th... | Michael Cahill | 2014-12-19 | 1 | -2/+2 |
* | Use none comparison when checking for invalid collator usage. | Alex Gorrod | 2014-12-17 | 1 | -1/+1 |
* | Support extractors configured as "none". | Keith Bostic | 2014-12-16 | 1 | -2/+2 |
* | When creating a data-source, allow for a collator set to the empty string | Keith Bostic | 2014-12-16 | 1 | -1/+1 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -3/+3 |
* | Fixup result of merge into develop. | Alex Gorrod | 2014-12-10 | 1 | -4/+4 |
* | Merge branch 'develop' into force-drop | Alex Gorrod | 2014-12-10 | 3 | -26/+23 |
|\ |
|
| * | Merge pull request #1443 from wiredtiger/cursor-open-optimize | Alex Gorrod | 2014-12-09 | 2 | -4/+14 |
| |\ |
|
| | * | Update tablehash to use bucket semantics. | Alex Gorrod | 2014-12-09 | 1 | -9/+9 |
| | * | TAILQ back to SLIST. #1439 | Susan LoVerso | 2014-12-08 | 1 | -6/+6 |
| | * | Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439 | Susan LoVerso | 2014-12-08 | 1 | -4/+8 |
| | * | Avoid string comparisons when looking up tables. | Alex Gorrod | 2014-12-05 | 2 | -0/+6 |
| * | | Simplify handling of "force" in drops: map errors once at the top level. | Michael Cahill | 2014-12-09 | 1 | -22/+9 |
* | | | Lint. | Alex Gorrod | 2014-12-10 | 2 | -6/+6 |
* | | | SESSION->drop with "force" of nonexistant index/colgroup should be silent. | Don Anderson | 2014-12-09 | 4 | -8/+14 |
|/ / |
|
* | | KNF white space. | Don Anderson | 2014-12-08 | 1 | -2/+0 |
* | | Handle nonexistent objects for drops of indices/colgroups/lsm with 'force'. | Don Anderson | 2014-12-08 | 2 | -6/+14 |
|/ |
|
* | Merge pull request #1380 from wiredtiger/checkpoint-concurrentcy | Michael Cahill | 2014-11-19 | 7 | -21/+45 |
|\ |
|
| * | Fix use of the table lock, which prevents tables from being opened when parti... | Michael Cahill | 2014-11-14 | 3 | -14/+7 |
| * | Add a lock around table operations, so that cursor opens don't see tables hal... | Michael Cahill | 2014-11-13 | 7 | -31/+55 |
| * | Split the schema lock into a lock that prevents concurrent schema-changing op... | Michael Cahill | 2014-11-13 | 1 | -3/+10 |
* | | Fixup immutable indexes per review comments. | Alex Gorrod | 2014-11-18 | 1 | -3/+1 |
* | | Add support for immutable indices. | Alex Gorrod | 2014-11-18 | 1 | -0/+6 |
|/ |
|
* | Fix table updates with custom extractor. We were stashing a copy of the new ... | Michael Cahill | 2014-11-07 | 1 | -0/+1 |
* | Custom-extractor lint, whitespace, reference #1215. | Keith Bostic | 2014-11-04 | 6 | -19/+20 |
* | Implement @agorrod's review comments, add a check that custom extractors don'... | Michael Cahill | 2014-11-04 | 1 | -8/+10 |
* | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-29 | 4 | -5/+5 |
|\ |
|
| * | Forcefully discard a tree from cache if doing a forced drop. | Michael Cahill | 2014-10-24 | 4 | -5/+5 |
* | | Only append primary key columns to the index key format once. | Michael Cahill | 2014-10-22 | 1 | -0/+1 |
* | | Fix the extractor example, remove a debugging message. | Michael Cahill | 2014-10-17 | 2 | -6/+2 |
* | | Only pad index keys for custom extractors, not for ordinary index cursors. | Michael Cahill | 2014-10-16 | 2 | -1/+5 |
* | | Handle custom extractors where the last key column is a WT_ITEM. | Michael Cahill | 2014-10-16 | 1 | -0/+6 |
* | | Strip metadata from JSON dumps if if cannot be passed to WT_SESSION::create. | Michael Cahill | 2014-10-16 | 1 | -1/+1 |
* | | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 3 | -16/+17 |