summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/datetime
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dateSubtractMindaugas Malinauskas2021-09-092-2/+142
* Revert "SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dat...Nikita Lapkov2021-09-092-142/+2
* SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dateSubtractMindaugas Malinauskas2021-09-092-2/+142
* SERVER-55224 Fix $dateDiff for timezones with non-whole hour Daylight Savings...Mindaugas Malinauskas2021-06-102-13/+111
* SERVER-55267 Fix dateAdd to use the new timelib for DST correction.Milena Ivanova2021-06-072-59/+176
* SERVER-57105 Rename getTimeZoneDatabase in date_time_support.cpp to amenable ...Mark Benvenuto2021-05-211-3/+3
* SERVER-56221 $dateAdd ignores startDate millisecondsDenis Grebennicov2021-05-142-52/+57
* SERVER-56371 Upgrade timelib to 2021.06Mohammad Dashti2021-04-271-1/+2
* SERVER-55725 Upgrade timelib to 2021.02 or laterMohammad Dashti2021-04-121-1/+1
* SERVER-54390 Implement $dateTrunc in DocumentSource executionMindaugas Malinauskas2021-03-223-43/+823
* SERVER-54845 Fix $dateAdd last-day-of-month adjustment in timezone.Milena Ivanova2021-03-102-78/+310
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-042-0/+45
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-113-17/+161
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-042-9/+36
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-132-17/+31
* SERVER-51664 Implement $dateAdd and $dateSubtract in DocumentSource executionMilena Ivanova2021-01-123-17/+530
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-303-2/+510
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-273-510/+2
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-263-2/+510
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-112-0/+10
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-5/+9
* SERVER-49977 support $dateToParts in SBEClaire Childs2020-10-092-0/+10
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-161-0/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* 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