summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.3.5.1.3.5Alex Gorrod2012-10-261-1/+1
* Add a reference count to LSM trees to prevent a race between a drop and openi...Michael Cahill2012-10-265-17/+53
* Protect the list of LSM trees with the schema lock.Michael Cahill2012-10-263-6/+10
* Unreachable code at token 'return'Keith Bostic2012-10-251-4/+2
* Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-252-2/+3
* Skew eviction (much) further in favor of leaf pages.Michael Cahill2012-10-251-2/+5
* Pass a "normal" config stack wherever possible.Michael Cahill2012-10-252-3/+3
* Hold the LSM tree lock while gathering statistics.Michael Cahill2012-10-251-8/+6
* Fix a bug in bulk load of bitmap files.Alex Gorrod2012-10-253-31/+48
* Don't attempt to drop the first chunk of an LSM tree before creating it. It ...Michael Cahill2012-10-251-3/+9
* Allow meta_tracking transactions to be nested.Michael Cahill2012-10-252-3/+9
* Instead of entering a fake key cell after the last cell on the page justKeith Bostic2012-10-245-71/+39
* Fix a comment.Keith Bostic2012-10-241-5/+5
* Handle passing a struct value to "bloom_config".Michael Cahill2012-10-241-0/+4
* Cache cursor key/value formats in Python, to save a native call from every ge...Michael Cahill2012-10-241-0/+1
* Fix a bug in __wt_cond_wait - it now returns after the timeout isAlex Gorrod2012-10-245-11/+15
* Add a "Notes" section to the Builtin data sources table, fix formatting.Keith Bostic2012-10-221-14/+10
* fix a comment.Keith Bostic2012-10-221-1/+1
* lintMichael Cahill2012-10-221-0/+1
* 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 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
* is_tree is no longer "unused" if O_DIRECT isn't set.Keith Bostic2012-10-191-2/+2
* Cut release 1.3.4.1.3.4Michael Cahill2012-10-192-17/+15
* 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-197-17/+35
* Fix LSM index searches.Michael Cahill2012-10-192-25/+42
* 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-195-6/+9
* Run some standard tests against table-on-LSM.Michael Cahill2012-10-181-1/+1
* Calculate LSM data source names for column groups and indices.Michael Cahill2012-10-183-16/+44
* 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-1847-484/+1068
|\
| * 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