summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-0611-169/+504
* SERVER-19735: Add accurate summation class using pairs of doublesGeert Bosch2016-06-064-0/+467
* SERVER-19735: Add new Decimal128 operations needed by aggregationGeert Bosch2016-06-062-1/+111
* Null-terminate error print on WindowsLouis Williams2016-06-061-2/+3
* Fixed resmokeconfig after rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-062-2/+2
* SERVER-24363 cast mallinfo members to long long before addingMatt Cotter2016-06-061-1/+2
* Fixed lint after rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-10/+5
* SERVER-21511 Add more descriptive TODO.David Hatch2016-06-061-2/+3
* Rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-11/+11
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-065-60/+160
* SERVER-23326 Commit applyOps as single WUOW where possibler3.3.7Geert Bosch2016-06-037-115/+257
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-037-13/+89
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-034-93/+274
* SERVER-24272 add invariant() that IndexDescriptors are non-null in StageBuild...David Storch2016-06-031-17/+5
* SERVER-24392 Remove invalid invariant in expression::isSubsetOf()Tess Avitabile2016-06-032-4/+20
* SERVER-24181 Enable BSON 1.1 by defaultGeert Bosch2016-06-033-11/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-0392-2109/+2102
* SERVER-24273 added unit tests for repl::multiSyncApplyBenety Goh2016-06-033-33/+284
* Revert "added unit tests for repl::multiSyncApply"Benety Goh2016-06-033-284/+33
* added unit tests for repl::multiSyncApplyBenety Goh2016-06-033-33/+284
* Revert "SERVER-24363 cast mallinfo members to long long before adding"Matt Cotter2016-06-031-2/+1
* SERVER-20740: Check exceptions in SASL callbacksSpencer Jackson2016-06-031-30/+41
* SERVER-23905 Fix compile on OS X 10.10.Andy Schwerin2016-06-031-1/+1
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-033-3/+32
* SERVER-23906 Enable path-level multikey tracking for 2dsphere indexes.Max Hirschhorn2016-06-032-7/+16
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-039-88/+376
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-0353-328/+813
* SERVER-24363 cast mallinfo members to long long before addingMatt Cotter2016-06-031-1/+2
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-0344-684/+725
* SERVER-23902 non-throwing stdx::threadJason Carey2016-06-031-1/+72
* SERVER-23889 Make ClusterPlanCache* commands correctly validate the namespaceKaloian Manassiev2016-06-033-21/+25
* SERVER-24120 Treat linker warnings as errors on binutils platformsAndrew Morrow2016-06-031-0/+9
* Import wiredtiger-wiredtiger-2.8.0-458-gfb1663e.tar.gz from wiredtiger branch...Michael Cahill2016-06-0323-287/+181
* SERVER-24076 Reduce tcmalloc overhead with >4KB pages.Michael Cahill2016-06-031-2/+8
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-06-031-1/+1
* SERVER-24334 Support conditional files in WiredTiger build.Michael Cahill2016-06-031-5/+18
* SERVER-24273 added unit tests for repl::multiInitialSyncApplyBenety Goh2016-06-024-16/+152
* SERVER-23618 Fix bad rebase in 0d2f72f5471f7c0f283ceea314c48d2e25d7d556Tess Avitabile2016-06-021-0/+6
* SERVER-23742 use dialTimeout with supported tools versionsGabriel Russell2016-06-022-2/+39
* SERVER-24309 return the actual failed Status when failing to generate a new s...Esha Maharishi2016-06-021-2/+1
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-0211-52/+191
* SERVER-24369: Accept OpenSSL FIPS error message from Ubuntu 16.04Spencer Jackson2016-06-021-1/+4
* SERVER-23910 Add support for building with -fstack-protector-strongAndrew Morrow2016-06-021-6/+43
* SERVER-23911 Add _FORTIFY_SOURCE to preprocessor definitions when requestedAndrew Morrow2016-06-021-0/+44
* SERVER-24361: Fix longevity.yml syntax errordalyd2016-06-021-1/+1
* SERVER-24301 fix typo in error messageRobert Guo2016-06-021-3/+3
* SERVER-24279 Sort on non-filter field provided by index must respect collationTess Avitabile2016-06-022-0/+34
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-0218-157/+103
* SERVER-24322 fix memory leak and add dbclient_rs_testMisha Tyulenev2016-06-013-1/+13
* Reintroduce ExtentManager::Factory to the MMAPV1Engine constructorDaniel Gottlieb2016-06-012-1/+10