| Age | Commit message (Expand) | Author |
| 2014-02-27 | Do buffer alignment checks when reading from checkpoints. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-08-29 | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill |
| 2013-07-31 | Check the key/value formats for legality before calling into the data | Keith Bostic |
| 2013-07-13 | If config is NULL, we're losing the version major/minor configuration | Keith Bostic |
| 2013-07-13 | The major/minor version support was written in a way where it wasn't | Keith Bostic |
| 2013-06-05 | __create_file() doesn't need to check for a duplicate-key-error on insert, | Keith Bostic |
| 2013-06-04 | Rename metadata_read to be metadata_search to follow the other | Keith Bostic |
| 2013-06-04 | Make data-sources responsible for their own metadata entries. | Keith Bostic |
| 2013-06-03 | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic |
| 2013-05-23 | Re-work the page, allocation size checks: instead of silently modifying | Keith Bostic |
| 2013-05-17 | Because the internal and leaf page maximum sizes must be a multiple of | Keith Bostic |
| 2013-05-17 | O_DIRECT is a global flag for the engine, which requires file page allocation | Keith Bostic |
| 2013-05-17 | Allow arbitrary data source types for indices as well as column groups. | Michael Cahill |
| 2013-05-16 | Relax the type configuration string checking, it can be any application | Keith Bostic |
| 2013-05-16 | Use the name hash to avoid string comparisons in the session list of data han... | Michael Cahill |
| 2013-05-09 | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill |
| 2013-04-18 | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill |
| 2013-04-16 | Add a new WT_EXTENSION_API method that returns the default session for | Keith Bostic |
| 2013-04-11 | More work on data-source configuration support. | Keith Bostic |
| 2013-04-09 | Support new configuration options added by the applications, using a new | Keith Bostic |
| 2013-04-09 | First cut at moving the configuration information into the WT_CONNECTION_IMPL | Keith Bostic |
| 2013-04-04 | Write some custom data source documentation based on my Berkeley DB code. | Keith Bostic |
| 2013-04-04 | Call LSM methods directly instead of using WT_DATA_SOURCE implementation. | Keith Bostic |
| 2013-04-03 | memory leak when we open a data-source object that already exists. | Keith Bostic |
| 2013-04-03 | User-specified collators aren't supported for data-source objects, | Keith Bostic |
| 2013-04-03 | Change the data-source create method signature to take a char *[]cfg, | Keith Bostic |
| 2013-04-03 | Merge branch 'develop' into data-source | Keith Bostic |
| 2013-04-03 | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-07 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-02-26 | If a create fails, remove the table from the session. | Michael Cahill |
| 2013-02-26 | Add a reference count to tables, only free if the table is not in use. | Michael Cahill |
| 2013-02-18 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-02-15 | There's no reason file create and truncate need to come through the | Keith Bostic |
| 2013-02-15 | Minor variable renaming, no real change. | Keith Bostic |
| 2013-02-15 | Change the create-file code to not pass a default configuration value | Keith Bostic |
| 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-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-11-29 | Handle empty sources, that is, "source," or "source=," in the config | Keith Bostic |
| 2012-10-19 | Support indices on LSM by using 1-byte (padding) values, until LSM supports e... | Michael Cahill |
| 2012-10-18 | Calculate LSM data source names for column groups and indices. | 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 |