summaryrefslogtreecommitdiff
path: root/src/btree/bt_sync.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-071-3/+3
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-2/+2
* WT-2985 checkpoint core dump (#3100)Keith Bostic2016-10-201-21/+59
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-2/+2
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-3/+3
* WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-301-5/+4
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-1/+1
* WT-2801 Prevent eviction of metadata updates by a running checkpoint. (#2922)Michael Cahill2016-08-021-37/+3
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-2/+4
* WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan2016-07-061-1/+11
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-3/+5
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-4/+9
* WT-2325 Fix an incomplete comment.Michael Cahill2016-06-031-2/+4
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-2/+2
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-211-28/+9
|\
| * WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-28/+9
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-6/+7
|\ \ | |/
| * Merge pull request #2537 from wiredtiger/wt-2435Michael Cahill2016-03-141-4/+2
| |\
| | * WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-4/+2
| * | WT-2454: checkpoint_sync=false does not prevent flushes/sync to diskKeith Bostic2016-03-091-2/+5
| |/
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
|/
* Merge branch 'develop' into WT-2264Michael Cahill2016-02-121-7/+7
|\
| * WT-2361: column-store starting record number errorKeith Bostic2016-02-081-2/+0
| * WT-2361: column-store starting record number errorKeith Bostic2016-02-051-7/+9
* | Merge branch 'develop' into WT-2264Michael Cahill2016-01-201-3/+3
|\ \ | |/
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
| * Code shuffling.Alex Gorrod2015-12-141-4/+2
| * WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-2/+2
| * WT-2262: don't overload the __wt_tree_walk walkcntp variable, use a newKeith Bostic2015-12-101-2/+4
* | WT-2264 Don't have write leaves chase inserts indefinitely: cut off inserts t...Michael Cahill2015-12-041-6/+14
|/
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-1/+1
* WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-3/+11
* WT-2204 Add a comment explaining why order is important.Alex Gorrod2015-11-091-2/+10
* WT-2204: Don't take a local copy of page->modify until we know the pageKeith Bostic2015-11-071-4/+3
* WT-2193 Implement @agorrod's review feedback.Michael Cahill2015-11-031-2/+13
* WT-2193 Handle read-committed metadata checkpoints during snapshot transactions.Michael Cahill2015-11-021-4/+12
* SERVER-21027 Remove code that updated snapshots for eviction.Michael Cahill2015-10-301-2/+0
* WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-0/+2
* WT-2157 If we give up trying to split a page, make sure it is written by the ...Michael Cahill2015-10-071-2/+1
* WT-2119 Change the checkpointing state to an enum so we can tell whether the ...Michael Cahill2015-09-251-4/+5
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-1/+1
* Rename WT_PAGE_MODIFY.recon_result to WT_PAGE_MODIFY.rec_result.Keith Bostic2015-09-231-1/+1
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-221-1/+1
* The WT_PAGE_MODIFY flags field isn't really a set of flags, it's an enumKeith Bostic2015-09-221-1/+1
* SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-1/+0
* Instead of tracking the tree's maximum transaction ID as part of theKeith Bostic2015-07-011-11/+0
* WT-1982 Fix a window where reconciliation could go back in transaction time.Michael Cahill2015-07-011-0/+12
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-5/+5
* Don't skip reconciliation of pages during checkpoint if they were rewritten i...Michael Cahill2015-05-061-1/+2