Mickey. J Winters
|
37b5ee33c4
|
SERVER-26991: Inconsistent handling of RegEx options
|
2021-07-02 03:19:19 +00:00 |
Anton Korshunov
|
32f07e3577
|
SERVER-56885 [SBE][aggregation_disabled_optimization] Fix tests where error codes differ unexpectedly
|
2021-05-13 15:05:58 +00:00 |
Drew Paroski
|
d406177682
|
SERVER-54471 [SBE] Remove $_internalInhibitOptimization from "regex.js" test (+Default SBE)
|
2021-05-06 04:08:47 +00:00 |
Nikita Lapkov
|
6d419110f2
|
SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expressions error handling
|
2021-02-11 10:52:32 +00:00 |
Justin Seyster
|
cdec685db9
|
SERVER-49227 Tag tests to be excluded from aggregation_slot_based_execution
|
2020-08-18 23:23:42 +00:00 |
Mihai Andrei
|
45341f946b
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-05 17:23:47 +00:00 |
Arun Banala
|
3db0d100d3
|
SERVER-44617 $regexFind crash when one of the capture group doesn't match the input but pattern matches
|
2019-11-28 16:27:49 +00:00 |
clang-format-7.0.1
|
134a408395
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
Arun Banala
|
7ea3f16dc5
|
SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArity
|
2019-04-30 11:13:19 +01:00 |
Arun Banala
|
7e700f6668
|
SERVER-40083 Don't recompile each time $regex is evaluated when regex argument is a constant
|
2019-04-26 15:19:48 +01:00 |
Ian Boros
|
03a6b3f910
|
Revert "SERVER-40083 Don't recompile each time $regex is evaluated when regex argument is a constant"
This reverts commit a60f6a5373.
|
2019-04-23 12:56:00 -04:00 |
Arun Banala
|
a60f6a5373
|
SERVER-40083 Don't recompile each time $regex is evaluated when regex argument is a constant
|
2019-04-23 11:20:42 +01:00 |
Arun Banala
|
1d8ddd2d2d
|
SERVER-40343 Better handling of errors from PCRE in $regex expressions
|
2019-04-01 15:44:19 +01:00 |
Arun Banala
|
b72e0f72f9
|
SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFind
|
2019-03-20 18:42:33 +00:00 |
Arun Banala
|
12a560bff2
|
SERVER-39696 Implement $regexFindAll
|
2019-03-20 15:09:26 +00:00 |