summaryrefslogtreecommitdiff
path: root/src/txn/txn_ckpt.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-14/+47
* WT-3024 Fix a hang on close caused by leaving a transaction ID pinned. (#3152)Michael Cahill2016-11-161-1/+2
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-141-4/+4
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* Merge branch 'master' into developMichael Cahill2016-11-031-1/+1
|\
| * WT-3007 Remove duplicated word in comment (#3118)Hyeonseok Oh2016-11-031-1/+1
* | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-27/+23
* | WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-4/+22
* | WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-2/+2
* | WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill2016-09-231-1/+2
* | WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-10/+10
* | WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-7/+13
* | WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-47/+58
* | WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-2/+2
* | WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-1/+1
* | WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-10/+9
* | WT-2841 Initialize verbose checkpoint timer at start of checkpoint (#2964)David Hows2016-08-161-0/+3
* | WT-2812 Verify cache_size before dividing. (#2931)sueloverso2016-08-041-3/+11
* | WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-041-1/+16
* | WT-2764 Fix a bug calculating the dirty percentage of cache. (#2926)Michael Cahill2016-08-031-29/+39
* | WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-103/+299
* | WT-2801 Prevent eviction of metadata updates by a running checkpoint. (#2922)Michael Cahill2016-08-021-1/+37
* | WT-2798 Fix data consistency bug with table creates during a checkpoint. (#2910)Michael Cahill2016-07-271-9/+11
* | WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-7/+7
* | WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-0/+3
* | SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-2/+4
* | WT-2319 Add units to stats descriptions, change variable names (#2795)Sulabh Mahajan2016-06-101-4/+4
* | WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-081-0/+14
* | WT-2613 Add WT_UNUSED to a variable to fix Windows compilation. (#2717)David Hows2016-05-041-0/+3
* | WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-2/+2
* | WT-2534 Use atomic add when allocating transaction IDs.Michael Cahill2016-04-071-3/+4
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-221-9/+14
|\ \ | |/
| * WT-2506 Reorder to fix uninitialized variable warning.Michael Cahill2016-03-221-9/+9
| * WT-2502 __wt_free clears the pointer; don't do it again.Alex Gorrod2016-03-221-1/+0
| * WT-2502 Free local allocation.Susan LoVerso2016-03-211-0/+6
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-211-132/+179
|\ \ | |/
| * WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-132/+179
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-9/+7
|\ \ | |/
| * WT-2454: checkpoint_sync=false does not prevent flushes/sync to diskKeith Bostic2016-03-091-9/+7
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
|/
* WT-2420 Gather backup metadata in a single pass.Michael Cahill2016-02-231-2/+2
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-111-5/+5
|\
| * WT-2374 Fix inconsistent comment.Susan LoVerso2016-02-091-1/+1
| * WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-2/+2
| * Merge branch 'develop' into WT-60Keith Bostic2016-01-261-5/+6
| |\
| * \ Merge branch 'develop' into WT-60Keith Bostic2016-01-211-2/+3
| |\ \
| * | | WT-60: big endian supportKeith Bostic2016-01-141-2/+2
* | | | WT-2346 More review feedback.Michael Cahill2016-02-111-1/+12
* | | | WT-2346 Review feedback: avoid locked handle on OOM.Michael Cahill2016-02-111-3/+4
* | | | Merge branch 'develop' into WT-2346Michael Cahill2016-01-221-5/+6
|\ \ \ \ | | |_|/ | |/| |