summaryrefslogtreecommitdiff
path: root/src/conn
AgeCommit message (Expand)Author
2014-03-28Update sharec_cache configuration again.Alex Gorrod
2014-03-28Add upgrade doc for shared_cache config changes.Alex Gorrod
2014-03-28Update shared cache configuration options:Alex Gorrod
2014-02-26Merge branch 'develop' into checkpoint-directioMichael Cahill
2014-02-26Merge branch 'develop' into config-parse-apiAlex Gorrod
2014-02-26Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-02-21Rollback transactions in connection close as a separate pass before closing a...Michael Cahill
2014-02-13Fix logic error when reducing allocation in shared cache code.Alex Gorrod
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-08When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2014-01-02If we fail to open a data handle when the session already has a reference, do...Michael Cahill
2013-12-22Rework uint32_t/size_t declarations, size_t is correct in this case.Keith Bostic
2013-12-17Rewrite the read/write loops to handle short returns, POSIX allows shortKeith Bostic
2013-12-16Merge pull request #812 from wiredtiger/session-refMichael Cahill
2013-12-17Merge Sue's fix for the session refcount with mine, simplify.Michael Cahill
2013-12-16If a session already has a reference to a dhandle, don't add another.Susan LoVerso
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-12-13We need to handle static "location ID" variables with both multipleKeith Bostic
2013-12-13Merge branch 'develop' into spinlock-statsKeith Bostic
2013-12-12Increment conn->dhandle_dead when we are the last reference.Susan LoVerso
2013-12-11Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic
2013-12-11Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic
2013-12-05The comment about handles passed by our caller no longer applies, remove it.Keith Bostic
2013-12-05Simplify drop: allow the lower level code to take care of locking. Avoid rec...Michael Cahill
2013-12-04Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic
2013-12-04When we "apply" the handle-lock from a metadata tracking record, weKeith Bostic
2013-12-03whitespaceKeith Bostic
2013-12-03Don't wait forever in log archive in case a notification gets lost.Michael Cahill
2013-11-30Track connection & session data handle sweeps consistently, moveKeith Bostic
2013-11-30Simplify __wt_conn_btree_close(), just return if there's no work to do.Keith Bostic
2013-11-29The checkpoint thread gets the current time-of-day, but does nothingKeith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-17Shuffle shared cache cleanup code to be clearer..Alex Gorrod
2013-11-16Back out 25a84f1, the lock is being unlocked, I just missed it.Keith Bostic
2013-11-16Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic
2013-11-16Coverity: Missing unlock (LOCK)Keith Bostic
2013-11-15Coverity: Double lock (LOCK)Keith Bostic
2013-11-15CID 1129023 (#1 of 1): Logically dead code (DEADCODE) dead_error_line:Keith Bostic
2013-11-15Initialize conn to NULL, avoid introducing bugs in the future.Keith Bostic
2013-11-14Don't use condition variables in log code when no-sync is configured.Alex Gorrod
2013-11-14Merge branch 'fine-grained-durability' into log-condition-variablesAlex Gorrod
2013-11-14Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-13Have pages point at their spinlock rather than keep an index into an array. ...Michael Cahill
2013-11-12Switch log code from busy wait loops to condition variables.Alex Gorrod
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11lintKeith Bostic
2013-11-11No need to clear metaconf, we're returning.Keith Bostic
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill