summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/datetime
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+2
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-06-101-10/+9
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-233-117/+182
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41868 add timelib fuzzerjason.piao2019-08-154-0/+119
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-273-11/+5
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-011-0/+56
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-4/+4
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-134-4/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-224-84/+92
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-23/+20
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+2
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-2/+2
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-212-4/+4
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-212-25/+25
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-092-21/+36
* SERVER-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-053-49/+231
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-302-2/+2
* SERVER-31378 Improve error checking of $dateToStringAndrew Aldridge2017-10-102-9/+17
* SERVER-31079 Upgrade timelib to 2017.05beta9.David Storch2017-09-141-12/+12
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-23/+24
* 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-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-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-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
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-071-0/+423
* SERVER-28613: Fixed memory leak while fetching a timelib_time.Derick Rethans2017-06-302-13/+25
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-292-0/+137
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-155-44/+788
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-144-0/+303
* Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-124-303/+0
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-084-0/+303