alesapin
|
57ea89c5f3
|
Merge branch 'master' into CLICKHOUSE-4112
|
2018-11-20 20:23:08 +03:00 |
|
alesapin
|
00f1329c59
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-11-20 17:04:07 +03:00 |
|
alesapin
|
01e2137364
|
CLICKHOUSE-4112: Add keepalive for http connections
|
2018-11-20 16:15:44 +03:00 |
|
Sabyanin Maxim
|
08fc057a15
|
make is_in_primary_key and etcetera work. add test.
|
2018-11-19 17:31:16 +03:00 |
|
alesapin
|
2a4a8d180b
|
Try to change stupid naming
|
2018-11-16 16:33:43 +03:00 |
|
alesapin
|
d4ce674b93
|
Add http connection pool between replicas
|
2018-11-16 16:15:17 +03:00 |
|
proller
|
9a98b80cf8
|
Try fix apple build part 2
|
2018-11-07 16:24:36 +03:00 |
|
proller
|
bb1dafd2b3
|
Try fix apple build part 1
|
2018-11-07 15:50:36 +03:00 |
|
alexey-milovidov
|
b1db9ec23c
|
Merge pull request #3436 from amosbird/master
Flexible fields assignment
|
2018-11-01 20:22:28 +03:00 |
|
Amos Bird
|
3cf2177268
|
Flexible fields assignment
Field f;
before:
f = Int64(-42);
after:
f = -42;
|
2018-10-24 08:47:33 +08:00 |
|
alexey-milovidov
|
4bf54337b9
|
Merge pull request #3292 from CurtizJ/order-by-efficient
Efficiently finish sorting by (x, y) stream, that already sorted by (x) [CLICKHOUSE-4022]
|
2018-10-23 11:34:22 +03:00 |
|
CurtizJ
|
6ff8a60460
|
fix style
|
2018-10-19 16:04:50 +03:00 |
|
CurtizJ
|
8a72ddd94b
|
wip on finish sorting
|
2018-10-19 15:02:31 +03:00 |
|
Alexey Milovidov
|
f720a5bf95
|
Fixed typos in code #3373
|
2018-10-13 17:33:43 +03:00 |
|
Alexey Milovidov
|
98859f232b
|
Merge branch 'master' into group_by_two_level_compatibility
|
2018-10-13 02:13:30 +03:00 |
|
Alexey Milovidov
|
218366e17f
|
Fixed error introduced in #3342
|
2018-10-12 00:31:36 +03:00 |
|
Alexey Milovidov
|
613061cee5
|
Fixed incompatibility when versions prior to 18.12.17 are used on remote servers and newer is used on initiating server, and GROUP BY both fixed and non-fixed keys, and when two-level group by method is activated [#CLICKHOUSE-4035]
|
2018-09-28 23:17:38 +03:00 |
|
proller
|
d752d5d62d
|
Prepare to new poco, build fixes (#3072)
* WIp
* fix
* fix
* test
* fix poco netssl find
* clean
* fixes
* wip
* wip
* new poco
* fixes
* Fixes
* wip
* clean
* clean
* clean
* clean
* Update HTTPHandlerFactory.h
|
2018-09-14 22:48:51 +03:00 |
|
chertus
|
57260bbd6a
|
math funcs for decimal (Float64 inside) [CLICKHOUSE-3765]
|
2018-09-14 17:40:51 +03:00 |
|
Alexey Milovidov
|
c7b1a40296
|
Fixed test [#CLICKHOUSE-2]
|
2018-09-09 05:23:24 +03:00 |
|
chertus
|
0b35cdae69
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
|
chertus
|
3bd586cad9
|
Merge branch 'master' into decimal
|
2018-09-06 11:57:46 +03:00 |
|
Alexey Milovidov
|
f584344184
|
Miscellaneous [#CLICKHOUSE-3939]
|
2018-09-06 05:24:35 +03:00 |
|
chertus
|
0581545cba
|
disable Decimal Comparison and Conditional compilation [CLICKHOUSE-3765]
|
2018-09-05 17:56:55 +03:00 |
|
chertus
|
60a39c28d1
|
better NaN comparison fix [CLICKHOUSE-3760]
|
2018-09-03 18:57:39 +03:00 |
|
chertus
|
522674d37f
|
fix for NaN comparison [CLICKHOUSE-3760]
|
2018-09-03 16:34:16 +03:00 |
|
chertus
|
c03291ce60
|
extract callOnTypeIndex.h from FunctionHelpers.h [CLICKHOUSE-3765]
|
2018-09-03 13:46:58 +03:00 |
|
alexey-milovidov
|
72c799ad76
|
Merge pull request #3008 from 4ertus2/decimal
even more Decimal
|
2018-09-03 07:19:33 +03:00 |
|
Alexey Milovidov
|
fc27be314b
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
|
Alexey Milovidov
|
e97d1bb63f
|
Rectification of FunctionsComparison [#CLICKHOUSE-2]
|
2018-09-02 04:12:32 +03:00 |
|
chertus
|
fe1e3300b7
|
remove dirty code [CLICKHOUSE-3765]
|
2018-08-31 20:36:27 +03:00 |
|
chertus
|
845db9b46e
|
CAST for decimal [CLICKHOUSE-3905]
|
2018-08-31 11:59:21 +03:00 |
|
chertus
|
ee873c8e9f
|
Merge branch 'master' into decimal
|
2018-08-27 19:18:48 +03:00 |
|
chertus
|
c86f2878ff
|
add special ColumnDecimal instead of ColumnVector<DecimalNN> CLICKHOUSE-3765
|
2018-08-27 19:16:16 +03:00 |
|
Alexey Milovidov
|
3475ef5304
|
Attempt to generalize ZooKeeper interface [#CLICKHOUSE-2]
|
2018-08-25 04:58:14 +03:00 |
|
chertus
|
53ec40eeee
|
some decimal field improvements CLICKHOUSE-3765
|
2018-08-24 19:35:00 +03:00 |
|
chertus
|
54a3c028c5
|
Merge branch 'master' into decimal
|
2018-08-24 14:19:41 +03:00 |
|
chertus
|
1467ca5610
|
decimal field visitors CLICKHOUSE-3765
|
2018-08-23 22:11:31 +03:00 |
|
chertus
|
cbb80f52c2
|
own DecimalField for Decimal32/64/128, better field comparison CLICKHOUSE-3765
|
2018-08-23 17:03:37 +03:00 |
|
Alexey Zatelepin
|
b6aa7542d0
|
add BackgroundSchedulePool::TaskInfo::activateAndSchedule() method
Almost always it (and not activate()) is precisely what is needed.
|
2018-08-22 16:43:27 +03:00 |
|
Alexey Milovidov
|
6834401118
|
Fixed error when BackgroundSchedulePool is initialized in context of a query #2482
|
2018-08-22 07:04:39 +03:00 |
|
Alexey Milovidov
|
deb3ce534c
|
Fixed error when BackgroundSchedulePool is initialized in context of a query #2482
|
2018-08-22 07:04:02 +03:00 |
|
Alexey Milovidov
|
ca5b83ac39
|
Fixed error when BackgroundSchedulePool is initialized in context of a query #2482
|
2018-08-22 06:58:19 +03:00 |
|
chertus
|
eac6dd1c99
|
Merge branch 'master' into decimal
|
2018-08-21 21:55:36 +03:00 |
|
chertus
|
1e97f9e549
|
toDecimalN() functions CLICKHOUSE-3905
|
2018-08-21 21:25:38 +03:00 |
|
Alexey Milovidov
|
7d76c3fd4f
|
Miscellaneous [#CLICKHOUSE-3765]
|
2018-08-21 07:31:35 +03:00 |
|
proller
|
159cdbbb3e
|
Try fix build (link order)
|
2018-08-20 18:34:37 +03:00 |
|
chertus
|
cdff502828
|
types convertion via helpers CLICKHOUSE-3765
|
2018-08-20 18:17:55 +03:00 |
|
Alexey Milovidov
|
e0f1637506
|
Moved file to appropriate place; split to cpp #2482
|
2018-08-20 05:34:00 +03:00 |
|
Alexey Milovidov
|
aef490d173
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
Conflicts:
dbms/src/Common/ODBCBridgeHelper.h
|
2018-08-17 00:47:15 +03:00 |
|