Sergey Fedorov
|
342592bffb
|
dbms: exception if client sends settings in readonly mod, client loads settings also from config file [METR-10801]
|
2014-04-15 17:36:32 +04:00 |
|
Michael Kolupaev
|
f362d03611
|
Merge
|
2014-04-14 14:19:38 +04:00 |
|
Sergey Fedorov
|
39bdcbc819
|
client: all options from Limits.h could be set in client command line [METR-10801]
|
2014-04-10 21:07:57 +04:00 |
|
Pavel Kartavyy
|
3974dd8e1d
|
dbms: in refactoring [#METR-10498]
|
2014-04-10 12:57:01 +04:00 |
|
Pavel Kartavyy
|
6a15b2b588
|
dbms: in refactoring [#METR-10498]
|
2014-04-09 14:32:52 +04:00 |
|
Pavel Kartavyy
|
d038e8631a
|
dbms: improvements [#METR-10498]
|
2014-04-09 11:28:44 +04:00 |
|
Sergey Fedorov
|
ecc697cd2c
|
Merge
|
2014-04-08 19:29:12 +04:00 |
|
Alexey Milovidov
|
63cff6a5a4
|
Improvement [#METR-2807].
|
2014-04-08 11:58:53 +04:00 |
|
Alexey Milovidov
|
9dad91788b
|
Improvement [#METR-2807].
|
2014-04-08 11:47:51 +04:00 |
|
Alexey Milovidov
|
5ca21127c7
|
Improvement [#METR-2807].
|
2014-04-08 11:31:51 +04:00 |
|
Michael Kolupaev
|
c96e421982
|
Merge
|
2014-04-07 23:25:05 +04:00 |
|
Michael Kolupaev
|
7d5429655a
|
Merge
|
2014-04-07 23:10:14 +04:00 |
|
Alexey Milovidov
|
8411f2ae32
|
dbms: fixed error with INSERT more than MAX_BLOCK_SIZE via HTTP [#METR-10789].
|
2014-04-07 23:08:47 +04:00 |
|
Pavel Kartavyy
|
3e61e7b7f6
|
dbms: improvements [#METR-10498]
|
2014-04-07 21:43:50 +04:00 |
|
Pavel Kartavyy
|
6ad275725e
|
dbms: add desciption of in [#METR-10498]
|
2014-04-07 20:29:25 +04:00 |
|
Pavel Kartavyy
|
049db94426
|
dbms: development [#METR-10498]
|
2014-04-07 20:29:25 +04:00 |
|
Pavel Kartavyy
|
bdeee5386b
|
dbms: development [#METR-10498]
Signed-off-by: Pavel Kartavyy <kartavyy@yandex-team.ru>
|
2014-04-07 20:29:25 +04:00 |
|
Pavel Kartavyy
|
a737895eb4
|
build fix [#METR-10498]
|
2014-04-07 20:29:25 +04:00 |
|
Pavel Kartavyy
|
14168120f1
|
development [#METR-10498]
|
2014-04-07 20:29:25 +04:00 |
|
Alexey Milovidov
|
cf5a86434d
|
dbms: fixed error when uncompressed_cache or marks_cache is not set [#METR-2944].
|
2014-04-05 23:54:00 +04:00 |
|
Alexey Milovidov
|
4903752cd0
|
dbms: added support for 'point of view' argument of functions working with dictionaries [#METR-10713].
|
2014-04-04 22:08:01 +04:00 |
|
Pavel Kartavyy
|
765d0740f4
|
dbms: add support for drop nested columns [#METR-10550]
|
2014-04-03 15:46:31 +04:00 |
|
Michael Kolupaev
|
233557ec72
|
Merge
|
2014-04-02 14:40:23 +04:00 |
|
Michael Kolupaev
|
8fc53a7020
|
Merge
|
2014-04-02 11:59:43 +04:00 |
|
Sergey Fedorov
|
fff1593bd9
|
dbms: Sending only required external tables to remote servers [METR-10071]
|
2014-04-01 18:06:58 +04:00 |
|
Michael Kolupaev
|
d42352149d
|
dbms: DISTINCT before ORDER BY. [#METR-9627]
|
2014-03-28 20:08:48 +04:00 |
|
Sergey Fedorov
|
6395e841f9
|
Merge
|
2014-03-28 18:36:24 +04:00 |
|
Michael Kolupaev
|
25f5d03f77
|
dbms: (Warning: this commit makes clickhouse distributed queries incompatible with previous versions) Improved distributed query processing: more stages and optimizations are now made on remote side. Significantly reduced spaghettiness of InterpreterSelectQuery. [#METR-10616]
|
2014-03-28 16:13:58 +04:00 |
|
Alexey Milovidov
|
26848b6803
|
dbms: added pretty-formatting for GLOBAL IN; pedantic modifications in comments [#METR-10071].
|
2014-03-27 21:58:25 +04:00 |
|
Michael Kolupaev
|
634c33c766
|
Merge
|
2014-03-27 21:49:08 +04:00 |
|
Sergey Fedorov
|
003c7b30cd
|
dbms: fixes and more comments on 'Global in' and external tables behavior [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Sergey Fedorov
|
f0aae9604a
|
dbms: Global in function, sexternal tables transfers to remote servers [METR-10071]
|
2014-03-27 16:06:45 +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 |
|
Sergey Fedorov
|
0c59630ddc
|
temporary tables: support of sending temporary talbes from client to server via tcp client, all previous versions should work fine with new one [METR-10071]
|
2014-03-27 16:06:44 +04:00 |
|
Michael Kolupaev
|
262ffcd74b
|
Fixed parametric aggregate functions in totals. [#METR-10566]
|
2014-03-25 22:16:40 +04:00 |
|
Alexey Milovidov
|
7cde6bb6a6
|
dbms: fixed error with hash tables [#METR-10571].
|
2014-03-25 04:28:25 +04:00 |
|
Michael Kolupaev
|
7b6ce30656
|
Merge
|
2014-03-22 18:44:44 +04:00 |
|
Michael Kolupaev
|
36b152f2b1
|
Added interserver IO host and port to context. [#METR-10202]
|
2014-03-21 23:49:27 +04:00 |
|
Michael Kolupaev
|
7084f03ab9
|
Merge
|
2014-03-21 23:17:59 +04:00 |
|
Michael Kolupaev
|
750cb44f94
|
Merge
|
2014-03-21 17:42:14 +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
|
4f46874933
|
added a couple of comments. [#METR-10202]
|
2014-03-19 15:44:41 +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
|
420d5696ea
|
clickhouse: fixed ARRAY JOIN in distributed queries without WHERE and aggregation. [#METR-10349]
|
2014-03-14 12:30:50 +04:00 |
|
Alexey Milovidov
|
8c87b14c7f
|
Fixed warnings on clang [#METR-2807].
|
2014-03-10 08:17:17 +04:00 |
|
Alexey Milovidov
|
b04e4ccf08
|
dbms: probably better [#METR-10240].
|
2014-03-07 06:10:36 +04:00 |
|
Alexey Milovidov
|
c6bee512eb
|
Revert "temporary tables: support of sending temporary talbes from client to server via tcp client, all previous versions should work fine with new one [METR-10071]"
This reverts commit 6e6ca1f129b685e6271de1ccaf48a32f7e137d9e.
|
2014-03-04 23:01:22 +04:00 |
|
Michael Kolupaev
|
d3874a1202
|
clickhouse: subqueries in IN update progress and can be cancelled (and added missing files). [#METR-10102]
|
2014-03-04 21:56:24 +04:00 |
|
Sergey Fedorov
|
8d012adee3
|
temporary tables: support of sending temporary talbes from client to server via tcp client, all previous versions should work fine with new one [METR-10071]
|
2014-03-04 19:31:56 +04:00 |
|
Pavel Kartavyy
|
95c801b2c6
|
Revert "clickhouse: subqueries in IN update progress and can be cancelled. [#METR-10102]"
This reverts commit 98eb21cee309e52fc8be378ebd7cec757b38300f.
|
2014-03-04 18:19:32 +04:00 |
|