summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-2/+2
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-2/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-22/+10
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-5/+5
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+5
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-5/+5
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-2/+3
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-1/+1
* SERVER-26686 make validate command ignore validateFeaturesAsMasterDavid Storch2016-10-241-2/+11
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-231-6/+7
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-071-5/+3
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-0/+33
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-2/+2
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+5
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+2
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-1/+1
* SERVER-24986 validate() should work with partial indexes and invalid documentsRobert Guo2016-07-191-12/+6
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-4/+7
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-7/+21
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+8
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-1/+1
* SERVER-23722 validate() should verify index nameRobert Guo2016-05-181-14/+27
* SERVER-23740 validate() should check index key orderingRobert Guo2016-05-181-0/+16
* SERVER-23687 make a collection's validator use the collection default collationDavid Storch2016-05-171-6/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-13/+17
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-1/+4
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-24042 Check for Null OpObserver on document moveJames Wahlin2016-05-041-1/+5
* SERVER-24008 validate() should check index is partial before multikeyRobert Guo2016-05-031-7/+7
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-218/+215
* SERVER-23849 add default CollatorInterface to CollectionDavid Storch2016-04-271-1/+20
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23789 make validate() work with MaxKey and MinKeyRobert Guo2016-04-261-7/+5
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-4/+0
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-1/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-58/+95
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-94/+54
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-2/+5
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-5/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-54/+94
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-191-1/+1
* SERVER-23730 better handling of partial indexes in validate()Robert Guo2016-04-151-7/+8
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-7/+24
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-24/+7
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-7/+24
* SERVER-23604 allow validate() to be interruptedRobert Guo2016-04-131-1/+9
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-71/+245