summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-0/+28
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-0/+41
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-319/+0
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-1/+14
* SERVER-25937 Writing to system.views collection should not error when feature...Tess Avitabile2016-09-021-2/+0
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-311-0/+2
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-0/+5
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+15
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-0/+20
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-7/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+3
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-12/+10
* SERVER-22359 Move op observer hooks to CollectionShardingStateKaloian Manassiev2016-03-071-11/+31
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+2
* SERVER-21899 MigrationSourceManager::logOp refactorDianna Hohensee2016-01-061-15/+10
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-7/+29
* SERVER-21726 do not log no-op updates in all cases, not just for inplace-supp...Eric Milkie2015-12-021-0/+5
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-2/+2
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-2/+2
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-2/+2
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-281-9/+16
* Revert "SERVER-21031: Vectorize logOps"Martin Bligh2015-10-271-16/+9
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-271-9/+16
* SERVER-20438: logOp refactor prior to vectorizingMartin Bligh2015-09-251-14/+14
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-154/+145
* SERVER-18962 do not replicate metadata operations pertaining to system.profilematt dannenberg2015-06-171-5/+23
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-58/+30
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-0/+235