Michael Kolupaev
|
9bec7e4a28
|
Merge
|
2014-08-07 16:26:04 +04:00 |
|
Michael Kolupaev
|
7643a49b8e
|
Merge
|
2014-08-07 16:26:04 +04:00 |
|
Michael Kolupaev
|
e76a00fbd2
|
dbms: parsing and formatting ALTER TABLE DROP PARTITION. Not interpreting it yet. [#METR-12037]
|
2014-08-07 16:26:04 +04:00 |
|
Pavel Kartavyy
|
1a39b3bf5c
|
dbms: added checData method in TinyLog storage [#METR-11709]
|
2014-08-05 14:53:26 +04:00 |
|
Michael Kolupaev
|
2c8e5cd239
|
Passing new db name to IStorage::rename. [#METR-12038]
|
2014-07-28 18:50:51 +04:00 |
|
Michael Kolupaev
|
703b1d1c93
|
addition to previous commit. [#METR-11886]
|
2014-07-11 12:12:03 +04:00 |
|
Alexey Milovidov
|
29186e8a17
|
dbms: improved code [#METR-10498].
|
2014-04-12 19:49:36 +04:00 |
|
Pavel Kartavyy
|
3974dd8e1d
|
dbms: in refactoring [#METR-10498]
|
2014-04-10 12:57:01 +04:00 |
|
Sergey Fedorov
|
6f85a12692
|
dbms: fixed variable names, temporary tables are now external tables, in distributed query external table now always will be send to remote servers [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Michael Kolupaev
|
258b14b506
|
Fixed segfault with table functions. [#METR-10549]
|
2014-03-24 17:24:47 +04:00 |
|
Michael Kolupaev
|
c5da5fd5f0
|
Merge
|
2014-03-20 17:00:42 +04:00 |
|
Michael Kolupaev
|
059e0f7e11
|
Fixed build. [#METR-10202]
|
2014-03-20 15:01:56 +04:00 |
|
Michael Kolupaev
|
e10125a052
|
Using IStorage locks properly in most places. Got rid of StoragePtr and DatabaseDropper. Drops are now synchronous. [#METR-10202]
|
2014-03-20 14:59:45 +04:00 |
|
Michael Kolupaev
|
67c563a4d3
|
Added locks to IStorage. Some race conditions are fixed, some are introduced, along with some possible deadlocks. [#METR-10202]
|
2014-03-19 14:45:13 +04:00 |
|
Michael Kolupaev
|
989a316244
|
Merge
|
2014-03-09 21:58:27 +04:00 |
|
Michael Kolupaev
|
58ea3b108b
|
Merge
|
2014-03-09 21:36:01 +04:00 |
|
Sergey Fedorov
|
14620b3347
|
Merge
|
2014-01-22 12:50:19 +00:00 |
|
Sergey Fedorov
|
da115c14f7
|
Merge
|
2014-01-16 14:52:13 +00:00 |
|
Sergey Fedorov
|
91609727a8
|
Merge
|
2014-01-10 13:24:50 +00:00 |
|
Sergey Fedorov
|
1a5f04d3bf
|
Merge
|
2013-12-26 13:55:19 +00:00 |
|
Michael Kolupaev
|
596b2bc1d9
|
ClickHouse: Parsing and passing around PREWHERE condition. No actual filtering yet. [#METR-9091]
|
2013-11-28 13:16:46 +00:00 |
|
Pavel Kartavyy
|
06759d5f3e
|
dbms: style fix
|
2013-11-13 09:47:12 +00:00 |
|
Alexey Milovidov
|
0629fb4fdd
|
Merge
|
2013-09-30 01:29:19 +00:00 |
|
Pavel Kartavyy
|
1bf0490191
|
Merge
|
2013-09-23 12:01:19 +00:00 |
|
Alexey Milovidov
|
c2fc882312
|
dbms: tiny improvements [#CONV-8383].
|
2013-08-09 00:12:59 +00:00 |
|
Pavel Kartavyy
|
a5c799d7a3
|
Merge
|
2013-08-07 13:07:42 +00:00 |
|
Alexey Milovidov
|
e853c4b320
|
dbms: don't write .sql files for ChunkRef tables [#CONV-7889].
|
2013-06-17 07:01:31 +00:00 |
|
Michael Kolupaev
|
d97d22919e
|
Merge
|
2013-04-23 11:08:41 +00:00 |
|
Michael Kolupaev
|
905c9051c8
|
clickhouse: slightly fixed comment [#CONV-6705].
|
2013-02-26 13:11:55 +00:00 |
|
Michael Kolupaev
|
2a05c2829c
|
clickhouse: StorageLog now stores all marks in one file [#CONV-6705].
|
2013-02-26 13:06:01 +00:00 |
|
Michael Kolupaev
|
7393b0033b
|
Merge
|
2013-02-25 10:23:31 +00:00 |
|
Michael Kolupaev
|
e7c3e10814
|
clickhouse: slightly refactored storage creation [#CONV-6561].
|
2013-02-06 11:26:35 +00:00 |
|
Michael Kolupaev
|
6dfc03c44f
|
clickhouse: fixed not dropping database after dropping table during long select query [#CONV-6561].
|
2013-02-05 13:03:35 +00:00 |
|
Michael Kolupaev
|
379b668e23
|
clickhouse: removing data lazily [#CONV-6561].
|
2013-02-05 09:52:13 +00:00 |
|
Alexey Milovidov
|
7cc2871e30
|
dbms: allowed to send custom settings with query; sending current settings to remote servers for distributed query processing [#CONV-2944].
|
2013-02-01 19:02:04 +00:00 |
|
Michael Kolupaev
|
9b3b82c750
|
clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561].
|
2013-01-23 17:38:03 +00:00 |
|
Michael Kolupaev
|
42073f42ec
|
clickhouse: added support for SAMPLE clause of SELECT query (works only in merge tree storage) [#6201].
|
2012-12-12 14:25:55 +00:00 |
|
Alexey Milovidov
|
f5586b456d
|
Merge
|
2012-11-30 05:24:24 +00:00 |
|
Alexey Milovidov
|
a0972784b1
|
Merge
|
2012-11-30 00:52:45 +00:00 |
|
Alexey Milovidov
|
02b95a2297
|
dbms: improved distributed query processing [#CONV-2944].
|
2012-10-30 20:15:07 +00:00 |
|
Alexey Milovidov
|
bdeb4e7200
|
Merge
|
2012-07-31 16:37:20 +00:00 |
|
Alexey Milovidov
|
ec6f27168e
|
dbms: development [#CONV-2944].
|
2012-07-16 20:25:19 +00:00 |
|
Alexey Milovidov
|
9a18d75b99
|
dbms: development [#CONV-2944].
|
2012-06-18 06:19:13 +00:00 |
|
Alexey Milovidov
|
6a01fbf8c5
|
dbms: development [#CONV-2944].
|
2012-05-30 04:45:49 +00:00 |
|
Alexey Milovidov
|
e727d7cf90
|
dbms: development [#CONV-2944].
|
2012-05-22 18:32:45 +00:00 |
|
Alexey Milovidov
|
b9822b02b8
|
dbms: development [#CONV-2944].
|
2012-01-09 19:20:48 +00:00 |
|
Alexey Milovidov
|
d51ae544fc
|
dbms: development [#CONV-2944].
|
2011-11-05 23:31:19 +00:00 |
|
Alexey Milovidov
|
859a86b382
|
dbms: development [#CONV-2944].
|
2011-11-01 17:12:11 +00:00 |
|
Alexey Milovidov
|
67b02812f6
|
dbms: development.
|
2011-10-31 17:55:06 +00:00 |
|
Alexey Milovidov
|
b1b0d3836a
|
dbms: development [#CONV-2944].
|
2011-10-31 06:37:12 +00:00 |
|