summaryrefslogtreecommitdiff
path: root/src/btree/bt_delete.c
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21568 Fix a use after-freeAlex Gorrod2015-12-021-0/+12
* Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod2015-11-241-3/+5
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-1/+1
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-3/+3
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-4/+4
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-7/+7
* Loss of precision (arg. no. 3) (unsigned long long to unsigned int)Keith Bostic2015-03-201-3/+5
* Round up the "in-memory size" for WT_UPDATEs to a multiple of 32. They are a...Michael Cahill2015-03-171-2/+2
* Don't do a function call to see if we can skip a deleted slot unlessKeith Bostic2015-02-281-3/+0
* When doing truncates, if we see a clean page in memory, try to evict it befor...Michael Cahill2015-02-111-0/+14
* Fixes for discarding deleted references:Michael Cahill2015-01-141-1/+2
* Fix a bug in truncate. Avoid re-creating pages that only containAlex Gorrod2015-01-131-2/+7
* 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-2/+2
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-031-3/+3
* Add another comment, about "deleted" pages that came about through eviction.Keith Bostic2014-04-101-0/+7
* Add some more comments on skipping deleted pages during reads.Keith Bostic2014-04-101-4/+16
* Gather most of the fast-delete code into a new file, bt_delete.c.Keith Bostic2014-04-101-0/+320