index
:
delta/mongo.git
102a4da3e3244c4f845a32d6068fd143
20e0f0c3b5a141789e39b4c09656ee76
3.3.12
3.5
3.6.3
36a47ec614d84e29b7d7ee8450fa8968
4.0
4.4
46137
5.2
51403
6/0
99fbb14f767540d3a440151bab99f7cd
BACKPORT-10624-v4.2
BACKPORT-12771
BACKPORT-14789-perf
BACKPORT-14789-sys-perf
BACKPORT-14790-perf
BACKPORT-9765
BACKPORT-9836
CLOUDP-69887
SERVER-29196_collection_cloner_getmore_batchsize
SERVER-36895
SERVER-37036
SERVER-38316
SERVER-45600
SERVER-47782
SERVER-54990-refactor-TODO
SERVER-56932-const-folding-error-code
SERVER-57348
SERVER-57643
SERVER-61202
SERVER-62545
SERVER-62595
SERVER-64595
SERVER-68365
SERVER-68365_collecting_config2
SERVER-68365_collecting_configs
SERVER-68365_testing3
SERVER-68365_testing4
SERVER-71068-v6.0
SERVER-71395
SERVER-72824
STAR-2531
TOOLS-1098
WT-10598-server-param-changes
aaron-morand/STAR-3029
ajdavis-patch-1
backport-716_issue_server-28637_wt_journal_files_accumulate
bd1f707
build_variant_freq
cache-stats
charlie.swanson/feature-flag-tag-wiki
compass-installer
compound-wildcard-indexes
count-trace-events
davish/SERVER-63099
eb779f26e0c24657bda7de380c1e8e42
eric/id-hack-ix-scan-refactor
f1b99df5
f6f24f5dd2f3457fb4e4ee5289ce2f13
failpoint_sync
fixed_thread_pool_handshaking
israelhsu/BACKPORT-7941
j1-note-for-building
jenniferpeshansky/SERVER-70854
jseyster/revert-ice-workaround
kaloian.manassiev/SERVER-76778-Mongo-Decoration
kauboy26/SERVER-64188-start-command
m.maher/Test
maser
master
new-rsm-rebase
perf-400-collapse-scripts-under-dsi-cluster
prog-5475
pvselvan/SERVER-59934
r3.2.10
r3.2.11
r3.4.14
r3.6.8
r3.6.8-rc1
r4.0.7
r4.2.0
r4.3.0
r4.3.2
r5.0.0-rc3
r5.3
renamerequestvotes
repro-dup-key
saltzm-patch-1
sample-branch
server-25009-null-check
server-27921-wait-delete
server-33647-remove-push-tasks-wtdevelop-windows
server-49072
server-49173
server-49894
server-51233
server-57336
server-61307-partitionBy-optimize
server-62322-setWindowFields-empty-obj
server-70650-temporarily-disable-wiredtiger-logging-tests
shinyee.tan/local
shreyaskalyan/SERVER-63974
shreyaskalyan/SERVER-64101
slow-ops-backport
snyk-upgrade-1569306d4aa5f2b95d51d420b9b02430
snyk-upgrade-3ed6ea47b801cb94427b0e8f140419c6
snyk-upgrade-7b3d35a4f3ac527b4a891dd6e5efdf5e
snyk-upgrade-d508c3006438f374be53f257c12c1147
snyk-upgrade-fb9c6a0c358aa3be981d369224a3853d
svilen-optimizer-poc
techbelle-patch-1
tig-3200-removing-additional-replicate-set-nodes
v.4
v0.8
v0.9
v1.0
v1.2
v1.4
v1.6
v1.8
v2.0
v2.2
v2.4
v2.4.1
v2.6
v2.6.3
v3.0
v3.0.11
v3.2
v3.2.3
v3.4
v3.6
v3.6.9-dbaas-testing
v4
v4.0
v4.2
v4.2.1-dbaas-testing
v4.2.12
v4.34
v4.4
v4.7
v4.8
v4.9
v5.0
v5.1
v5.2
v5.3
v6.0
v6.1
v6.2
v6.3
v7.0
wireVersion
wt-6444-merge
yun-soo-patch-1
github.com: mongodb/mongo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
pipeline
Commit message (
Expand
)
Author
Age
Files
Lines
*
SERVER-76635 Override SerializationContext when parsing agg requests
Hugh Tong
2023-05-17
3
-19
/
+35
*
SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...
Kaloian Manassiev
2023-05-17
1
-1
/
+1
*
SERVER-76427 Rename $telemetry to $queryStats
Will Buerger
2023-05-17
9
-80
/
+81
*
SERVER-75287: fix rounding and overflow detection in Classic for subtract whe...
Rushan Chen
2023-05-17
1
-12
/
+43
*
Revert "SERVER-76427: Rename $telemetry to $queryStats"
liubov.molchanova
2023-05-17
9
-81
/
+80
*
SERVER-76427: Rename $telemetry to $queryStats
Will Buerger
2023-05-17
9
-80
/
+81
*
SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...
Sophia Tan
2023-05-15
4
-6
/
+6
*
SERVER-76634 Add SerializationContext object to ExpressionContext
Hugh Tong
2023-05-15
10
-30
/
+55
*
SERVER-76947 remove unimplemented tassert for $cursor shapification
Davis Haupt
2023-05-15
1
-5
/
+3
*
SERVER-75512 key telemetry store on hash rather than BSONObj
Davis Haupt
2023-05-15
1
-4
/
+5
*
SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ...
Yoonsoo Kim
2023-05-13
3
-1
/
+46
*
SERVER-76582 Pass correct SerializationContext objs into command replies
Hugh Tong
2023-05-12
3
-1
/
+11
*
SERVER-71123 implement IWYU tool and add required human changes
Daniel Moody
2023-05-11
6
-48
/
+53
*
SERVER-76826 Fix invariant failure for $merge with dollar fields
Rui Liu
2023-05-11
1
-1
/
+2
*
SERVER-74806 Account for header size when computing initial size of batch write
Mihai Andrei
2023-05-11
20
-257
/
+384
*
SERVER-75497 Convert ordered containers in CollectionCatalog to immutable
Dan Larkin-York
2023-05-11
1
-24
/
+19
*
SERVER-70689: Remove featureFlagUserRoles
Varun Ravichandran
2023-05-10
2
-25
/
+1
*
SERVER-74491 Make DatabaseName::toString private
mathisbessamdb
2023-05-10
4
-5
/
+5
*
SERVER-67966 Remove feature flag for PM-1858
Cheahuychou Mao
2023-05-10
1
-6
/
+4
*
SERVER-75005 Integrate pre-image collection removal with new truncate mechanism
Haley Connelly
2023-05-10
3
-27
/
+41
*
Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"
auto-revert-processor
2023-05-10
1
-5
/
+4
*
SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit test
mathisbessamdb
2023-05-09
1
-4
/
+4
*
SERVER-75512 key telemetry store on hash rather than BSONObj
Davis Haupt
2023-05-09
1
-4
/
+5
*
SERVER-76755 Fix self-assignment errors with truncate markers
Jordi Olivares Provencio
2023-05-09
1
-1
/
+3
*
SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query path
David Storch
2023-05-09
2
-14
/
+12
*
SERVER-76850 Add failpoint to test spilling in set window fields
Gil Alon
2023-05-08
2
-1
/
+10
*
SERVER-75488: Add minN and maxN accumulators in sbe
Projjal Chanda
2023-05-06
1
-1
/
+2
*
SERVER-76557: Keep RequestShapifiers in telemetry store
Will Buerger
2023-05-05
4
-4
/
+17
*
SERVER-76208 support query shape serialization in IDL for types with custom s...
Davis Haupt
2023-05-04
12
-52
/
+203
*
Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...
Gregory Wlodarek
2023-05-04
1
-19
/
+24
*
Revert "SERVER-76208 support query shape serialization in IDL for types with ...
Davis Haupt
2023-05-04
12
-203
/
+52
*
SERVER-59708 Make plan_explainer plan cache functionality generic
Peter Volk
2023-05-04
2
-8
/
+0
*
SERVER-76208 support query shape serialization in IDL for types with custom s...
Davis Haupt
2023-05-03
12
-52
/
+203
*
SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntax
Ted Tuckman
2023-05-03
23
-94
/
+95
*
SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...
Arun Banala
2023-05-03
2
-13
/
+0
*
SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...
David Storch
2023-05-02
2
-5
/
+11
*
SERVER-73468 Break dependency of commands on op_metrics
Kaloian Manassiev
2023-05-02
1
-0
/
+4
*
SERVER-75497 Convert ordered containers in CollectionCatalog to immutable
Dan Larkin-York
2023-05-02
1
-24
/
+19
*
SERVER-75487: Implement lastN accumulator in SBE
Projjal Chanda
2023-05-02
1
-6
/
+2
*
SERVER-76470 Restrict classic $lookup localField 0-prefixed numeric component...
Matt Boros
2023-05-01
3
-2
/
+29
*
SERVER-74451 Implement limit pushdown to mongot cursor
Militsa Sotirova
2023-05-01
3
-3
/
+38
*
SERVER-58070 Implement $topN / $bottomN accumulator
Rui Liu
2023-04-29
1
-6
/
+12
*
SERVER-76378 Estimate metadata size
Sara Golemon
2023-04-28
1
-2
/
+15
*
SERVER-74725 Avoid duplicate keydefs for sort
Peter Volk
2023-04-28
3
-16
/
+46
*
SERVER-76652 Do not hold CSSLock when constructing PlanExecutor on createRand...
Jordi Serra Torrens
2023-04-28
1
-11
/
+17
*
SERVER-76391 Remove *InMySnapshot functions on the index catalog interface
Henrik Edin
2023-04-28
1
-8
/
+1
*
SERVER-76399 Add showExpandedEvents metric to server status
Ivan Fefer
2023-04-28
1
-0
/
+5
*
SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...
Gil Alon
2023-04-27
13
-138
/
+176
*
SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiers
Will Buerger
2023-04-27
3
-0
/
+138
*
SERVER-75486: Support $firstN accumulator in sbe
Projjal Chanda
2023-04-27
1
-1
/
+6
[next]