summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/datetime
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51579: Support expression $year in SBEProjjal Chanda2023-03-291-3/+6
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-232-7/+35
* SERVER-73402 Add support for %b and %B in dateToStringJennifer Peshansky2023-02-163-8/+91
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+4
* SERVER-50336 Add %j format specifier to dateToStringJennifer Peshansky2023-01-272-0/+12
* SERVER-70844 Add stable printing of sbe vm::CodeFragmentAnna Wawrzyniak2022-11-083-2/+25
* SERVER-70228 Initialize unused pointer field in TimeZoneRui Liu2022-10-181-1/+1
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-1/+1
* SERVER-70039 Implement optimization for $dateTruncRui Liu2022-10-032-16/+24
* SERVER-68289 Use new, faster, API from timelibAlberto Massari2022-09-291-5/+9
* SERVER-60141: Upgrade timelib to version 2022.02Alberto Massari2022-09-261-7/+18
* SERVER-68014 treat 'UTC' timezone the same as the default timezoneAlberto Massari2022-08-021-14/+19
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-32863 Add named month placeholder to $dateFromString formatNaomie Gao2022-06-211-0/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-10/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* 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