| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass __wt_close() a reference to the WT_FH memory, that way it gets | Keith Bostic | 2015-03-21 | 1 | -1/+1 |
* | Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bug | Keith Bostic | 2015-03-03 | 1 | -3/+0 |
|\ |
|
| * | Fix a bug in the reconfigure API related to shared cache quotas. | Alex Gorrod | 2015-03-03 | 1 | -3/+0 |
* | | Add paranoia to catch files opened during WT_CONNECTION::close | Michael Cahill | 2015-02-27 | 1 | -0/+3 |
|/ |
|
* | Switch the block and file-handle from TAILQ structures to SLIST | Keith Bostic | 2015-02-09 | 1 | -2/+2 |
* | Add log thread to fsync and close log files. #1560 | Susan LoVerso | 2015-01-15 | 1 | -1/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Fix recovery if logging is turned off, changes are made and checkpointed, the... | Michael Cahill | 2014-12-30 | 1 | -1/+6 |
* | Call __wt_logmgr_destroy unconditionally. #1473 | Susan LoVerso | 2014-12-15 | 1 | -4/+5 |
* | Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439 | Susan LoVerso | 2014-12-08 | 1 | -2/+4 |
* | Add session dhandle hash lists. #1439 | Susan LoVerso | 2014-12-08 | 1 | -1/+8 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -1/+1 |
* | More implementation of the custom extractor API. Still working on generating... | Michael Cahill | 2014-10-09 | 1 | -0/+1 |
* | Simplify __wt_connection_close(), there's no reason for it to have the | Keith Bostic | 2014-09-20 | 1 | -14/+4 |
* | Wait for the oldest transaction ID to catch up to current during connection c... | Michael Cahill | 2014-09-16 | 1 | -2/+16 |
* | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic | 2014-09-12 | 1 | -21/+17 |
* | Merging the wiredtiger_open configuration means we should never see | Keith Bostic | 2014-09-10 | 1 | -1/+1 |
* | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic | 2014-09-10 | 1 | -5/+5 |
* | Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config, | Keith Bostic | 2014-09-10 | 1 | -1/+1 |
* | Merge branch 'develop' into lsm-shared-workers | Alex Gorrod | 2014-08-27 | 1 | -14/+35 |
|\ |
|
| * | Add log_size configuration for checkpoints. #1170 | Susan LoVerso | 2014-08-20 | 1 | -1/+5 |
| * | Merge pull request #1161 from wiredtiger/session-can-wait | Michael Cahill | 2014-08-15 | 1 | -0/+10 |
| |\ |
|
| | * | A couple of simple cleanups: | Keith Bostic | 2014-08-13 | 1 | -0/+10 |
| * | | Move cache pool configuration later in wiredtiger_open: it can open sessions. | Michael Cahill | 2014-08-15 | 1 | -16/+19 |
| |/ |
|
| * | Add a check to s_docs for multiple @subpage reference to the same page. | Michael Cahill | 2014-08-11 | 1 | -2/+6 |
* | | Merge branch 'develop' into lsm-shared-workers | Alex Gorrod | 2014-08-06 | 1 | -20/+6 |
|\ \
| |/ |
|
| * | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill | 2014-08-01 | 1 | -1/+1 |
| * | We no longer check for the log file here, fix a comment. | Keith Bostic | 2014-07-31 | 1 | -2/+2 |
| * | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic | 2014-07-30 | 1 | -1/+1 |
| * | Make the eviction server thread start/stop like the rest of the server | Keith Bostic | 2014-07-30 | 1 | -17/+3 |
* | | LSM manager threads. Fixup shutdown on close. | Alex Gorrod | 2014-07-18 | 1 | -3/+1 |
|/ |
|
* | Fix a comment typo. | Keith Bostic | 2014-07-01 | 1 | -3/+2 |
* | Merge branch 'develop' into split-memory-management | Keith Bostic | 2014-07-01 | 1 | -1/+1 |
|\ |
|
| * | Update on_close statistics log to run before log structure is cleaned up. | Alex Gorrod | 2014-06-26 | 1 | -4/+1 |
| * | Add new statistics_log=(on_close=bool) option. | Alex Gorrod | 2014-06-25 | 1 | -0/+3 |
* | | Cleanup based on Alex's feedback. | Michael Cahill | 2014-07-01 | 1 | -4/+4 |
* | | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill | 2014-06-20 | 1 | -1/+1 |
|/ |
|
* | First attempt to add a sweep thread to close data handles only after | Keith Bostic | 2014-05-21 | 1 | -0/+6 |
* | Add ability to reconfigure the checkpoint server | Alex Gorrod | 2014-05-07 | 1 | -2/+2 |
* | When closing the connection, automatically flush all async ops. | Susan LoVerso | 2014-04-10 | 1 | -0/+3 |
* | Merge branch 'develop' into async | Michael Cahill | 2014-04-07 | 1 | -5/+14 |
|\ |
|
| * | We can't clear the sessions fotxn memory as part of closing a session, | Keith Bostic | 2014-02-26 | 1 | -8/+9 |
| * | Add a WT_SESSION_IMPL structure that allows us to store memory and free | Keith Bostic | 2014-02-25 | 1 | -0/+8 |
* | | Clean up pass for s_all. | Susan LoVerso | 2014-03-26 | 1 | -0/+4 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-11 | 1 | -1/+1 |
|\ |
|
| * | Fix a few instances of "hazard reference" wording that crept back in. | Keith Bostic | 2013-11-09 | 1 | -1/+1 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Create a special isolation level for eviction. | Michael Cahill | 2013-11-07 | 1 | -1/+1 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-10-24 | 1 | -3/+4 |
|\ \
| |/ |
|