Commit Graph

3555 Commits

Author SHA1 Message Date
Marko Barišić
e671a0737e
Fix package specific workflow file () 2023-11-13 12:54:19 +01:00
Marko Barišić
11be3972c4
Add workflow for packaging memgraph for specific target OS () 2023-11-13 12:20:49 +01:00
DavIvek
fdab42a023
Use static linking on c++ query modules for glibcxx () 2023-11-13 12:08:48 +01:00
Andi
e5b2c19ea2
Empty Collect() returns nothing () 2023-11-13 11:45:09 +01:00
Josipmrden
e907817854
Fix for in list segmentation fault () 2023-11-13 05:17:10 +01:00
Josipmrden
0756cd6898
Add fix indexed join crash () 2023-11-12 22:12:25 -05:00
Josipmrden
38ad5e2146
Fix parallel index loading () 2023-11-12 23:51:00 +01:00
Josipmrden
3c413a7e50
Fix hash join expression matching () 2023-11-12 14:45:02 -05:00
Antonio Filipovic
17915578f8
Fix race condition and arena tracking bug () 2023-11-09 18:56:36 +01:00
Marko Barišić
4e9a036881
Fix v2.12 release pipeline () 2023-11-08 07:09:02 -05:00
DavIvek
c8fe9ee7d9
Fix accessing a variable bound to a list within BFS function () 2023-11-07 20:34:50 +01:00
Ante Javor
e4afddf518
Fix compare results in mgbench () 2023-11-07 17:04:37 +01:00
Antonio Filipovic
4d5ea03dfa
Use extent hooks for memory procedure limit () 2023-11-07 16:04:29 +01:00
DavIvek
ece4b0dba8
Fix cached plan not getting invalidated () 2023-11-07 13:34:03 +01:00
Andi
66487a6dce
Durability improvements () 2023-11-07 11:37:54 +01:00
Andi
f4b97fc03d
Fix missing statistics for SetPropertiesCursor () 2023-11-07 09:11:20 +01:00
Antonio Filipovic
58648d1a70
Revert license sender info () 2023-11-06 16:57:09 +01:00
Antonio Filipovic
1ab7f6ac78
Add notification for user on max map count () 2023-11-06 15:44:26 +01:00
andrejtonev
dbc6054689
Replication refactor (part 5) () 2023-11-06 11:50:49 +00:00
Aidar Samerkhanov
16b8c7b27c
Fix Kafka flaky unit test () 2023-11-05 20:51:56 +01:00
Antonio Filipovic
48631d1e37
Rename memory usage and memory allocated () 2023-11-03 14:40:45 +01:00
Antonio Filipovic
93e6d058d2
Remove all_shortest paths unnecessary logs () 2023-11-03 12:46:06 +01:00
Andi
3e9f25b8e4
Support creating date and localtime from localdatetime () 2023-11-03 10:54:01 +01:00
Andi
c94201621a
Support deleting paths () 2023-11-02 14:07:48 +01:00
Andi
fdbc390d53
Throw when reduce inside exists () 2023-11-02 12:18:15 +01:00
Andi
5e6c5618f5
Make FrameChangeCollector owning the memory resource () 2023-11-02 09:54:39 +01:00
Andi
4aacd45640
Throw when exists() combined with CASE () 2023-11-02 08:25:34 +01:00
Gareth Andrew Lloyd
157b36162b
Speedup socket unit test ()
Was testing a setup that wasn't used in production, it would
unnecessarily thrash small buffers.
2023-11-01 17:24:24 +00:00
Marko Barišić
af4fdef029
Change license date before release () 2023-10-30 13:01:14 +01:00
Josipmrden
5b9802bd7b
Extend property cache to the expression evaluator ()
* Add support for property cache in the produce
* Fix the previous implementation in the map literal
2023-10-28 20:32:58 -07:00
Ante Pušić
b1c3168308
Fix PROFILE infinite loop () 2023-10-28 15:34:52 +02:00
Andi
011caf3bf1
Fix mgbench daily upload () 2023-10-28 12:52:14 +02:00
Andi
b1bd977f7b
Fix GQL release worklflows () 2023-10-28 12:50:16 +02:00
gvolfing
c296dc67ce
Add index count to index info () 2023-10-27 18:13:05 +02:00
Ante Pušić
989bb97514
Extend Cypher queries with the index hinting feature () 2023-10-27 14:26:19 +02:00
Marko Barišić
a94588bde3
Revert CMake default build type error () 2023-10-27 08:58:37 +02:00
Marko Barišić
e9f3a5fd1b
Fix default value in release workflows () 2023-10-26 16:17:16 +02:00
Marko Budiselić
80e1fba8f5
Update bug_report.md template () 2023-10-26 13:09:16 +02:00
Ante Pušić
3158a16ffd
Add filtering details to EXPLAIN and PROFILE () 2023-10-25 21:36:20 +02:00
Matija Pintarić
411f8c9d56
Move essential query modules from MAGE to Memgraph ()
* schema.cpp
* mgps.py
* convert.py
2023-10-25 18:27:44 +02:00
Antonio Filipovic
a84f570c6d
Use extent hooks for per query memory limit () 2023-10-25 16:01:59 +02:00
Josipmrden
3d4d841753
Add constraint verification update only on necessary actions () 2023-10-25 16:01:02 +02:00
Antonio Filipovic
2426d7980d
Add OOM enabler in operator tree () 2023-10-25 12:16:11 +02:00
Josipmrden
7ef10dd82a
Fix gql behave dropping connection on Memgraph () 2023-10-25 10:59:02 +02:00
Gareth Andrew Lloyd
5b91f85161
Improve storage GC () 2023-10-24 23:41:21 +02:00
Antonio Filipovic
0d9bd5554c
Fix potential bug on memory pool () 2023-10-24 22:31:36 +02:00
Josipmrden
e617ff9b59
Provide textual information for inefficient plans with notifications () 2023-10-24 22:20:05 +02:00
Josipmrden
be16ca7362
Add cartesian and hash join operators () 2023-10-24 21:54:42 +02:00
Josipmrden
fdf63436ab
Add cartesian and hash join mgbench () 2023-10-24 19:44:11 +02:00
Josipmrden
4e8148f7d9
Add retry logic possible when conflicting transactions () 2023-10-24 19:43:23 +02:00