summaryrefslogtreecommitdiff
path: root/src/conn/conn_open.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod2016-01-111-0/+6
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-3/+4
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-1/+1
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-2/+2
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-1/+1
* Shut down the eviction server before closing file handles to avoid a race.Michael Cahill2015-04-251-3/+1
* Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-1/+1
* Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic2015-03-031-3/+0
|\
| * Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-031-3/+0
* | Add paranoia to catch files opened during WT_CONNECTION::closeMichael Cahill2015-02-271-0/+3
|/
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+2
* Add log thread to fsync and close log files. #1560Susan LoVerso2015-01-151-1/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix recovery if logging is turned off, changes are made and checkpointed, the...Michael Cahill2014-12-301-1/+6
* Call __wt_logmgr_destroy unconditionally. #1473Susan LoVerso2014-12-151-4/+5
* Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-2/+4
* Add session dhandle hash lists. #1439Susan LoVerso2014-12-081-1/+8
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-1/+1
* More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-0/+1
* Simplify __wt_connection_close(), there's no reason for it to have theKeith Bostic2014-09-201-14/+4
* Wait for the oldest transaction ID to catch up to current during connection c...Michael Cahill2014-09-161-2/+16
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-121-21/+17
* Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-1/+1
* Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic2014-09-101-5/+5
* Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic2014-09-101-1/+1
* Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-271-14/+35
|\
| * Add log_size configuration for checkpoints. #1170Susan LoVerso2014-08-201-1/+5
| * Merge pull request #1161 from wiredtiger/session-can-waitMichael Cahill2014-08-151-0/+10
| |\
| | * A couple of simple cleanups:Keith Bostic2014-08-131-0/+10
| * | Move cache pool configuration later in wiredtiger_open: it can open sessions.Michael Cahill2014-08-151-16/+19
| |/
| * Add a check to s_docs for multiple @subpage reference to the same page.Michael Cahill2014-08-111-2/+6
* | Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-061-20/+6
|\ \ | |/
| * Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill2014-08-011-1/+1
| * We no longer check for the log file here, fix a comment.Keith Bostic2014-07-311-2/+2
| * Create a new routine that creates internal sessions (the old "internal"Keith Bostic2014-07-301-1/+1
| * Make the eviction server thread start/stop like the rest of the serverKeith Bostic2014-07-301-17/+3
* | LSM manager threads. Fixup shutdown on close.Alex Gorrod2014-07-181-3/+1
|/
* Fix a comment typo.Keith Bostic2014-07-011-3/+2
* Merge branch 'develop' into split-memory-managementKeith Bostic2014-07-011-1/+1
|\
| * Update on_close statistics log to run before log structure is cleaned up.Alex Gorrod2014-06-261-4/+1
| * Add new statistics_log=(on_close=bool) option.Alex Gorrod2014-06-251-0/+3
* | Cleanup based on Alex's feedback.Michael Cahill2014-07-011-4/+4
* | Free memory more aggressively after splits. Keep the list of allocated objec...Michael Cahill2014-06-201-1/+1
|/
* First attempt to add a sweep thread to close data handles only afterKeith Bostic2014-05-211-0/+6
* Add ability to reconfigure the checkpoint serverAlex Gorrod2014-05-071-2/+2
* When closing the connection, automatically flush all async ops.Susan LoVerso2014-04-101-0/+3
* Merge branch 'develop' into asyncMichael Cahill2014-04-071-5/+14
|\
| * We can't clear the sessions fotxn memory as part of closing a session,Keith Bostic2014-02-261-8/+9
| * Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic2014-02-251-0/+8
* | Clean up pass for s_all.Susan LoVerso2014-03-261-0/+4
|/