| Age | Commit message (Expand) | Author |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-22 | Use empty values in LSM indices. | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-11-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-15 | Don't leak memory on error, cgconfig holds memory that's may not have | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-06-04 | Rename metadata_read to be metadata_search to follow the other | Keith Bostic |
| 2013-05-31 | imported patch realloc_def | Michael Cahill |
| 2013-02-26 | Add a reference count to tables, only free if the table is not in use. | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-12 | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic |
| 2012-12-10 | Fix a schema bug where value columns appearing in multiple column groups woul... | Michael Cahill |
| 2012-12-10 | Fix a schema bug when adding a column group to a "complete" table. Previousl... | Michael Cahill |
| 2012-12-04 | Add support for statistics on schema-level objects (tables, column groups, in... | Michael Cahill |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-10-22 | lint | Michael Cahill |
| 2012-10-19 | Support indices on LSM by using 1-byte (padding) values, until LSM supports e... | Michael Cahill |
| 2012-10-18 | lint | Michael Cahill |
| 2012-10-18 | Apply operations to column group and index data sources. | Michael Cahill |
| 2012-10-11 | cleanup | Michael Cahill |
| 2012-09-18 | Add support for LSM column groups and indices to the schema layer. | Michael Cahill |
| 2012-08-01 | Review calls to strncmp() in the engine, replace some with | Keith Bostic |
| 2012-08-01 | __wt_buf_init(session, buf, 0); | Keith Bostic |
| 2012-07-31 | Add the ability to access unnamed checkpoints, issue #271. | Keith Bostic |
| 2012-07-31 | Don't repeatedly look up btree handles for schema operations. | Michael Cahill |
| 2012-07-23 | Deal with new / dropped indices in __wt_schema_open_index. | Michael Cahill |
| 2012-07-20 | Re-write __wt_schema_open_index to only parse the schema file entries | Keith Bostic |
| 2012-07-20 | fix comment typo | Keith Bostic |
| 2012-07-20 | Back out that last change -- we always branch to err, we're done in the | Keith Bostic |
| 2012-07-20 | Fix up a few minor places where we can simplify "ret = XXX" code, no | Keith Bostic |
| 2012-06-04 | lint: | Michael Cahill |
| 2012-06-04 | lint: | Michael Cahill |
| 2012-06-04 | Fix races in table-level schema operations. | Michael Cahill |
| 2012-05-10 | Don't ignore return of __wt_session_release_btree(). | Keith Bostic |
| 2012-05-10 | lint | Keith Bostic |
| 2012-05-04 | Don't cache btree handles in the schema layer: always look up handles by name... | Michael Cahill |
| 2012-05-04 | Move the "close_any_btree" logic into conn_btree.c | Michael Cahill |
| 2012-05-03 | Move all of the WiredTiger.wt configuration information into the turtle file; | Keith Bostic |
| 2012-04-27 | schema/schema_open.c 76 Warning 644: Variable 'name' (line 44) may not | Keith Bostic |
| 2012-04-27 | Keep a "file:" URI in btree handles rather than a raw filename. | Michael Cahill |
| 2012-04-27 | Switch naming of "schema file/table" to metadata file. | Michael Cahill |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-02-02 | whitespace. | Keith Bostic |
| 2012-02-02 | Fixes to make test_schema02 pass. Much more careful checking and cleanup dur... | Michael Cahill |
| 2012-02-02 | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill |
| 2012-01-30 | lint, ignore returns from WT_PREFIX_SKIP(). | Keith Bostic |
| 2012-01-31 | Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ... | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |