summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Mention wiredtiger_strerror is a superset of strerror.Keith Bostic2013-01-041-1/+1
* | | | Enhance the configuration string examples, get rid of one more @todo.Keith Bostic2013-01-042-35/+47
* | | | typoKeith Bostic2013-01-041-1/+1
* | | | Update the WT_SYNC_DISCARD comment to explain why we have to writeKeith Bostic2013-01-041-7/+23
| |_|/ |/| |
* | | Merge pull request #420 from wiredtiger/dirty-disableMichael Cahill2013-01-0314-178/+276
|\ \ \
| * \ \ Merge branch 'develop' into dirty-disableMichael Cahill2013-01-044-5/+11
| |\ \ \ | |/ / / |/| | |
* | | | Verify shouldn't every modify the file -- don't bother checking for dirtyKeith Bostic2013-01-031-1/+1
* | | | Panic if we get an illegal flag to the __wt_bt_cache_op function.Keith Bostic2013-01-031-0/+1
* | | | __wt_cache_full_check() can't have a NULL btree handle.Keith Bostic2013-01-031-1/+3
* | | | comment typo, no real changeKeith Bostic2013-01-031-5/+4
| * | | Merge pull request #423 from wiredtiger/dirty-disable-mjcMichael Cahill2013-01-035-56/+38
| |\ \ \
| | * | | Back out a change: don't queue dirty pages for eviction during a checkpoint. ...Michael Cahill2013-01-041-2/+19
| | * | | Fix a comment, compaction no longer goes through the evict-file call.Keith Bostic2013-01-031-9/+3
| | * | | Remove disabled code and rename "writes_disabled" now that all eviction is di...Michael Cahill2013-01-035-48/+19
| | * | | We don't need to disable eviction of dirty pages now that we're disabling all...Michael Cahill2013-01-032-15/+4
| | * | | Wait for LRU eviction to complete in the checkpoint thread, without waiting f...Michael Cahill2013-01-031-5/+16
| |/ / /
| * | | Merge branch 'develop' into dirty-disableMichael Cahill2013-01-039-82/+97
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #417 from wiredtiger/compact-in-threadMichael Cahill2013-01-026-63/+66
|\ \ \ \
| * \ \ \ Merge branch 'develop' into compact-in-threadKeith Bostic2013-01-01323-461/+576
| |\ \ \ \
| * | | | | Do compaction in the calling thread instead of interrupting the evictionKeith Bostic2012-12-196-63/+66
* | | | | | wtperf.c:345:9: error: 'ret' may be used uninitialized in this functionMichael Cahill2013-01-031-2/+2
* | | | | | Fix some warnings and a buffer overrun in wtperf:Michael Cahill2013-01-031-6/+6
* | | | | | Merge pull request #422 from wiredtiger/getkvMichael Cahill2013-01-021-9/+30
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into getkvKeith Bostic2013-01-01319-322/+322
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Fast-path "S" and "u" formats in cursor.get_key and cursor.get_value.Keith Bostic2012-12-281-9/+30
* | | | | | | I just saw a connection timed-out message on bengal:Keith Bostic2013-01-011-1/+1
| |/ / / / / |/| | | | |
| | | * | | Merge branch 'develop' into dirty-disableKeith Bostic2013-01-01319-322/+322
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Update copyright notice to 2013.Keith Bostic2013-01-01319-322/+322
|/ / / / /
| | * | | typoKeith Bostic2013-01-011-1/+1
| | * | | Change reconciliation to yield immediately after determining the state of aKeith Bostic2013-01-012-1/+18
| | * | | If the file is being checkpointed, the checkpoint's reconciliation ofKeith Bostic2013-01-011-1/+47
| | * | | If there's an inserted record, but we can't read the update, it doesn'tKeith Bostic2012-12-291-1/+4
| | * | | Simplify WT_PANIC_XXX and friends.Keith Bostic2012-12-284-16/+9
| | * | | Another set of changes to make checkpoints outside of the evictionKeith Bostic2012-12-289-36/+91
| | * | | Re-structure chunks of __bt_evict.c to make checkpoints outside of theKeith Bostic2012-12-276-120/+115
| | * | | typoKeith Bostic2012-12-271-1/+1
| | * | | Fix up the comments associated with __rec_page_modified, it's all aboutKeith Bostic2012-12-271-15/+27
| |/ / / |/| | |
* | | | Rename __evict_list_clr_all to __evict_list_clr_range, it no longer clearsKeith Bostic2012-12-261-5/+5
| |_|/ |/| |
* | | If a page splits, it potentially creates a merge-split internal page and weKeith Bostic2012-12-231-0/+10
* | | Now that __wt_cache_page_inmem_incr() does atomic updates, there's noKeith Bostic2012-12-214-98/+96
* | | gcc knows __wt_abort() never returns, so it's complaining:Keith Bostic2012-12-211-7/+9
| |/ |/|
* | Update wtperf to support insert threads in workload mode.Alex Gorrod2012-12-201-24/+127
* | Clarify documentation for cache_pool size configuration.Alex Gorrod2012-12-202-5/+7
|/
* Don't check the page's write-generation number: we're going to check theKeith Bostic2012-12-191-6/+5
* __wt_meta_track_off and __wt_lsm_checkpoint_worker create fakeKeith Bostic2012-12-195-20/+30
* Minor cleanup, a couple of "api" strings.Keith Bostic2012-12-192-6/+6
* Add new include file, flags.hKeith Bostic2012-12-191-0/+42
* Move the WT_PROCESS structure from api.h to connection.h, it's only usedKeith Bostic2012-12-192-19/+16
* Move WT_SESSION_IMPL into session.h, WT_CONNECTION_IMPL into connection.h.Keith Bostic2012-12-196-329/+295
* Shuffle a couple of files, use "API" to mean the external API.Keith Bostic2012-12-194-11/+12