summaryrefslogtreecommitdiff
path: root/src/conn/conn_open.c
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-4/+2
|\
| * WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-4/+2
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-15/+7
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-0/+6
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-3/+12
* WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-011-12/+15
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-1/+1
* Boolean conversion pass over txn.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-1/+1
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-241-0/+1
|\
| * Assert the WT_CONNECTION.page_lock, WT_CONNECTION.sessions,Keith Bostic2015-08-221-0/+1
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-131-2/+2
|\ \ | |/
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-121-1/+2
|\ \ | |/
| * WT-2037 Only write a checkpoint to the log on close if it wasn'tSusan LoVerso2015-08-101-1/+2
* | Stop trying to drop the lookaside file on database close, for a coupleKeith Bostic2015-08-111-1/+1
* | Move the __wt_sweep_destroy call to shut down the sweep server to beforeKeith Bostic2015-08-031-1/+1
* | Don't close the lookaside file until eviction is finished, I keep racingKeith Bostic2015-07-241-1/+3
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-3/+2
|/
* Merge branch 'develop' into named-snapshotsMichael Cahill2015-05-131-25/+21
|\
| * Merge branch 'develop' into encryption-apiKeith Bostic2015-05-081-13/+11
| |\
| | * Don't ignore the dummy session when freeing hash arrays -- I don'tKeith Bostic2015-05-081-12/+10
| | * Add a "soft update" of the oldest ID from application threads in case evictio...Michael Cahill2015-05-081-1/+1
| * | Merge branch 'develop' into encryption-apiKeith Bostic2015-04-221-9/+8
| |\ \ | | |/
| | * Run recovery earlier. WT-1897Susan LoVerso2015-04-211-9/+8
| * | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-201-3/+1
| |\ \ | | |/
| | * Shut down the eviction server before closing file handles to avoid a race.Michael Cahill2015-04-201-3/+1
| * | More plumbing. #1822Susan LoVerso2015-03-261-0/+1
| |/
* | Add an initial implementation of named, in-memory snapshots. This implementa...Michael Cahill2015-04-011-1/+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