| Age | Commit message (Expand) | Author |
| 2012-10-19 | Cut release 1.3.4.1.3.4 | Michael Cahill |
| 2012-10-19 | Use the O_NOATIME flag: it may improve performance on some systems. | Michael Cahill |
| 2012-10-19 | lsm_cursor.c:716:3: error: 'smaller' may be used uninitialized in this function | Michael Cahill |
| 2012-10-19 | Reset any old cursor position before an LSM search. | Michael Cahill |
| 2012-10-19 | Add an API to pass a config string to __wt_bloom_create. | Michael Cahill |
| 2012-10-19 | Fix LSM index searches. | Michael Cahill |
| 2012-10-19 | Support indices on LSM by using 1-byte (padding) values, until LSM supports e... | Michael Cahill |
| 2012-10-19 | Push the "owning" cursor through the LSM open_cursor function, so schema obje... | Michael Cahill |
| 2012-10-18 | Run some standard tests against table-on-LSM. | Michael Cahill |
| 2012-10-18 | Calculate LSM data source names for column groups and indices. | Michael Cahill |
| 2012-10-18 | Handle NULL config stacks in LSM cursor open. | Michael Cahill |
| 2012-10-18 | lint | Michael Cahill |
| 2012-10-18 | Change direct calls to __wt_curfile_open to generic __wt_open_cursor. | Michael Cahill |
| 2012-10-18 | Apply operations to column group and index data sources. | Michael Cahill |
| 2012-10-18 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-10-18 | Further cleanup of forced eviction comments and code. | Michael Cahill |
| 2012-10-18 | Fix a bug in LSM where aborted merges could cause subsequent opens to fail. | Alex Gorrod |
| 2012-10-18 | another leak | Michael Cahill |
| 2012-10-18 | Don't force O_NOATIME on -- it may have unintended consequences, and on moder... | Michael Cahill |
| 2012-10-18 | Have LSM merges sleep for much less than a second: this limits how quickly we... | Michael Cahill |
| 2012-10-18 | Tweaks to file configuration for reads on Linux (disable readahead and access... | Michael Cahill |
| 2012-10-18 | Don't stop evicting until we reach the target, have eviction wake up periodic... | Michael Cahill |
| 2012-10-18 | Wait for a while before looking for LSM major merges, in case merges catch up... | Michael Cahill |
| 2012-10-17 | Add a macro to calculate the fixed-size slots per a byte count, no | Keith Bostic |
| 2012-10-17 | When doing a fast-delete, lock down the page before we unpack the | Keith Bostic |
| 2012-10-17 | whitespace | Keith Bostic |
| 2012-10-17 | Replace a few strncmp() calls with WT_PREFIX_MATCH. | Keith Bostic |
| 2012-10-17 | Fix a comment. | Keith Bostic |
| 2012-10-17 | Drop the compaction limit, compact any file that's at least 10K. | Keith Bostic |
| 2012-10-17 | lint, don't ignore function return value. | Keith Bostic |
| 2012-10-17 | Add backup, config and statistics object types, that way we'll | Keith Bostic |
| 2012-10-17 | Compaction is also supported on objects of type colgroup and index. | Keith Bostic |
| 2012-10-17 | Limit WT_SESSION::compact to objects of type colgroup, file, index, lsm | Keith Bostic |
| 2012-10-17 | Add lsm: type to the list of unsupported object types. | Keith Bostic |
| 2012-10-17 | Add a comment so we (hopefully) don't cut-and-paste the line into the | Keith Bostic |
| 2012-10-17 | Make command names/descriptions line up, remove dumpfile it's no longer | Keith Bostic |
| 2012-10-17 | Upgrade will have a progress report at some point, put in a place-holder | Keith Bostic |
| 2012-10-17 | The rename call doesn't have any verbose flag behaviors, don't output | Keith Bostic |
| 2012-10-17 | Change the loop to read in the extent blocks we need, and the loop to | Keith Bostic |
| 2012-10-17 | Fake checkpoints may have the delete flag set, ignore them when rolling | Keith Bostic |
| 2012-10-17 | Merge branch 'develop' into compact | Keith Bostic |
| 2012-10-17 | More leaks, found by valgrind. | Michael Cahill |
| 2012-10-17 | All metadata reads should ignore the application's transactional context. | Michael Cahill |
| 2012-10-17 | Fix some leaks found by valgrind. | Michael Cahill |
| 2012-10-17 | Update LSM merge operations to be interrupted on close. | Alex Gorrod |
| 2012-10-16 | Merge branch 'develop' into compact | Keith Bostic |
| 2012-10-16 | Add a utility command mapping to WT_SESSION::compact. | Keith Bostic |
| 2012-10-16 | Add a "wt compact" utility command. | Keith Bostic |
| 2012-10-16 | Compaction and checkpoint should both operate on the table indices as | Keith Bostic |
| 2012-10-16 | Ignore root pages in all cases, it's simpler and root pages are | Keith Bostic |