summaryrefslogtreecommitdiff
path: root/src/reconcile/rec_track.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2237 Have threads publish unique transaction IDs so that updates always be...Michael Cahill2015-11-241-1/+1
* WT-2093: __wt_ovfl_reuse_search() returned 0/1 for "overflow recordKeith Bostic2015-09-111-1/+1
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* Export a function to get the oldest transaction ID that needs to be tracked f...Michael Cahill2015-05-211-1/+1
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-2/+2
* Make the incr/decr patterns the same: block-free, incr/decr, heap-freeKeith Bostic2015-01-291-4/+5
* In code where we're using a stack variable for "*e", use itKeith Bostic2015-01-291-16/+16
* Minor cleanup of overflow accounting: only decrement if we have a non-zero si...Michael Cahill2015-01-291-6/+11
* Simplify memory tracking in overflow tracking. Increment as soon as memory i...Michael Cahill2015-01-291-9/+9
* Use a copy of the oldest transaction ID when sweeping cached overflow items. ...Michael Cahill2015-01-291-3/+12
* Ensure we use the same values on increment/decrement -- no real change.Keith Bostic2015-01-281-10/+7
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-3/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Move eviction and reconciliation files into their own subdirs.Alex Gorrod2014-12-031-0/+904