Commit Graph

22 Commits

Author SHA1 Message Date
Dominik Tomičević
5442f4b0b6 fixed a lot of problems with memgraph demo 2016-03-15 20:13:31 +01:00
Dominik Tomičević
a876efd3f8 fixed commit log singleton bug 2016-03-12 12:26:56 +01:00
Marko Budiselic
a4fb7b60b1 query engine work in progress 2016-03-12 10:57:09 +01:00
Dominik Tomičević
a5fb18533e fixed mvcc hints bug 2016-03-12 10:42:35 +01:00
Marko Budiselic
2998527462 work on cypher compiler, only cypher query example files were added 2016-01-16 18:24:35 +01:00
Marko Budiselic
df08750a43 vertex CRUD works again, the unit tests for it also exist 2016-01-06 15:45:54 +01:00
Marko Budiselic
e89da5f875 reconstructed rest api, but still this is broken version, TODO: discuss where is place for the id (versions accessor, versions or in vertex accessor 2016-01-02 22:20:09 +01:00
Dominik Tomičević
b93bab375e record accessor, indexes and cursors 2016-01-02 12:20:51 +01:00
Marko Budiselic
9877ff6834 nodes could now again be created and found (skiplist is now in usage) 2015-12-08 20:49:45 +01:00
Dominik Tomičević
62fcffffa5 added a lot of comments to skiplist 2015-12-08 18:30:20 +01:00
Marko Budiselic
cbdc70d407 new version of node post (work in progress) 2015-12-07 22:43:54 +01:00
Marko Budiselic
ba434cf48a ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
Dominik Tomičević
379bfb14c4 refactored storage engine 2015-12-07 18:45:44 +01:00
Dominik Tomičević
47bd3b372b refactored mvcc, locks and transactions. sorry for the big one :D 2015-12-06 16:52:52 +01:00
Dominik Tomičević
d22eedfe9e refactored storage engine 2015-12-06 16:37:42 +01:00
Dominik Tomičević
7c8d15b949 checking in all work because i won't be able to work on it for some time 2015-11-22 21:35:40 +01:00
Dominik Tomičević
101b0ec12f started working on version_list replacement for atom 2015-11-21 22:56:43 +01:00
Marko Budiselic
aeb8586bfd uint64_t was replaced with the Id object. Fixes T28. 2015-11-21 19:16:19 +01:00
Marko Budiselic
e7953fc7e0 TotalOrdering and Id implementations, related to T28 2015-11-21 16:08:23 +01:00
Dominik Tomičević
204fdaeb5f submitted all work done on storage and mvcc 2015-10-08 00:58:29 +02:00
Dominik Tomičević
49dc08b9b3 moved transactions back to threading 2015-10-04 09:47:15 +02:00
Dominik Tomičević
e28d15c272 worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00