summaryrefslogtreecommitdiff
path: root/src/mango
Commit message (Expand)AuthorAgeFilesLines
* mango: address missing parts of the `_index` APIGabor Pali2023-05-162-20/+75
* fix(mango): covering indexes for partitioned databasesGabor Pali2023-05-114-28/+125
* fix dreyfus after 'Improve nouveau mango integration'dreyfus-default-fieldRobert Newson2023-05-111-5/+14
* mango: extend execution statistics with keys examined (#4569)PÁLI Gábor János2023-05-104-26/+218
* Improve nouveau mango integrationRobert Newson2023-05-104-2/+36
* Revert "fix(mango): GET invalid path under `_index` should not cause 500"Robert Newson2023-05-092-7/+3
* Add report logging (#4483)Russell Branca2023-05-044-15/+41
* declare dependency on nouveauRobert Newson2023-04-261-1/+2
* Import nouveau (#4291)Robert Newson2023-04-227-12/+895
* fix(mango): GET invalid path under `_index` should not cause 500Gabor Pali2023-04-192-3/+7
* mango: refactorGabor Pali2023-04-181-20/+23
* mango: fix definition of index coverageGabor Pali2023-04-183-5/+107
* mango: enhance compositionality of `consider_index_coverage/3`Gabor Pali2023-04-181-33/+42
* mango: mark fields with the `$exists` operator indexableGabor Pali2023-04-181-0/+94
* mango: add integration tests for keys-only covering indexesGabor Pali2023-04-181-0/+115
* mango: add eunit testsGabor Pali2023-04-182-1/+820
* mango: increase coverage of the `choose_best_index/1` testGabor Pali2023-04-181-2/+9
* mango: add type information for better self-documentationGabor Pali2023-04-183-8/+88
* mango: introduce support for covering indexesGabor Pali2023-04-182-27/+77
* Remove explicit importGabor Pali2023-04-182-143/+120
* mango: correct text index selection for queries with `$regex` (#4458)PÁLI Gábor János2023-03-105-22/+660
* Consolidate Mango integration testsGabor Pali2023-02-212-52/+21
* mango: switch to UTF-8 encoding for every testGabor Pali2023-02-214-4/+0
* mango: skip the `$keymapMatch` test for text indexesGabor Pali2023-02-211-0/+4
* mango: Fix specification of `choose_best_index/1`Gabor Pali2023-02-151-1/+2
* mango: Match comments with implementation for JSON index selectionGabor Pali2023-02-141-4/+7
* mango: Cover JSON index selection with unit testsGabor Pali2023-02-141-0/+79
* mango: Add type specification for the JSON index selectionGabor Pali2023-02-141-0/+6
* mango: Remove unused parameter from the JSON index selectionGabor Pali2023-02-142-4/+4
* mango: Remove unused importsGabor Pali2023-02-141-2/+0
* Employ `make python-black-update`Gabor Pali2023-02-023-6/+1
* Push down field projection in mango to shardMike Rhodes2023-01-201-23/+146
* Show mango_selector:match/2 call using testMike Rhodes2023-01-201-0/+25
* docs(mango): match description of `$mod` with realityGabor Pali2023-01-181-1/+1
* Add editors magic linesNoah Shaw2022-07-281-0/+2
* Backport commits from fdbmain into main (old 3.x)Ronny Berndt2022-06-233-4/+4
* Remove Erlang < 23 ifdefs and other macrosNick Vatamaniuc2022-06-172-8/+8
* Fix index creation with empty ddoc should return 400 (#3990)Jiahui Li2022-04-263-10/+16
* mango_tests: revert hypothesis back to python3.6 compatWill Young2022-04-231-1/+1
* Merge branch '3.x' into nose2Will Young2022-04-222-5/+5
|\
| * Search is available if it was ever available since startRobert Newson2022-04-132-5/+5
* | nose->nose2 deps upgrade for mango testsWill2022-03-303-6/+9
|/
* Apply erlfmt formatting to source treeNick Vatamaniuc2021-11-2225-1717/+1506
* chore: simplify version detection h/t @vatamaneJan Lehnardt2021-03-171-2/+1
* feat: somewhat hacky version detectionJan Lehnardt2021-03-171-1/+4
* feat: work around get_stacktrace deprecation/removalJan Lehnardt2021-03-172-8/+4
* added $keyMapMatch Mango operatorMichal Borkowski2020-11-102-0/+41
* bypass partition query limit for mango (#3114)Tony Sun2020-08-281-1/+5
* python black cleanupJoan Touzet2020-04-271-7/+3
* safer binary_to_term in mango_json_bookmarkmango-bookmark-3.xRobert Newson2020-04-231-1/+1