summaryrefslogtreecommitdiff
path: root/src/conn/conn_log.c
Commit message (Expand)AuthorAgeFilesLines
* Don't wait forever in log archive in case a notification gets lost.Michael Cahill2013-12-031-4/+6
* Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-6/+6
|\
| * Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic2013-11-161-5/+4
* | Don't use condition variables in log code when no-sync is configured.Alex Gorrod2013-11-141-2/+4
* | Switch log code from busy wait loops to condition variables.Alex Gorrod2013-11-121-0/+3
* | Free log slot memory on close, and ensure all log slots are buffered.Alex Gorrod2013-11-081-0/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-241-1/+1
|\ \ | |/
| * API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-1/+1
| * Merge branch 'develop' into statistics-splitKeith Bostic2013-10-171-5/+5
| |\
| * | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-1/+1
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-211-2/+1
|\ \ \ | | |/ | |/|
| * | Only free the hazard array during connection close.Michael Cahill2013-10-171-2/+1
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-171-3/+4
|\ \ \ | |/ /
| * | Merge branch 'develop' into mutex-loggingKeith Bostic2013-10-151-1/+2
| |\ \
| | * | Review %d format usage, fix where it should have been something else.Keith Bostic2013-10-141-1/+2
| | |/
| * | Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-2/+2
| |/
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-081-2/+2
|\ \ | |/
| * Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic2013-10-041-2/+2
| * Cherry pick Sue's sync configuration changes, so develop matches the fine-gra...Michael Cahill2013-08-281-2/+24
* | Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread.Susan LoVerso2013-09-041-0/+1
* | Rename the wiredtiger_open config key 'transaction_sync', remove 'sync' from ...Michael Cahill2013-08-281-1/+1
* | Add transaction_log_sync support for config.Susan LoVerso2013-08-271-2/+24
|/
* Don't start the worker threads until everything else is done: it'sKeith Bostic2013-08-141-7/+0
* Lint.Susan LoVerso2013-07-181-1/+2
* Consolidate to a single free function for lists of log files.Susan LoVerso2013-07-171-9/+3
* Clean up old/dead code.Susan LoVerso2013-07-171-7/+7
* Some small fixes / changes to logging to fix the size of records passed to ca...Michael Cahill2013-07-171-1/+1
* Add log files to backup list. Coordinate archive and hot_backup.Susan LoVerso2013-07-161-4/+12
* Add log truncation and log removal for recovery.Susan LoVerso2013-07-151-12/+2
* Make offsets, lens and slot state 64-bits.Susan LoVerso2013-07-081-2/+2
* Fix a race when shutting down the log archive thread: wait until the thread e...Michael Cahill2013-06-211-3/+3
* Normalize loops in server threads that wait for wiredtiger_open to complete (...Michael Cahill2013-06-211-2/+2
* Change the log archive sleep to a short loop so it doesn't delay fast open/cl...Michael Cahill2013-06-201-1/+1
* Fix some signed / unsigned warnings.Michael Cahill2013-06-201-1/+1
* Add a couple new stats. Changes to handle direct_io.Susan LoVerso2013-06-191-1/+1
* Set first_lsn offset to 0. Make local copy of close_fh.Susan LoVerso2013-06-171-1/+3
* Clean up strings. Add slot_release_lsn to fix bug when changing files.Susan LoVerso2013-06-041-3/+0
* Initialize some variables in case the log archive thread exits before success...Michael Cahill2013-06-041-0/+2
* Convert paths for __wt_dirlist to be relative to the connection home, as we d...Michael Cahill2013-06-041-1/+1
* Clean up a bunch of warnings and remove a bunch of prints.Susan LoVerso2013-06-031-30/+7
* Fixes to specify a different log directory.Susan LoVerso2013-06-031-6/+12
* Add support for archive thread.Susan LoVerso2013-06-031-99/+61
* Add __wt_dirlist and use it to open to the end of the last log.Susan LoVerso2013-05-301-2/+1
* Return if logging not on. Remove __wt_log_open.Susan LoVerso2013-05-291-0/+2
* Add flags to flags.py. Implement log_scan API. Some bug fixes.Susan LoVerso2013-05-291-0/+8
* Add support for log descriptor structure at the beginning of log files.Susan LoVerso2013-05-221-2/+5
* Merge branch 'develop' into loggingSusan LoVerso2013-05-221-1/+1
* Ifdef out use of slot_cond.Susan LoVerso2013-05-211-0/+4
* Add missing log related files.Susan LoVerso2013-05-211-0/+288