summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-022-4/+28
* SERVER-30259 Change calculations in timelib to use seconds East instead of mi...Derick Rethans2017-08-011-10/+5
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-302-22/+28
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-264-14/+83
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-262-3/+3
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-243-2/+7
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+6
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+3
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+1
* SERVER-29284 Add support for using "+04:00" and similar as time zone specifierDerick Rethans2017-07-213-28/+234
* SERVER-29209 Add timezone support to $dateFromStringDerick Rethans2017-07-212-39/+145
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-1/+1
* SERVER-28918 Merge sessions and write_ops librariesJack Mulrow2017-07-201-1/+1
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-5/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+5
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-34/+16
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-2/+2
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-178-17/+137
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-16/+34
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-34/+16
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-147-114/+17
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+5
* SERVER-30126 Upgrade timelib to use microseconds as integers instead of doubleDerick Rethans2017-07-131-7/+9
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-132-0/+41
* SERVER-28610 Added timezone support (and %z and %Z) to $dateToStringDerick Rethans2017-07-122-0/+23
* Revert "SERVER-29208 Add the $dateFromString aggregation operator"Dan Pasette2017-07-112-51/+0
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+4
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-117-17/+114
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-112-0/+51
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-1/+3
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-077-12/+11
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-071-0/+423
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-0/+3
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-2/+1
* SERVER-28613: Fixed memory leak while fetching a timelib_time.Derick Rethans2017-06-302-13/+25
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-3/+0
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-0/+3
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-293-0/+141
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-2/+8
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-8/+2
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-2/+8
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-1/+4
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-207-23/+118
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-206-9/+60
* SERVER-29711 Fix nullptr dereference in OP_GET_MORE view check.David Storch2017-06-191-1/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-184-6/+6
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-153-0/+15
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-155-44/+788
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-153-15/+0