summaryrefslogtreecommitdiff
path: root/src/btree/bt_delete.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-4/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Update a comment.Keith Bostic2015-11-271-2/+2
* SERVER-21553 Enable fast-path truncate after splits.Michael Cahill2015-11-271-9/+2
* SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-261-1/+1
* SERVER-21568 Free deleted page structures as soon as possible.Michael Cahill2015-11-201-0/+12
* WT-2218 Add fast-path delete stat.Susan LoVerso2015-11-181-0/+2
* Fix a comment, fix an off-by-one indent.Keith Bostic2015-10-281-4/+5
* SERVER-21027 Fix a bug in visibility checks for reverse splits, where truncat...Michael Cahill2015-10-231-2/+3
* Boolean conversion pass for include.Keith Bostic2015-09-241-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-3/+3
* remove extraneous parenthesisKeith Bostic2015-09-121-2/+2
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-4/+4
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-191-7/+7
|\
| * Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-6/+6
| * Use cpp to generate the inline functions we need, add a volatileKeith Bostic2015-08-061-12/+9
| * WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-9/+12
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-1/+1
|/
* Fix the logic around in-memory splits: if we're trying one, don't allow any o...Michael Cahill2015-05-051-1/+1
* inmem_split_during_checkpointdaveh862015-04-291-1/+1
* Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-1/+1
* Allow in-memory splits during checkpointsdaveh862015-04-201-1/+1
* 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