Alexey Milovidov
|
aa3ed8bc66
|
dbms: fixed race condition [#METR-9344].
|
2013-11-29 08:08:43 +00:00 |
|
Alexey Milovidov
|
5190fb4de9
|
dbms: fixed diagnostic 'Empty query' [#METR-9342].
|
2013-11-28 20:09:38 +00:00 |
|
Alexey Milovidov
|
2a18d735df
|
dbms: fixed error (error not returned from HTTP handler) [#METR-9342].
|
2013-11-28 20:05:54 +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
|
26f58e99d0
|
Merge
|
2013-11-28 10:31:21 +00:00 |
|
Pavel Kartavyy
|
de71157b10
|
StorageDistributed: development [#METR-9244]
|
2013-11-28 10:31:17 +00:00 |
|
Sergey Fedorov
|
831d6cfb4a
|
Merge
|
2013-11-27 16:45:01 +00:00 |
|
Sergey Fedorov
|
5c95506548
|
Merge
|
2013-11-27 16:41:48 +00:00 |
|
Evgeniy Gatov
|
b61eadf4db
|
dbms: fixed test [#METR-9091].
|
2013-11-27 15:09:42 +00:00 |
|
Sergey Fedorov
|
5539ea6c6b
|
Merge
|
2013-11-27 14:57:23 +00:00 |
|
Evgeniy Gatov
|
6cac6bc21d
|
dbms: fix [#METRIKASUPP-2726].
|
2013-11-27 14:19:50 +00:00 |
|
Michael Kolupaev
|
75567adb51
|
Merge
|
2013-11-26 11:55:11 +00:00 |
|
Michael Kolupaev
|
d5ebfa5076
|
ClickHouse: IDataType::deserializeBinary now appends to column. Previously it was appending for some types and overwriting for others. [#METR-9091]
|
2013-11-26 10:18:09 +00:00 |
|
Michael Kolupaev
|
606a2ad942
|
ClickHouse: fixed UnionBlockInputStream freezing interactive queries in some cases. [#METR-9007]
|
2013-11-25 12:32:43 +00:00 |
|
Michael Kolupaev
|
0bc7b868a1
|
ClickHouse: fixed UnionBlockInputStream calling readSuffixImpl during a call to readImpl. Better invariant for IBlockInputStream::readSuffix(). [#METR-9007]
|
2013-11-25 10:46:25 +00:00 |
|
Sergey Fedorov
|
d96c682c22
|
dbms: fix default constructor in ASTDropQuery [#METR-9076]
|
2013-11-20 16:26:38 +00:00 |
|
Sergey Fedorov
|
1de8ddb8df
|
dbms: Pushing to Views fixed workflow with constant columns [#METR-9076]
|
2013-11-20 16:02:45 +00:00 |
|
Alexey Milovidov
|
0dd758d101
|
dbms: addition to prev. revision [#METR-9007].
|
2013-11-20 01:48:23 +00:00 |
|
Alexey Milovidov
|
98bb9bb33e
|
dbms: probably fixed error [#METR-9007].
|
2013-11-20 01:42:24 +00:00 |
|
Alexey Milovidov
|
105d10de5f
|
dbms: probably fixed error [#METR-9194].
|
2013-11-20 00:49:47 +00:00 |
|
Alexey Milovidov
|
beaf9c100c
|
dbms: reverted incomplete modification [#METR-2944].
|
2013-11-19 20:12:10 +00:00 |
|
Alexey Milovidov
|
025531e1c5
|
dbms: better [#METR-9194].
|
2013-11-18 19:18:03 +00:00 |
|
Pavel Kartavyy
|
4ef53f6acb
|
added generating revision for git-svn repo ]
|
2013-11-18 17:44:44 +00:00 |
|
Alexey Milovidov
|
e36408e473
|
dbms: better [#METR-9194].
|
2013-11-18 17:17:45 +00:00 |
|
Alexey Milovidov
|
ad37fa5777
|
dbms: probably fixed error [#METR-9194].
|
2013-11-18 01:35:24 +00:00 |
|
Alexey Milovidov
|
bcede415a9
|
dbms: improvement for small blocks [#METR-2944].
|
2013-11-17 21:52:09 +00:00 |
|
Alexey Milovidov
|
2783d952ad
|
dbms: added test [#METR-2944].
|
2013-11-17 19:18:27 +00:00 |
|
Alexey Milovidov
|
405f03d437
|
dbms: less copying of blocks; improvement [#METR-2944].
|
2013-11-17 19:14:17 +00:00 |
|
Alexey Milovidov
|
037b52e848
|
Fixed warning [#METR-2807].
|
2013-11-16 16:44:43 +00:00 |
|
Alexey Milovidov
|
5dfa8e3234
|
Fixed incompatibility with c++11 [#CONV-2807].
|
2013-11-16 15:57:00 +00:00 |
|
Sergey Fedorov
|
ac21314784
|
dbms: Couple of unimportant fixes (includes, code simplification) in View and Materialized View [#METR-9076]
|
2013-11-15 09:43:50 +00:00 |
|
Sergey Fedorov
|
13bd27c498
|
dbms: View and Materialized View fixes, logic updates, implementation [#METR-9076]
|
2013-11-13 14:39:48 +00:00 |
|
Pavel Kartavyy
|
06759d5f3e
|
dbms: style fix
|
2013-11-13 09:47:12 +00:00 |
|
Alexey Milovidov
|
daae9e3603
|
dbms: better exception message [#METR-9180].
|
2013-11-12 23:32:04 +00:00 |
|
Alexey Milovidov
|
806fee097b
|
dbms: fixed limits on result data with distributed query processing [#METR-9180].
|
2013-11-12 23:15:09 +00:00 |
|
Alexey Milovidov
|
e604345d25
|
dbms: fixed error [#METR-9176].
|
2013-11-11 17:56:41 +00:00 |
|
Alexey Milovidov
|
71ed66ff2c
|
dbms: tiny improvement [#METR-2807].
|
2013-11-11 05:35:58 +00:00 |
|
Alexey Milovidov
|
9fbaa3f823
|
dbms: removed now-useless log message [#METR-2944].
|
2013-11-11 03:38:40 +00:00 |
|
Sergey Fedorov
|
b6b40d4c4e
|
dbms: View and Materialized View implementation [#METR-9076]
|
2013-11-08 17:43:03 +00:00 |
|
Michael Kolupaev
|
e38ee8343a
|
dbms: fast seek in ReadBufferFromFile[Descriptor] and a speed test for it. [#METR-2807]
|
2013-11-08 12:27:44 +00:00 |
|
Alexey Milovidov
|
4b01316b72
|
dbms: fixed error with sorting unsigned numbers [#METR-9053].
|
2013-11-07 19:50:53 +00:00 |
|
Alexey Milovidov
|
cfa15da86e
|
dbms: OLAP compatibility: fixed error [#METR-9158].
|
2013-11-06 19:33:04 +00:00 |
|
Pavel Kartavyy
|
6800dbcceb
|
removed suddenly added file
|
2013-11-06 12:35:57 +00:00 |
|
Pavel Kartavyy
|
cff8978a3d
|
benchmark: fixed bug
|
2013-11-06 08:16:02 +00:00 |
|
Alexey Milovidov
|
2b83e43945
|
dbms: OLAP compatibility: fixed error [#METRIKASUPP-2523].
|
2013-11-05 17:17:29 +00:00 |
|
Alexey Milovidov
|
0bef5d4eed
|
dbms: fixed error in error messages [#METR-2944].
|
2013-11-04 02:41:11 +00:00 |
|
Alexey Milovidov
|
3f2ee82cdc
|
dbms: SplittingAggregator: added support for max_rows_to_group_by [#METR-2944].
|
2013-11-04 00:49:37 +00:00 |
|
Alexey Milovidov
|
b3a5b32f50
|
dbms: SplittingAggregator: development [#METR-2944].
|
2013-11-04 00:07:50 +00:00 |
|
Alexey Milovidov
|
c252785d2a
|
dbms: additional performance improvement [#METR-2944].
|
2013-11-03 23:54:12 +00:00 |
|
Alexey Milovidov
|
18a8aa74f8
|
dbms: merged convertToBlock and finalize aggregation steps whenever possible [#METR-2944].
|
2013-11-03 23:35:18 +00:00 |
|