summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Coverity #1199717, fix a bug in 7179a227 where the test for a lock wasKeith Bostic2014-09-121-1/+1
* WiredTiger has a lot of cascading if/else statements checking for stringKeith Bostic2014-09-121-7/+9
* Merge pull request #1218 from wiredtiger/cursor-open-optimizationKeith Bostic2014-09-121-33/+76
|\
| * Expand on Alex's ideas: we can return out of the switch statementKeith Bostic2014-09-121-58/+51
| * wrap lines at 80 columnsKeith Bostic2014-09-121-10/+17
| * Merge branch 'develop' into cursor-open-optimizationKeith Bostic2014-09-1270-570/+1202
| |\ | |/ |/|
* | typo.Keith Bostic2014-09-121-4/+3
* | Fix build warning:Alex Gorrod2014-09-121-1/+1
* | Merge pull request #1213 from wiredtiger/force-allAlex Gorrod2014-09-129-65/+186
|\ \
| * | Comments and cleanup. #1200Susan LoVerso2014-09-114-20/+51
| * | Merge branch 'develop' into force-allSusan LoVerso2014-09-1113-31/+86
| |\ \
| * | | Split flushing versus compacting phases of compact. Cleanup. #1200Susan LoVerso2014-09-113-20/+28
| * | | Change transaction ID allocation so that if transactions stop, the last ID be...Michael Cahill2014-09-113-15/+12
| * | | Wait for ondisk flag to get set on compact. #1200Susan LoVerso2014-09-102-5/+25
| * | | Fix warnings.Susan LoVerso2014-09-101-7/+10
| * | | Add flushing stage to compact. Restore COMPACTING check during mergesSusan LoVerso2014-09-104-43/+68
| * | | Fix conditional after removing verbose code.Susan LoVerso2014-09-091-4/+1
| * | | Add table name to many LSM verbose statements. Add arg to indicateSusan LoVerso2014-09-096-19/+26
| * | | Fix typoSusan LoVerso2014-09-091-1/+1
| * | | If forcing a flush, look for all chunks to process. #1200Susan LoVerso2014-09-091-10/+21
| * | | Add and enhance LSM verbose messages. #1200Susan LoVerso2014-09-093-4/+26
* | | | Fix warning.Susan LoVerso2014-09-111-2/+2
* | | | Restore load time to floating point for better granularity. RestoreSusan LoVerso2014-09-112-14/+27
* | | | Merge pull request #1214 from wiredtiger/reconfigure-cleanupsueloverso2014-09-1113-191/+240
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor to only parse async config once. #1172Susan LoVerso2014-09-111-15/+28
| * | | Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.Keith Bostic2014-09-112-2/+3
| * | | Merge branch 'develop' into reconfigure-cleanupKeith Bostic2014-09-1110-17/+54
| |\ \ \
| * | | | Fixup cache pool reconfigure now that options are being folded together.Alex Gorrod2014-09-112-27/+43
| * | | | Add a new lock to serialize reconfigure.Alex Gorrod2014-09-113-2/+4
| * | | | Serialize re-configuration, everything is going to go pear-shaped ifKeith Bostic2014-09-101-1/+6
| * | | | Clean up the first test in __wt_cache_config (not-found is no longerKeith Bostic2014-09-101-11/+9
| * | | | KNFKeith Bostic2014-09-101-1/+1
| * | | | Move the LSM manager re-configuration code into the LSM manager file.Keith Bostic2014-09-103-7/+22
| * | | | Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-103-23/+40
| * | | | Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-6/+7
| * | | | Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-24/+13
| * | | | Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-17/+9
| * | | | Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-9/+11
| * | | | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic2014-09-108-39/+40
| * | | | Rename __wt_conn_verbose_config to be __wt_verbose_config,Keith Bostic2014-09-103-10/+9
| * | | | Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic2014-09-104-7/+5
| | |/ / | |/| |
* | | | Add a section on choosing a storage option.Keith Bostic2014-09-112-4/+29
* | | | I don't expect to fix named checkpoints in LSM, tombstones were theKeith Bostic2014-09-111-4/+3
* | | | LSM tombstones are no longer empty values, remove that caveat fromKeith Bostic2014-09-111-6/+0
| |/ / |/| |
* | | On error in wiredtiger_open, don't try to free buffers after closing the conn...Michael Cahill2014-09-111-4/+4
* | | long line complaintKeith Bostic2014-09-101-1/+2
* | | Add support to run zlib-noraw compression.Keith Bostic2014-09-104-7/+21
* | | Limit range in shared cache wtperf configuration.Alex Gorrod2014-09-101-0/+1
* | | Limit the maximum compression ratio our raw zlib implementation will allow. ...Michael Cahill2014-09-101-1/+8
* | | Make "-O3 -g" the default build flags (again), including for C++ (api/leveldb).Michael Cahill2014-09-101-3/+4