summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.3.5.1.3.5Alex Gorrod2012-10-266-7/+65
* Add a reference count to LSM trees to prevent a race between a drop and openi...Michael Cahill2012-10-265-17/+53
* Update s_string to ignore system LC_ALL setting.Alex Gorrod2012-10-261-0/+4
* 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
* styleKeith Bostic2012-10-251-3/+3
* Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-254-21/+56
* 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-254-32/+51
* 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
* Switch the Python API to not allocate objects explicitly, and instead leave t...Michael Cahill2012-10-241-88/+104
* Cache cursor key/value formats in Python, to save a native call from every ge...Michael Cahill2012-10-242-2/+7
* Turn on SWIG optimizations and warnings.Michael Cahill2012-10-241-1/+1
* Merge pull request #375 from wiredtiger/condition-waitMichael Cahill2012-10-235-11/+15
|\
| * 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
* 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