summaryrefslogtreecommitdiff
path: root/src/include/verify_build.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-1/+9
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-1/+0
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+1
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-1/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+1
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-1/+0
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-151-10/+14
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-7/+11
* Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic2014-10-021-5/+4
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-0/+1
* The short key/value encoding Btree code requires a size_t be at least 8B,Keith Bostic2014-09-031-5/+3
* Scan include files for style problems. Fix the ones found right away.Michael Cahill2014-05-081-0/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Replace the WT_REF key union's on-page key structure with a uint64_t,Keith Bostic2013-07-151-8/+0
* final minor stylistic cleanups, no real change.Keith Bostic2013-07-141-1/+1
* Rework the WT_REF structure child page key to support on-page keys forKeith Bostic2013-07-131-1/+10
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* If a file is big enough, and empty enough, a free range can overflowKeith Bostic2012-01-291-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Remove the WT_SESSION_BUFFER declarations, I missed them.Keith Bostic2012-01-161-3/+0
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-14/+2
* Require 8B off_t types, we've never tested on a system with 4B off_t types.Keith Bostic2011-12-281-2/+5
* Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic2011-12-281-1/+7
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-3/+0
* Delete the WT_PAGE_SIZE, WT_ROW_SIZE and WT_COL_SIZE #defines -- they'reKeith Bostic2011-06-021-3/+0
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* Now that overflow objects are stored on page with their size attributeKeith Bostic2011-05-181-2/+0
* Compress the WT_CELL. Previously, a WT_CELL was a single byte encodingKeith Bostic2011-05-181-1/+0
* Finish the split of btree open and btree create; get rid of the fileKeith Bostic2011-05-131-2/+2
* Make "WT_ITEM" the public name.Michael Cahill2011-03-041-1/+1
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-1/+1
* Port the utilities to the public API.Michael Cahill2011-02-101-1/+0
* Don't put "sizeof(WT_PAGE_DISK)" in a comment, s_style will rewrite it.Michael Cahill2011-03-021-2/+2
* Working toward reconciliation splits: move the addr/size pair into the WT_REFKeith Bostic2011-03-031-1/+1
* Fix the build on 64-bit systems.Michael Cahill2011-02-281-15/+21
* Naming change: WT_TOC_UPDATE/update pairs are now WT_TOC_BUFFER/tb pairs.Keith Bostic2011-02-271-1/+1
* Add the dist/s_style script, clean up some minor stuff.Keith Bostic2011-02-181-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Split WT_OFF into WT_OFF and WT_OFF_RECORDS: the former is used when we don'tKeith Bostic2011-02-071-0/+1
* Add WT_ROW/WT_ROW_SIZE to the list.Keith Bostic2011-02-061-1/+2
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-0/+77