summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-15119-608/+1
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-156-27/+550
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-154-19/+84
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-159-67/+179
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-154-16/+16
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() an...Benety Goh2016-03-151-8/+11
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-159-56/+183
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-1510-83/+101
* Revert "SERVER-23136 Count command should return InvalidNamespace instead of ...Kaloian Manassiev2016-03-152-7/+7
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-152-7/+7
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-145-34/+70
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-1417-1481/+370
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to be...Kyle Erf2016-03-146-550/+27
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-1428-91/+910
* SERVER-23088 fix boost's libstdcpp detection under clangMathias Stearn2016-03-141-1/+17
* SERVER-23102 Improve error message for array query propertiesmegawac2016-03-141-3/+3
* SERVER-23119 Assert setShardVersion never uses invalid namespaceKaloian Manassiev2016-03-143-25/+29
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-146-27/+550
* Revert "SERVER-23088 fix boost's libstdcpp detection under clang"Kyle Erf2016-03-141-17/+1
* SERVER-23088 fix boost's libstdcpp detection under clangMathias Stearn2016-03-141-1/+17
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-1410-46/+53
* SERVER-23012 Add support for {locale: 'simple'} in CollatorFactoryICUTess Avitabile2016-03-145-0/+32
* SERVER-22700 Unrepresentable left shift on signed integer is undefinedsamantharitter2016-03-141-1/+1
* SERVER-12307 Fix lint error.r3.3.3Benjamin Murphy2016-03-111-8/+4
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-1111-52/+69
* SERVER-21681 Replace 'or' with operator || to fix Windows buildKaloian Manassiev2016-03-111-1/+1
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-112-2/+3
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-1112-229/+191
* SERVER-19936 Inline libstemmer utilitiesMathias Stearn2016-03-113-69/+86
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-113-49/+65
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-115-0/+412
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-119-112/+1842
* SERVER-19936 Add boost/tr1/detail/config_all.hpp to our copy of boostMathias Stearn2016-03-111-0/+171
* SERVER-23003: Wait for synctail to clear the buffer.Scott Hernandez2016-03-111-0/+10
* SERVER-22845: Do not busy loop on bgsync start errorsScott Hernandez2016-03-111-0/+1
* SERVER-23066 Make killOp accept negative opidGeert Bosch2016-03-111-0/+6
* SERVER-21681: Use cursor statistics to derive index sizes for inMemoryGeert Bosch2016-03-111-1/+35
* Revert "SERVER-18029 integrated Reporter into SyncSourceFeedback"Benety Goh2016-03-102-160/+155
* SERVER-18029 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-102-155/+160
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-1010-251/+1213
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-1026-1612/+119
* SERVER-22686 Replace unsafe static_cast with call to representAssamantharitter2016-03-101-4/+5
* SERVER-22686 Add a generic representAs library to /utilsamantharitter2016-03-103-0/+543
* SERVER-22686 Add C++14 enable_if_t to stdxsamantharitter2016-03-102-0/+57
* SERVER-23068 Remove test usages of PrepareConfigsFailedKaloian Manassiev2016-03-101-42/+3
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-106-2/+45
* SERVER-23070 disable selectSyncSource testsmatt dannenberg2016-03-101-1/+4
* SERVER-22372 add test coverage for CollationSerializer::appendCollationKey()David Storch2016-03-103-2/+37
* SERVER-22635 adjust CannotBackfillArray error checking to ensure array mods r...David Storch2016-03-102-9/+40
* SERVER-20524: Fix lintGeert Bosch2016-03-101-1/+1