summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65971: Add an API for untimestamped writes to suppress ↵Daniel Gottlieb2022-07-268-18/+61
| | | | write_timestamp_usage=ordered checks.
* SERVER-68296 Only log the storage component with a higher verbosity level in ↵Gregory Wlodarek2022-07-261-4/+5
| | | | check_for_oplog_cap_maintainer_thread.js
* SERVER-68042 Registration of duplicate range deletion task must return ↵Pierlauro Sciarelli2022-07-263-20/+35
| | | | original completion future
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-2631-459/+79
| | | | This reverts commit e7d2be0dae29265e2a6efafd4753debf11b9e96f.
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-2626-598/+685
|
* SERVER-66265: Add task to run CQF tests without pipeline optimizationsHana Pearlman2022-07-264-17/+56
|
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-268-213/+455
|
* SERVER-67497 Refactor histogram CEAlya Berciu2022-07-2611-419/+218
|
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-2631-79/+459
|
* SERVER-67984 enableTemporarilyUnavailableExceptions set to default trueYu Jin Kang Park2022-07-262-2/+2
|
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-266-197/+14
| | | | This reverts commit 3b51f4acaa6a57e8ced17971f85c7d6d35ac0cca.
* SERVER-67990: TestTimerElapsedAfterMultipleDetachAttach change to multiple ↵Yu Jin Kang Park2022-07-261-29/+48
| | | | runs with fail threshold
* SERVER-68287 Add Timestamp to versioning section of the sharding ↵Allison Easton2022-07-261-25/+27
| | | | architecture guide
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-263-0/+28
|
* Revert "SERVER-67318 Add addition, subtraction, multiplication to const_eval ↵Alexander Neben2022-07-266-230/+78
| | | | | | with overflow" This reverts commit a2af071c5a28f2d92179ac20ac2d163043db19b9.
* SERVER-67561 Create the interface to enable `validateBSON()` to run more ↵Yuhong Zhang2022-07-263-12/+89
| | | | thorough checks
* Import wiredtiger: 0867fcd05d02394288317e040de04be02d2459a9 from branch ↵Etienne Petrel2022-07-262-40/+35
| | | | | | | | | mongodb-master ref: 783aa1f7df..0867fcd05d for: 6.1.0-rc0 WT-9588 Turn a check into assert in __rec_fill_tw_from_upd_select (#8126)
* Import wiredtiger: 783aa1f7df44e1d8e5ff4a2b15475bf57946b3ec from branch ↵Etienne Petrel2022-07-2615-96/+401
| | | | | | | | | mongodb-master ref: 3ae4a6657c..783aa1f7df for: 6.1.0-rc0 WT-9474 Implement cursor bound checking for cursor next / prev for column store. (#8080)
* Import wiredtiger: 3ae4a6657c32da5ec485857e3c8a9025f3677834 from branch ↵Etienne Petrel2022-07-262-1/+3
| | | | | | | | | mongodb-master ref: 7aa2679553..3ae4a6657c for: 6.1.0-rc0 WT-9596 verify-datafile-little-endian test couldn't open lz4 compressor extension
* Import wiredtiger: 7aa26795530b445019003a758a3027a891f1cfc7 from branch ↵Etienne Petrel2022-07-262-11/+11
| | | | | | | | | mongodb-master ref: 18e0ce7959..7aa2679553 for: 6.1.0-rc0 WT-9626 Fixing the order of enabling/disabling python to make sure that it behaves correctly
* SERVER-68064 Enable aggregation fuzzer mode for checking query correctness ↵Parker Felix2022-07-252-9/+24
| | | | with column store indexes
* SERVER-68264 Update GDB's pretty printer for CodeFragmentIrina Yatsenko2022-07-251-3/+16
|
* Revert "SERVER-63193 Use O_DIRECT in checkFile for the watchdog"Gabriel Marks2022-07-251-64/+82
| | | | This reverts commit 50d4bcf42c06c70d179c128247919e62d5bffa50.
* SERVER-65896 Only log "Timestamp monitor is stopping" once during shutdownGregory Wlodarek2022-07-252-7/+12
|
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-258-20/+225
|
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-2511-36/+77
|
* SERVER-66789 Eliminate calls to CE module in substitution phaseMatt Boros2022-07-255-20/+55
|
* SERVER-67318 Add addition, subtraction, multiplication to const_eval with ↵Daniel Segel2022-07-256-78/+230
| | | | overflow
* SERVER-67906 Remove downgrade test for secondary indexes on time-series ↵Gregory Wlodarek2022-07-251-89/+0
| | | | measurements
* SERVER-63193 Use O_DIRECT in checkFile for the watchdogGabriel Marks2022-07-251-82/+64
|
* SERVER-66975 Warn upon SASL commands being compressedGabriel Marks2022-07-253-0/+31
|
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-253-9/+16
|
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-256-14/+197
|
* SERVER-67615 Stop using ErrorCategory::Interruption in the change stream ↵Mindaugas Malinauskas2022-07-251-83/+89
| | | | pre-images purging job
* SERVER-67641: Add aggregation tests to cqf passthrough suiteHana Pearlman2022-07-251-0/+2
|
* SERVER-68155 Improve IDL struct command handlingSara Golemon2022-07-251-8/+13
|
* SERVER-68156 Exclude temporary javascript test for shard merge only due to ↵mathisbessamdb2022-07-251-0/+3
| | | | stepup logic
* SERVER-68041 Robustify merge_write_concern.js and add diagnostic logRuoxin Xu2022-07-251-4/+24
|
* SERVER-66595 remove calls to getGlobalServiceContext in POS derived classesTyler Brock2022-07-2511-33/+77
|
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-251-1/+10
|
* SERVER-67686 collMod coordinator must block migration on bucket nss (2nd ↵Tommaso Tocci2022-07-259-17/+78
| | | | attempt)
* Import wiredtiger: 18e0ce79594a60bbaede08adc7cb19431c95a4db from branch ↵Luke Chen2022-07-257-19/+34
| | | | | | | | | mongodb-master ref: 973a8a0159..18e0ce7959 for: 6.1.0-rc0 WT-9614 Improve required compiler and python support in cmake/doc (#8134)
* Import wiredtiger: 973a8a015972a35c828e2d4dc1e96b2273f9d0fa from branch ↵Luke Chen2022-07-252-28/+59
| | | | | | | | | mongodb-master ref: 39ca6ebcfe..973a8a0159 for: 6.1.0-rc0 WT-9605 Make test_salvage01 more robust for FLCS (#8130)
* Import wiredtiger: 39ca6ebcfe8f57b746a6ac2ebd736c9ed5088500 from branch ↵Luke Chen2022-07-254-3/+12
| | | | | | | | | mongodb-master ref: 929842a097..39ca6ebcfe for: 6.1.0-rc0 WT-9610 Unable to set HAVE_BUILTIN_EXTENSION_ZSTD: Failed to find zstd library (#8133)
* Import wiredtiger: 929842a097f59a64027d89095a62f9e774fe6a63 from branch ↵Luke Chen2022-07-252-2/+2
| | | | | | | | | mongodb-master ref: 8fe5f2223b..929842a097 for: 6.1.0-rc0 WT-9606 Add missing space to compact progress message (#8132)
* Import wiredtiger: 8fe5f2223bae87a198bf0fde7916bd4a4cd933a1 from branch ↵Luke Chen2022-07-2512-532/+481
| | | | | | | | | mongodb-master ref: 39a851a26a..8fe5f2223b for: 6.1.0-rc0 WT-9455 Refactor Cmake and Evergreen defaults (#8087)
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache ↵Anton Korshunov2022-07-2429-143/+492
| | | | commands
* SERVER-68184 Use Number instead of NumberLong when indexing in ↵Jason Zhang2022-07-231-2/+2
| | | | checkWritesOfCommittedTxns
* SERVER-67166 Heuristic CE for SargableNodeTimour Katchaounov2022-07-221-1/+1
| | | | | Make PhysRewriter/FilterIndexing3MultiKey more stable on different platforms.
* SERVER-68024 Disable unittests on enterprise-rhel-80-64-bit-suggestedRichard Samuels2022-07-221-1/+1
|