summaryrefslogtreecommitdiff
path: root/src/conn/conn_ckpt.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-16/+30
* WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic2016-09-021-5/+3
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-5/+4
* WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-151-0/+9
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-29/+4
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-081-24/+32
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+1
* WT-2178 review feedback:Alex Gorrod2015-10-291-0/+11
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-5/+7
* Boolean conversion pass over include.Keith Bostic2015-09-271-3/+3
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-1/+1
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-4/+4
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-2/+2
* More lint/changes for #1740, switch WT_CONNECTION.stat_usecs,Keith Bostic2015-03-101-1/+1
* Move server thread waits to the beginning of their loops: check that we're st...Michael Cahill2015-02-121-8/+8
* The checkpoint server should do a tiny wait to clear any pending signal, not ...Michael Cahill2015-02-111-4/+6
* If logs crossed the threshold size while we were taking a checkpoint, don'tMichael Cahill2015-02-111-0/+7
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-1/+2
* If a server thread exits with an error, panic.Keith Bostic2014-11-071-1/+1
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-2/+2
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-121-4/+4
* Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic2014-09-101-2/+4
* Don't check for a checkpoint name match if none was specified (yeah,Keith Bostic2014-09-091-8/+16
* Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care ofSusan LoVerso2014-09-031-1/+1
* Refactor to remove layering violations. #1170Susan LoVerso2014-08-211-1/+22
* Add log_size configuration for checkpoints. #1170Susan LoVerso2014-08-201-5/+17
* A couple of simple cleanups:Keith Bostic2014-08-131-4/+3
* Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessionsKeith Bostic2014-08-131-0/+6
* Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill2014-08-011-1/+1
* Create a new routine that creates internal sessions (the old "internal"Keith Bostic2014-07-301-2/+2
* Update checkpoint server reconfigure to match stat log semantics.Alex Gorrod2014-05-091-61/+11
* Add ability to reconfigure the checkpoint serverAlex Gorrod2014-05-071-15/+98
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* The checkpoint thread gets the current time-of-day, but does nothingKeith Bostic2013-11-291-4/+0
* Don't use condition variables in log code when no-sync is configured.Alex Gorrod2013-11-141-1/+1
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-2/+2
* Only free the hazard array during connection close.Michael Cahill2013-10-171-2/+1
* Don't start the worker threads until everything else is done: it'sKeith Bostic2013-08-141-7/+0
* Normalize loops in server threads that wait for wiredtiger_open to complete (...Michael Cahill2013-06-211-1/+1
* Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill2013-03-201-2/+1
* Close the checkpoint and statistics logging server thread's sessionsKeith Bostic2013-02-281-0/+8
* Create a thread to do automatic checkpoints.Keith Bostic2013-02-231-0/+152