memgraph/src/query
Antonio Filipovic 645568a75b
Remove default memory limit on procedures (#1506)
* remove default limit on procedures
* fix bug on GraphQL also
2023-11-16 15:01:44 +01:00
..
frontend Remove default memory limit on procedures (#1506) 2023-11-16 15:01:44 +01:00
interpret Fix for in list segmentation fault (#1494) 2023-11-13 05:17:10 +01:00
plan Add OOM enabler for MG procedure (#1401) 2023-11-15 12:42:04 +01:00
procedure Add OOM enabler for MG procedure (#1401) 2023-11-15 12:42:04 +01:00
serialization Add memgraph namespace 2022-03-14 15:47:41 +01:00
stream Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
auth_checker.hpp Decoupling Interpreter from Storage (#1186) 2023-09-20 13:13:54 +02:00
auth_query_handler.cpp Decoupling Interpreter from Storage (#1186) 2023-09-20 13:13:54 +02:00
auth_query_handler.hpp Decoupling Interpreter from Storage (#1186) 2023-09-20 13:13:54 +02:00
CMakeLists.txt Provide textual information for inefficient plans with notifications (#1343) 2023-10-24 22:20:05 +02:00
common.cpp Merge master to epic and fix differences (#552) 2022-09-14 18:36:21 +02:00
common.hpp Improve performance on set properties (#1115) 2023-08-10 09:06:44 +02:00
config.hpp Decouple pure replication state from storage [part 1] (#1325) 2023-10-10 11:44:19 +01:00
constants.hpp Add vertex degree to index statistics (#1026) 2023-06-27 18:06:20 +02:00
context.hpp Extend property cache to the expression evaluator (#1432) 2023-10-28 20:32:58 -07:00
cypher_query_interpreter.cpp Fix cached plan not getting invalidated (#1348) 2023-11-07 13:34:03 +01:00
cypher_query_interpreter.hpp Fix cached plan not getting invalidated (#1348) 2023-11-07 13:34:03 +01:00
db_accessor.cpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
db_accessor.hpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
discard_value_stream.hpp Address review comments 2022-03-14 15:47:41 +01:00
dump.cpp Improve expansions on disk (#1335) 2023-10-11 10:18:50 +02:00
dump.hpp [master < T1110] Add merge optimization to expand dynamically during runtime (#1110) 2023-09-08 17:12:25 +02:00
exceptions.hpp Add retry logic possible when conflicting transactions (#1361) 2023-10-24 19:43:23 +02:00
frame_change.hpp Fix for in list segmentation fault (#1494) 2023-11-13 05:17:10 +01:00
graph.cpp Merge master to epic and fix differences (#552) 2022-09-14 18:36:21 +02:00
graph.hpp Merge master to epic and fix differences (#552) 2022-09-14 18:36:21 +02:00
interpreter_context.cpp Replication refactor (part 5) (#1378) 2023-11-06 11:50:49 +00:00
interpreter_context.hpp Replication refactor (part 5) (#1378) 2023-11-06 11:50:49 +00:00
interpreter.cpp Fix for in list segmentation fault (#1494) 2023-11-13 05:17:10 +01:00
interpreter.hpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
metadata.cpp Provide textual information for inefficient plans with notifications (#1343) 2023-10-24 22:20:05 +02:00
metadata.hpp Provide textual information for inefficient plans with notifications (#1343) 2023-10-24 22:20:05 +02:00
parameters.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
path.hpp Merge master to epic and fix differences (#552) 2022-09-14 18:36:21 +02:00
stream.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
trigger_context.cpp Improve expansions on disk (#1335) 2023-10-11 10:18:50 +02:00
trigger_context.hpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
trigger.cpp Fix cached plan not getting invalidated (#1348) 2023-11-07 13:34:03 +01:00
trigger.hpp Fix cached plan not getting invalidated (#1348) 2023-11-07 13:34:03 +01:00
typed_value.cpp Reduce the size of TypedValue (#560) 2022-09-20 14:21:34 +02:00
typed_value.hpp Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00