summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/split_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-21/+54
* SERVER-14052 Remove reduntant param in splitVector funcTommaso Tocci2020-01-021-15/+8
* SERVER-42646 Cap splitVector response at max BSONObj sizeBlake Oler2019-08-201-3/+20
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-081-0/+30
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-01-171-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35925 Ensure that maxChunkSize is initialized in splitVectorCheahuychou Mao2018-07-231-3/+2
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-3/+2
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29870 Move splitVector command code into a separate function that can ...Joanna Huang2017-07-211-0/+279