Michael Kolupaev
|
4e975b43ec
|
Merge
|
2014-04-07 19:45:46 +04:00 |
|
Michael Kolupaev
|
4a45c7c089
|
Merge
|
2014-04-04 21:20:45 +04:00 |
|
Michael Kolupaev
|
954a97764c
|
Merge
|
2014-04-04 17:27:47 +04:00 |
|
Michael Kolupaev
|
1b5b9a1f1e
|
Merge
|
2014-04-04 16:47:57 +04:00 |
|
Michael Kolupaev
|
847128152e
|
Merge
|
2014-04-04 14:37:33 +04:00 |
|
Michael Kolupaev
|
95fc39c559
|
Merge
|
2014-04-03 17:30:21 +04:00 |
|
Michael Kolupaev
|
50ba6ca8e1
|
Merge
|
2014-04-03 16:49:01 +04:00 |
|
Michael Kolupaev
|
b4d85c1676
|
Merge
|
2014-04-03 15:48:28 +04:00 |
|
Michael Kolupaev
|
5a0aab3bb2
|
Merge
|
2014-04-03 12:47:59 +04:00 |
|
Michael Kolupaev
|
b92f1ff480
|
Merge
|
2014-04-02 17:45:39 +04:00 |
|
Michael Kolupaev
|
233557ec72
|
Merge
|
2014-04-02 14:40:23 +04:00 |
|
Michael Kolupaev
|
f885e8680b
|
Moved DB::Exception and StackTrace to statdaemons (to allow zkutil to have stack trace in exceptions without depending on dbms). [#METR-10202]
|
2014-04-02 14:29:54 +04:00 |
|
Michael Kolupaev
|
997875d7d1
|
Merge
|
2014-04-02 14:10:37 +04:00 |
|
Michael Kolupaev
|
8fc53a7020
|
Merge
|
2014-04-02 11:59:43 +04:00 |
|
Michael Kolupaev
|
b0558796aa
|
dbms: remote() table function can be used with dot: remote('127.0.0.1', system.one). [#METR-2807]
|
2014-03-28 20:08:48 +04:00 |
|
Michael Kolupaev
|
d42352149d
|
dbms: DISTINCT before ORDER BY. [#METR-9627]
|
2014-03-28 20:08:48 +04:00 |
|
Sergey Fedorov
|
a138e8efdf
|
dbms: insignificant fix in checking if block is ready for compression [METR-10570]
|
2014-03-28 20:01:36 +04:00 |
|
Sergey Fedorov
|
6395e841f9
|
Merge
|
2014-03-28 18:36:24 +04:00 |
|
Sergey Fedorov
|
9d3da47428
|
protocol: commets on sending external tables [METR-10071]
|
2014-03-28 16:19:59 +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
|
573d382b7b
|
Merge
|
2014-03-28 00:32:49 +04:00 |
|
Alexey Milovidov
|
95a3cd2e9e
|
dbms: AggregateFunctionArray: fixed performance issue [#METR-10366].
|
2014-03-28 00:32:12 +04:00 |
|
Michael Kolupaev
|
784014f79a
|
dbms: fixed removing arrayJoin from subquery. [#METR-9549]
|
2014-03-27 23:50:02 +04:00 |
|
Michael Kolupaev
|
852d35615c
|
dbms: Fixed a bug. [#METR-10615]
|
2014-03-27 23:50:02 +04:00 |
|
Alexey Milovidov
|
eba3126077
|
dbms: style [#METR-10071].
|
2014-03-27 23:09:23 +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 |
|
Michael Kolupaev
|
347c8c9047
|
Merge
|
2014-03-27 21:42:19 +04:00 |
|
Michael Kolupaev
|
a8f4ed6278
|
Merge
|
2014-03-27 21:30:04 +04:00 |
|
Sergey Fedorov
|
e735568723
|
dbms: aggregate function array [METR-10366]
|
2014-03-27 16:48:09 +04:00 |
|
Michael Kolupaev
|
6a3043e749
|
Deduplicated code for merge tree writing; previous commit is useless. [#METR-10202]
|
2014-03-27 16:32:37 +04:00 |
|
Sergey Fedorov
|
5237f8b6ca
|
dbms: fixed cancelling input stream in tcphandler [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Sergey Fedorov
|
a4d4990860
|
dbms: fixed problem with sending empty tables, few more fixes [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Sergey Fedorov
|
9ecf7b3f79
|
defines: fixed DBMS_MIN_REVISION_WITH_TEMPORARY_TABLES to correct value [METR-10071]
|
2014-03-27 16:06:45 +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
|
386f6d0da5
|
connection: bug-fix: sending query with pending data [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Sergey Fedorov
|
27f081a382
|
dbms: create temporary table query, external tables from stdin [METR-10071]
|
2014-03-27 16:06:45 +04:00 |
|
Sergey Fedorov
|
a17a57c425
|
client: external data sending from client to server [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
|
b48bc12739
|
Merge
|
2014-03-27 15:32:41 +04:00 |
|
Michael Kolupaev
|
db3c061396
|
Added checksums to data parts. Not writing them yet. [#METR-10202]
|
2014-03-27 15:29:40 +04:00 |
|
Michael Kolupaev
|
8bbee1f1c1
|
dbms: Added HashingWriteBuffer and a unit test. [#METR-10202]
|
2014-03-27 12:12:32 +04:00 |
|
Alexey Milovidov
|
651e593bb2
|
dbms: fixed error with aggregate function quantileTiming [#METR-10597].
|
2014-03-26 04:34:00 +04:00 |
|
Alexey Milovidov
|
f0f09d00fd
|
dbms: fixed unitialized memory read [#METR-10597].
|
2014-03-26 04:17:31 +04:00 |
|
Alexey Milovidov
|
78e59c0394
|
dbms: fixed sorting of arrays [#METR-10572].
|
2014-03-26 03:16:20 +04:00 |
|
Michael Kolupaev
|
755fa64369
|
Fixed build. [#METR-10566]
|
2014-03-25 22:19:08 +04:00 |
|
Michael Kolupaev
|
262ffcd74b
|
Fixed parametric aggregate functions in totals. [#METR-10566]
|
2014-03-25 22:16:40 +04:00 |
|
Michael Kolupaev
|
a202cb4eaf
|
Merge
|
2014-03-25 18:06:40 +04:00 |
|