summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-24Add empty upgrading section for 2.5.2 release.Alex Gorrod
2015-03-23Update version in docs.Alex Gorrod
2015-03-09Revert part of #1683. Always set the slot error if we had a problemAlex Gorrod
2015-03-09Merge pull request #1696 from wiredtiger/log-wrlsn-threadMichael Cahill
2015-03-09Revert "Move writing into log worker thread. #1683"Michael Cahill
2015-03-09Merge pull request #1735 from wiredtiger/checkpoint-skip-tree-dirtyAlex Gorrod
2015-03-09When skipping a dirty page during a checkpoint, make sure the tree is marked ...Michael Cahill
2015-03-07Make the "restart from the root" code look like the original "startingKeith Bostic
2015-03-06Fix comment typo.Keith Bostic
2015-03-06Only increment/decrement from the current position on the first positionKeith Bostic
2015-03-06Make the col-int comments match the row-int comments.Keith Bostic
2015-03-06Add an assertion that we don't get an unexpected state.Michael Cahill
2015-03-06Ignore empty child pages in column stores.Michael Cahill
2015-03-06Don't mark bulk loadable trees as dirty on open.Alex Gorrod
2015-03-06Destroy a condition variable after its last use.Michael Cahill
2015-03-06lint: fix some warnings, a minor leak and a Windows test failure (from callin...Michael Cahill
2015-03-06Merge branch 'develop' into log-wrlsn-threadMichael Cahill
2015-03-06More review: revert a couple of SYNC_CLOSE back to SYNC_DISCARD.Michael Cahill
2015-03-06Review comments from @keithbostic:Michael Cahill
2015-03-05Comment typo.Keith Bostic
2015-03-05Minor commen updates.Keith Bostic
2015-03-05Add a little more commentary, remove unnecessary else.Keith Bostic
2015-03-05Merge branch 'develop' into support-1248Michael Cahill
2015-03-05Merge pull request #1722 from wiredtiger/lsm-bloom-nocacheMichael Cahill
2015-03-05Merge pull request #1719 from wiredtiger/log-fsyncMichael Cahill
2015-03-05Revert some of the change: have a fast-discard path for trees marked clean, b...Michael Cahill
2015-03-05Have bulk trees start dirty: finishing a bulk load should write a checkpoint ...Michael Cahill
2015-03-05Don't allow LSM bloom create to block waiting for space in the cache.Alex Gorrod
2015-03-05Don't allow pages with any "page modified" flags to be evicted during a check...Michael Cahill
2015-03-05Remove the special "discard" path for trees marked clean: always go through e...Michael Cahill
2015-03-05If a page is split by eviction, mark the tree dirty to avoid having dirty pag...Michael Cahill
2015-03-05Closing a clean tree should try "discard", not "discard-force".Michael Cahill
2015-03-04typoKeith Bostic
2015-03-04Mention the cache_overhead configuration when talking about swapping outKeith Bostic
2015-03-04Add fsync before closing log files and after header. #1717Susan LoVerso
2015-03-03Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic
2015-03-03eviction_workers_XXX are uint32_t's, be consistent in handling them.Keith Bostic
2015-03-03Don't set eviction_workers_min/eviction_workers_max in the connectionKeith Bostic
2015-03-03__wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic
2015-03-03Move writing into log worker thread. #1683Susan LoVerso
2015-03-03Merge pull request #1707 from wiredtiger/paranoiaMichael Cahill
2015-03-03Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)...Michael Cahill
2015-03-03Handle switching to a shared cache in reconfigure.Alex Gorrod
2015-03-03Fixup per s_all.Alex Gorrod
2015-03-03Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod
2015-03-02Add overflow key/value counts to the statistics code, reference #1520, #1703.Keith Bostic
2015-03-02whitespaceKeith Bostic
2015-03-02Fixup error handling on non-force handle close.Alex Gorrod
2015-03-02Unused variable in non-diagnostic mode.Michael Cahill
2015-03-02Make __wt_row_key fast again in non-diagnostic builds.Michael Cahill