| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -8/+8 |
* | WT-2471: review WiredTiger "int" printf formats | Keith Bostic | 2016-03-11 | 1 | -6/+6 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Boolean conversion pass over schema. | Keith Bostic | 2015-09-24 | 1 | -16/+16 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Custom-extractor lint, whitespace, reference #1215. | Keith Bostic | 2014-11-04 | 1 | -2/+1 |
* | 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 | 1 | -5/+1 |
* | More implementation of custom extractors: pass the number of columns calculat... | Michael Cahill | 2014-10-10 | 1 | -8/+15 |
* | More implementation of the custom extractor API. Still working on generating... | Michael Cahill | 2014-10-09 | 1 | -2/+13 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Always initialize WT_PACK_VALUE before use. | Michael Cahill | 2013-11-25 | 1 | -9/+3 |
* | Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure... | Michael Cahill | 2013-11-22 | 1 | -0/+2 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-15 | 1 | -4/+8 |
|\ |
|
| * | __wt_config_next() has lots of possible errors, check for not-found | Keith Bostic | 2013-11-14 | 1 | -4/+8 |
* | | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -0/+8 |
|/ |
|
* | Add a condition variable to signal when LSM checkpoints should start, rather ... | Michael Cahill | 2013-03-20 | 1 | -13/+9 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Fix a bug populating column groups with complex schema. | Michael Cahill | 2012-12-11 | 1 | -6/+6 |
* | Revert one of the schema plan logic changes: they weren't necessary and intro... | Michael Cahill | 2012-12-10 | 1 | -6/+6 |
* | Fix a schema bug where value columns appearing in multiple column groups woul... | Michael Cahill | 2012-12-10 | 1 | -7/+11 |
* | More schema layer cleanup: | Michael Cahill | 2012-12-10 | 1 | -5/+14 |
* | Fix compiler warning. | Alex Gorrod | 2012-12-10 | 1 | -2/+1 |
* | Fix a segfault cleaning up a bad index cursor open. | Michael Cahill | 2012-12-10 | 1 | -2/+6 |
* | Use UINT_MAX instead of -1U, it makes lint happy. | Keith Bostic | 2012-11-30 | 1 | -3/+3 |
* | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill | 2012-11-30 | 1 | -10/+11 |
* | Whitespace cleanups, no semantic changes. | Keith Bostic | 2012-08-07 | 1 | -1/+1 |
* | Don't repeatedly look up btree handles for schema operations. | Michael Cahill | 2012-07-31 | 1 | -16/+6 |
* | Fix some functions to work with the new check for returns after "goto err". | Michael Cahill | 2012-05-14 | 1 | -1/+1 |
* | Lint (probably not a bug, but it's safer to initialize cgtree). | Keith Bostic | 2012-05-10 | 1 | -1/+1 |
* | Don't cache btree handles in the schema layer: always look up handles by name... | Michael Cahill | 2012-05-04 | 1 | -13/+27 |
* | Move the "close_any_btree" logic into conn_btree.c | Michael Cahill | 2012-05-04 | 1 | -1/+2 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -4/+8 |
* | Fixes to make test_schema02 pass. Much more careful checking and cleanup dur... | Michael Cahill | 2012-02-02 | 1 | -9/+43 |
* | Fix uninitialized warnings with GCC 4.6. | Michael Cahill | 2012-01-31 | 1 | -0/+2 |
* | Fix uninitialized warnings with GCC 4.2. | Michael Cahill | 2012-01-31 | 1 | -0/+4 |
* | Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ... | Michael Cahill | 2012-01-31 | 1 | -1/+1 |
* | Merge WT_BUF into WT_ITEM. | Michael Cahill | 2012-01-23 | 1 | -3/+3 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 1 | -11/+8 |
* | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic | 2011-10-10 | 1 | -11/+9 |
* | Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets the | Keith Bostic | 2011-10-10 | 1 | -14/+14 |
* | Restrict visible columns in index cursors, hide primary key columns. | Michael Cahill | 2011-09-26 | 1 | -0/+25 |
* | lint: | Michael Cahill | 2011-09-14 | 1 | -0/+1 |
* | Cleanup some formatting / spelling that crept in. | Michael Cahill | 2011-09-02 | 1 | -3/+3 |
* | When calculating projection plans for complex tables, scan key columns as wel... | Michael Cahill | 2011-09-02 | 1 | -24/+46 |
* | Finish implementation of indices -- populate them as the primary is updated, ... | Michael Cahill | 2011-08-16 | 1 | -14/+38 |
* | unused variables. | Keith Bostic | 2011-08-19 | 1 | -8/+6 |
* | Include all .i files from wt_internal.h. | Michael Cahill | 2011-07-14 | 1 | -2/+0 |
* | Fix schema handling for simple tables: keep the common configuration in the W... | Michael Cahill | 2011-07-09 | 1 | -0/+3 |