summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2751-903/+487
* SERVER-42179 Remove internalDocumentSourceSortMaxBlockingSortBytes in favor ofMisha Ivkov2019-07-261-12/+4
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-36186 Delete moved functionXin Hao Zhang2019-07-261-12/+0
* SERVER-42420 Fix performance regression in not using const reference in SortP...Misha Ivkov2019-07-261-1/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-247-138/+108
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-232-2/+2
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-223-7/+55
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-128-3/+133
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-123-0/+217
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-123-1/+17
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-122-3/+57
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-114-27/+65
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-104-65/+27
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-103-17/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-103-1/+17
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-104-27/+65
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-011-0/+56
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-3/+1
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-272-10/+3
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-272-5/+5
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-8/+0
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-253-97/+3
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-203-285/+49
* SERVER-1599 Fix lintBlake Oler2019-06-182-2/+2
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-189-40/+263
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-2/+1
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-1/+2
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-2/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1424-117/+118
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-111-7/+9
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-111-12/+36
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-111-3/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1034-176/+186
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-105-10/+11
* SERVER-40546 max/min boundary checking on bothMisha Ivkov2019-06-071-2/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+8
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-1/+0
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-242-4/+9
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-246-40/+128
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-193-0/+64
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-151-4/+4
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-142-10/+129
* SERVER-40005 Fix FindAndModifeRequest::bypassDocumentValidation/writeConcernPawel Terlecki2019-05-133-44/+118
* SERVER-40405 Add support for 'sort' option in combination with a pipeline-sty...James Wahlin2019-05-081-8/+3
* SERVER-40404 Add support for 'fields' option in combination with a pipeline-s...James Wahlin2019-05-081-4/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-074-8/+8
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-071-4/+0
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-033-0/+98
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-304-39/+123