7659e39bd3fix to optimization
LtWorf
2009-05-30 15:17:51 +00:00
10227d1ae7Cleaned up code
LtWorf
2009-05-26 14:00:44 +00:00
7b827082d6improved futile_union_intersection_subtraction optimization. Now it works also if one of the subtrees has a selection and the other doesn't
LtWorf
2009-05-26 13:39:59 +00:00
43766eeeaeImplemented swap_rename_projection general optimization
LtWorf
2009-05-25 17:04:24 +00:00
d51d4bada7fixed selection_and_product optimization. It modified the original relation
LtWorf
2009-05-25 13:54:35 +00:00
dac465779cImplemented swap_union_renames general optimization
LtWorf
2009-05-23 08:21:43 +00:00
644d96dc63fixed subsequent_renames. Now handles cycling renames and completely futile ones like renaming attribute into itself
LtWorf
2009-05-22 23:08:40 +00:00
5e30121812Implemented futile_union_intersection_subtraction general optimization
LtWorf
2009-05-22 22:20:31 +00:00
5dead3a058stub for parallel execution
LtWorf
2009-05-13 15:39:19 +00:00
328d0f6bceremoved todo... because i did
LtWorf
2009-05-13 14:34:35 +00:00
1cffcffdbcfixed problem with select and renames when using fields
LtWorf
2009-05-13 14:15:30 +00:00
17080aa381fixed problem with select and renames when using fields
LtWorf
2009-05-13 14:06:42 +00:00
77c6cec3e9now saved queries have a default value
LtWorf
2009-05-12 15:13:48 +00:00
8807d9159dadded specific optimizations in GUI
LtWorf
2009-05-12 15:09:57 +00:00
8393ca93d9extended selection_and_product to join
LtWorf
2009-05-12 14:48:44 +00:00
dd15d6776bsolved another error in token->string procedure. this thing is quite hard
LtWorf
2009-05-12 13:53:27 +00:00
e5e7dcddd2fixed error that caused an infinite loop
LtWorf
2009-05-12 13:49:43 +00:00
bc60be3aceoptimization on product and select working
LtWorf
2009-05-12 13:31:25 +00:00
004a6bb84eoptimization on product and select working
LtWorf
2009-05-12 13:30:19 +00:00
ccc8a5ee0dmodified tree. Now it is able to return the fields that an operation will return
LtWorf
2009-05-12 12:36:01 +00:00
e35b85e534removed debug prints and corrected returning of modified nodes
LtWorf
2009-05-12 08:11:45 +00:00
61a94e73c0swap_rename_select working
LtWorf
2009-05-12 08:03:24 +00:00
952b31ac53stub for swap_rename_select
LtWorf
2009-05-12 06:38:58 +00:00
824379cf4chow to do 3rd party optimizations
LtWorf
2009-05-11 16:57:23 +00:00
e1d02bcd4cremoved debug prints and added comments
LtWorf
2009-05-11 16:51:43 +00:00
f273425312finally subsequent_renames optimization is working
LtWorf
2009-05-11 16:44:52 +00:00
04cc61d317redoundant renames still under work... this thing is harder than i though
LtWorf
2009-05-11 16:38:49 +00:00
9cf8cc34a1work on progress on subsequent renames
LtWorf
2009-05-08 15:42:02 +00:00
c7f1aa060ecompleted implementation of selection_inside_projection
LtWorf
2009-05-08 14:51:31 +00:00
b8a82e6961Changed description of debian packaged, copied the one from debian :-)
LtWorf
2009-04-25 07:28:02 +00:00
94641a28f7Changed version number
LtWorf
2009-04-25 07:27:33 +00:00
f8c360414fNow make install also install the .desktop file
LtWorf
2009-04-08 06:09:36 +00:00
a2b9c11697Added make install and uninstall
LtWorf
2009-04-06 17:04:18 +00:00
39a27aef71Bug: error in update operation, it changed the original tuple, so also other relations using the same tuple would change. Now it copies it
LtWorf
2009-04-03 19:03:02 +00:00
44e2de218crollback, the bug is in the update, not in the function
LtWorf
2009-04-03 18:19:42 +00:00
720d888c22fixed error in rename operator, it didn't a full copy of the relation so update on the original relation would modify results of renamed ones
LtWorf
2009-03-19 12:54:49 +00:00
0d191ab959inserted complexity for selection
LtWorf
2009-03-18 09:58:25 +00:00
df1d5c324aadded draft of complexity study
LtWorf
2009-03-18 09:42:48 +00:00