summaryrefslogtreecommitdiff
path: root/src/txn/txn_ckpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |_|/ | |/| |
| * | | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-5/+6
| | |/ | |/|
* | | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-57/+24
|/ /
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\ \ | |/
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-8/+9
|\ \ | |/
| * Review comment from Michael: I'd prefer a macro called WT_SESSION_META_DHANDLEKeith Bostic2015-12-101-2/+2
| * Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-011-2/+2
| |\
| * | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-071-4/+5
| * | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-071-7/+67
| |\ \
| * | | WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-201-2/+2
| * | | WT-2073: change the open-index and open-table code to use the session'sKeith Bostic2015-10-201-7/+5
| * | | WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than aKeith Bostic2015-10-201-5/+7
* | | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-2/+3
| |_|/ |/| |
* | | WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-2/+2
| |/ |/|
* | WT-2164 Cleanup diagnostic only parameter.Alex Gorrod2015-10-281-0/+6
* | Merge pull request #2220 from wiredtiger/wt2140Michael Cahill2015-10-261-3/+47
|\ \
| * | WT-2140: WT_SESSION.compact calls WT_SESSION.checkpoint, so the latterKeith Bostic2015-10-231-3/+47
| |/
* | WT-2164 Have LSM enable metadata tracking prior to checkpointing a chunk.Alex Gorrod2015-10-231-4/+14
|/
* Boolean conversion pass over txn.Keith Bostic2015-09-241-31/+30
* Boolean conversion pass over meta.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-221-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-3/+3
* Explicit set WT_DHANDLE_DEAD on the non-durable handles before discardingKeith Bostic2015-08-251-2/+6
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-251-1/+1
|\
| * SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-2/+2
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-181-7/+10
|\ \ | |/
| * WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-7/+10