summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* updateKeith Bostic2012-10-221-0/+2
* lintMichael Cahill2012-10-221-2/+0
* lintMichael Cahill2012-10-221-0/+1
* Tweak the test/fops output to fit in 80 columns and be less busy.Michael Cahill2012-10-221-8/+6
* lintMichael Cahill2012-10-222-3/+10
* Hold the schema lock while opening tables.Michael Cahill2012-10-222-18/+17
* Don't sync the directory after open if the global "sync" flag is false.Michael Cahill2012-10-221-1/+2
* dictionary only applies to values, clarify a variable name.Keith Bostic2012-10-211-7/+7
* Add in session.open_cursor operations, reference #373.Keith Bostic2012-10-203-14/+42
* Add a note, applications are responsible for figuring out their upgradeKeith Bostic2012-10-191-3/+12
* When a single session was used to reconcile multiple btrees, one ofKeith Bostic2012-10-191-24/+29
* Make the language less speculative about what's "normally" installedKeith Bostic2012-10-191-9/+30
* fix a comment, write-generations are persisted in the meta-data file now.Keith Bostic2012-10-191-3/+2
* __wt_cond_wait() requires struct timespec in order to callKeith Bostic2012-10-194-38/+38
* Generalize the code to check for a block appearing on the available orKeith Bostic2012-10-193-33/+60
* updateKeith Bostic2012-10-191-0/+1
* is_tree is no longer "unused" if O_DIRECT isn't set.Keith Bostic2012-10-191-2/+2
* Added tag 1.3.4 for changeset df87effe7cd3Michael Cahill2012-10-191-0/+1
* Cut release 1.3.4.1.3.4Michael Cahill2012-10-197-23/+120
* Use the O_NOATIME flag: it may improve performance on some systems.Michael Cahill2012-10-191-0/+5
* lsm_cursor.c:716:3: error: 'smaller' may be used uninitialized in this functionMichael Cahill2012-10-191-2/+4
* Reset any old cursor position before an LSM search.Michael Cahill2012-10-191-3/+40
* Add an API to pass a config string to __wt_bloom_create.Michael Cahill2012-10-198-28/+49
* With the updated scenarios, test_schema03 needs far few file descriptors.Michael Cahill2012-10-191-1/+1
* Merge pull request #369 from wiredtiger/lsm-schemaagorrod2012-10-1829-492/+621
|\
| * Get test_schema03 running with LSM.Michael Cahill2012-10-191-14/+16
| * Fix LSM index searches.Michael Cahill2012-10-192-25/+42
| * Test LSM indices in test_schema02.Michael Cahill2012-10-191-10/+25
| * Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill2012-10-194-1/+17
| * Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill2012-10-196-7/+12
| * Run some standard tests against table-on-LSM.Michael Cahill2012-10-184-13/+24
| * Calculate LSM data source names for column groups and indices.Michael Cahill2012-10-184-16/+45
| * Handle NULL config stacks in LSM cursor open.Michael Cahill2012-10-181-1/+1
| * lintMichael Cahill2012-10-182-4/+5
| * Change direct calls to __wt_curfile_open to generic __wt_open_cursor.Michael Cahill2012-10-187-28/+18
| * Apply operations to column group and index data sources.Michael Cahill2012-10-1810-266/+240
| * Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-1861-590/+1199
| |\ | |/ |/|
* | Further cleanup of forced eviction comments and code.Michael Cahill2012-10-187-50/+18
* | Fix a bug in LSM where aborted merges could cause subsequent opens to fail.Alex Gorrod2012-10-182-2/+17
* | another leakMichael Cahill2012-10-181-0/+2
* | Don't force O_NOATIME on -- it may have unintended consequences, and on moder...Michael Cahill2012-10-181-3/+0
* | Have LSM merges sleep for much less than a second: this limits how quickly we...Michael Cahill2012-10-181-3/+3
* | Tweaks to file configuration for reads on Linux (disable readahead and access...Michael Cahill2012-10-182-3/+22
* | Don't stop evicting until we reach the target, have eviction wake up periodic...Michael Cahill2012-10-186-25/+27
* | Wait for a while before looking for LSM major merges, in case merges catch up...Michael Cahill2012-10-183-17/+36
* | Add a macro to calculate the fixed-size slots per a byte count, noKeith Bostic2012-10-171-5/+7
* | When doing a fast-delete, lock down the page before we unpack theKeith Bostic2012-10-171-24/+28
* | whitespaceKeith Bostic2012-10-171-1/+1
* | Replace a few strncmp() calls with WT_PREFIX_MATCH.Keith Bostic2012-10-171-11/+8
* | Fix a comment.Keith Bostic2012-10-171-1/+1