summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-11Merge pull request #2429 from wiredtiger/WT-2193-backportmongodb-3.1.9mongodb-3.1.8mongodb-3.1.7mongodb-3.1.6mongodb-3.1.5mongodb-3.1.4mongodb-3.1.3mongodb-3.1.2mongodb-3.1.1mongodb-3.1.0mongodb-3.0.9mongodb-3.0.0Michael Cahill
2016-01-11Merge pull request #2426 from wiredtiger/WT-2253-backportMichael Cahill
2016-01-12Don't open the metadata for the internal checkpoint session.Alex Gorrod
2016-01-12The parameters to open_internal_session have changed, update the code.Alex Gorrod
2016-01-11Merge pull request #2351 from wiredtiger/wt-2253-readgen-oldest-evictionAlex Gorrod
2016-01-11Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod
2016-01-11WT-22253 Backport to 3.0. Fixup backport to use a variable that exists.Alex Gorrod
2016-01-11Merge pull request #2353 from wiredtiger/WT-2553-evict-split-pagesAlex Gorrod
2016-01-11Merge pull request #2288 from wiredtiger/wt-2196-size-stats3Keith Bostic
2016-01-11Merge pull request #2287 from wiredtiger/wt-2196-keithKeith Bostic
2016-01-11Merge pull request #2286 from wiredtiger/WT-2196-size-stat-lsmMichael Cahill
2015-12-23Merge pull request #2256 from wiredtiger/stat-fast-no-table-lockMichael Cahill
2015-12-02SERVER-21553 3.0 backport bug fix.Alex Gorrod
2015-12-02Merge branch 'mongodb-3.0' into server_21553_30backportAlex Gorrod
2015-12-02Remove redundant function I missed in merge of SERVER-21553Alex Gorrod
2015-12-02Merge pull request #2350 from wiredtiger/WT-2251-ref-addr-leakAlex Gorrod
2015-12-02SERVER-21568 Fix a use after-freeAlex Gorrod
2015-12-02SERVER-21553 Free blocks during reverse splits.Alex Gorrod
2015-12-02Merge pull request #2337 from wiredtiger/WT-2241Michael Cahill
2015-12-02Merge pull request #2333 from wiredtiger/WT-2337-perfKeith Bostic
2015-12-02Merge pull request #2331 from wiredtiger/WT-2237Alex Gorrod
2015-11-26WT-2195 Fix a hang after giving up on a reverse split.Michael Cahill
2015-11-24Merge pull request #2278 from wiredtiger/SERVER-21027-fixMichael Cahill
2015-11-24Lint - fixup spacing to make s_all happy.Alex Gorrod
2015-11-24Merge pull request #2271 from wiredtiger/reverse-split-fixAlex Gorrod
2015-11-24Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod
2015-10-22SERVER-21063 Avoid creating deep trees for append-only workloads.Michael Cahill
2015-10-06SERVER-20303 Require a minimum item count for in-memory splits.Keith Bostic
2015-10-06WT-2159: don't check the config twice on success.sueloverso
2015-10-02Complete SERVER-16902 backport: in-memory splits during checkpoints.mongodb-3.0.7Michael Cahill
2015-09-30Backport merge fixups.Michael Cahill
2015-09-30WT-2112: Boolean conversion pass over include.Michael Cahill
2015-09-29WT-2126: page split lockingMichael Cahill
2015-09-29WT-2112 Use bool in more placesMichael Cahill
2015-09-29WT-2122 Convert more expressions to use boolMichael Cahill
2015-09-29Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill
2015-09-28WT-2039 Add error check and unit test for log records over 4Gb.sueloverso
2015-09-28WT-2115 Don't skip truncated pages that are part of a checkpointKeith Bostic
2015-09-28WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill
2015-09-28WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill
2015-09-18WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic
2015-09-18WT-2064 Don't spin indefinitely waiting for the handle list lock in evictionsueloverso
2015-09-18WT-2066 Update the oldest transaction ID from evictionMichael Cahill
2015-09-18WT-2042 Only try to evict tombstones that are visible to all readers.Keith Bostic
2015-09-18WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset largerKeith Bostic
2015-09-17WT-2052: OS X clang compiler warnings.Michael Cahill
2015-09-17SERVER-20159 Make all readers wait while the cache is full.Alex Gorrod
2015-09-16WT-2104 KNF in 3.0 unrelated to log_flush changes.Susan LoVerso
2015-09-16WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso
2015-08-26SERVER-20008 Acquire the handle list lock when clearing walks to avoid a race...Michael Cahill