| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-43642 remove IndexBuilder | Benety Goh | 2019-11-21 | 1 | -106/+0 |
* | SERVER-43642 remove IndexBuilder::canBuildInBackground() | Benety Goh | 2019-11-20 | 1 | -2/+0 |
* | SERVER-41696 Remove the 'ns' field from index specs | Gregory Wlodarek | 2019-07-29 | 1 | -11/+2 |
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -1/+1 |
* | SERVER-40023 remove background index support from IndexBuilder | Benety Goh | 2019-03-07 | 1 | -11/+1 |
* | SERVER-39085 IndexBuildsManager supports relaxing index constraints during in... | Benety Goh | 2019-03-06 | 1 | -1/+1 |
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
* | SERVER-39077 IndexBuilder should always relock database on exceptions | Louis Williams | 2019-01-18 | 1 | -1/+8 |
* | SERVER-37270 Remove foreground index builds by default | Louis Williams | 2019-01-17 | 1 | -2/+6 |
* | SERVER-36644 remove AtomicWord typedefs | Billy Donahue | 2019-01-07 | 1 | -1/+1 |
* | SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of... | Louis Williams | 2018-12-04 | 1 | -3/+17 |
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
* | SERVER-36015 Remove references to system.namespaces and system.indexes | Dianna Hohensee | 2018-08-29 | 1 | -2/+1 |
* | SERVER-34142: Convert background index builds to foreground during oplog reco... | Daniel Gottlieb | 2018-04-06 | 1 | -1/+5 |
* | SERVER-22541 Refactor RAII locking helpers. | Charlie Swanson | 2017-03-15 | 1 | -0/+1 |
* | SERVER-27938 Rename all OperationContext variables to opCtx | Maria van Keulen | 2017-03-07 | 1 | -2/+2 |
* | SERVER-26202 Relax index constraints in oplog application | Siyuan Zhou | 2016-11-08 | 1 | -1/+4 |
* | Revert "SERVER-26202 Relax index constraints in oplog application" | Siyuan Zhou | 2016-11-06 | 1 | -4/+1 |
* | SERVER-26202 Relax index constraints in oplog application | Siyuan Zhou | 2016-11-04 | 1 | -1/+4 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -47/+46 |
* | SERVER-17923 prohibit database/collection actions when bg index is running | Eric Milkie | 2015-06-04 | 1 | -16/+0 |
* | SERVER-16274 synchronize start of bg index builds on secondaries | Eric Milkie | 2015-01-06 | 1 | -5/+27 |
* | SERVER-14860 allow bg index builds on secondaries with doc-level-locking sto... | Eric Milkie | 2014-11-04 | 1 | -1/+4 |
* | SERVER-14860 Re-add support for interruptable background index builds on seco... | Eric Milkie | 2014-11-03 | 1 | -1/+1 |
* | SERVER-14668/SERVER-15294 Collection-level locking for all read paths | Kaloian Manassiev | 2014-10-06 | 1 | -4/+5 |
* | SERVER-13951 Split index building in to UnitOfWork-sized stages | Mathias Stearn | 2014-08-13 | 1 | -1/+3 |
* | SERVER-6018 Replace AtomicUInt with AtomicUInt32 | Andrew Morrow | 2014-08-05 | 1 | -1/+2 |
* | SERVER-13641 rename TransactionExperiment to OperationContext | Hari Khalsa | 2014-05-15 | 1 | -2/+2 |
* | SERVER-13797 Remove more usages of Client::getContext | Kaloian Manassiev | 2014-05-04 | 1 | -1/+1 |
* | SERVER-13643 have index builder use TransactionExperiment | Hari Khalsa | 2014-04-30 | 1 | -1/+2 |
* | SERVER-13053 track index builds explicitly instead of using CurOp | Eric Milkie | 2014-03-21 | 1 | -3/+9 |
* | SERVER-11611: fix secondary index creation on new collections | Eliot Horowitz | 2013-12-28 | 1 | -1/+1 |
* | SERVER-11611: switch index builder and rebuilder to use IndexCatalog | Eliot Horowitz | 2013-12-28 | 1 | -5/+9 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-8536 reenable index builds for incomplete indexes at startup | Eric Milkie | 2013-04-08 | 1 | -0/+59 |
* | SERVER-2771 Revert command handling | Kristina | 2013-01-02 | 1 | -59/+0 |
* | SERVER-2771 Make foreground indexes not create a client | Kristina | 2012-12-26 | 1 | -0/+2 |
* | SERVER-2771 Command handling | Kristina | 2012-12-26 | 1 | -0/+57 |