Alexey Milovidov
|
8b87511e25
|
Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*\w+/}/'
|
2019-06-13 13:37:13 +03:00 |
|
alesapin
|
a0e7d183f7
|
Merge pull request #5534 from yandex/debug_dns_cache
Fix bug in pooled sessions and host ip change
|
2019-06-05 22:37:17 +03:00 |
|
Orivej Desh
|
5ec179377a
|
DEVTOOLS-5170 Delete Y_IGNORE markers (#5533)
They have been superseded by a new include resolution configuration that lives
outside clickhouse source tree.
|
2019-06-05 14:52:39 +03:00 |
|
alesapin
|
07ee60b546
|
Fix bug with pooled HTTP sessions and host ip change
|
2019-06-05 12:23:41 +03:00 |
|
Anton Yuzhaninov
|
091b591681
|
Fix build without Brotli (#5513) (#5521)
|
2019-06-03 23:27:53 +03:00 |
|
alexey-milovidov
|
461c4919d3
|
Merge pull request #5116 from PerformanceVision/send_header
Send a X-ClickHouse summary on the header for HTTP client with number of rows inserted
|
2019-05-25 20:20:35 +03:00 |
|
Guillaume Tassery
|
77b7158cd8
|
Progress rename for total_rows and write_[rows|bytes]
|
2019-05-20 18:37:41 +07:00 |
|
alexey-milovidov
|
24b16da9fd
|
Merge pull request #5235 from vitlibar/improve-new-json-functions
Improve new json functions
|
2019-05-18 12:51:41 +03:00 |
|
alexey-milovidov
|
c2132880f6
|
Update WriteBufferFromVector.h
|
2019-05-18 12:43:43 +03:00 |
|
Danila Kutenin
|
0d3422fa8a
|
toValidUTF8 function added
|
2019-05-17 15:55:21 +03:00 |
|
chertus
|
21cf553f16
|
extract readDecimalText.h from readFloatText.h
|
2019-05-16 19:41:10 +03:00 |
|
Vitaly Baranov
|
c93bd31695
|
Simplify template implementation.
|
2019-05-16 14:09:22 +03:00 |
|
chertus
|
2739a3f6d0
|
Merge branch 'master' into nulls
|
2019-05-16 14:02:12 +03:00 |
|
chertus
|
5f19c0981d
|
add toDecimalOrZero and toDecimalOrNull fuctions
|
2019-05-15 21:50:35 +03:00 |
|
chertus
|
720f8667e4
|
fix decimal quoted csv input
|
2019-05-15 16:51:17 +03:00 |
|
Ivan
|
4a5832b18a
|
Check the time limit every (flush_interval / poll_timeout) number of rows from Kafka (#5249)
|
2019-05-14 18:52:03 +03:00 |
|
Guillaume Tassery
|
9c295fa524
|
Don't ask client to send write info byte if the version cannot handle it
|
2019-05-13 14:18:02 +07:00 |
|
Guillaume Tassery
|
1ae8948177
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into send_header
|
2019-05-13 13:35:12 +07:00 |
|
Guillaume Tassery
|
a1ed3f8f6b
|
Add checks for header progress
|
2019-05-13 12:55:53 +07:00 |
|
Guillaume Tassery
|
2bd3895e40
|
Rename HTTP header on total_rows to rows_in_set
|
2019-05-13 11:56:08 +07:00 |
|
Guillaume Tassery
|
1b30f91c42
|
Return to old implementation of read and write values for progress
|
2019-05-13 11:48:09 +07:00 |
|
Guillaume Tassery
|
a4c891e529
|
Typo for progress and summary header
|
2019-05-10 13:50:48 +07:00 |
|
proller
|
b9385f9620
|
Disable test in macos
|
2019-05-08 13:24:50 +03:00 |
|
Guillaume Tassery
|
6dcaadc620
|
Merge remote-tracking branch 'upstream/master' into send_header
|
2019-05-06 17:18:41 +07:00 |
|
Guillaume Tassery
|
7d578edc85
|
Check null values for when we send summary header
|
2019-05-06 16:09:45 +07:00 |
|
Guillaume Tassery
|
55842dce10
|
code style
|
2019-05-06 13:57:48 +07:00 |
|
Guillaume Tassery
|
e0bd16c1f4
|
Backward compatibility for write progress with old version of server and client
|
2019-05-06 13:14:37 +07:00 |
|
Guillaume Tassery
|
7b1be6efc4
|
Clode cleaning and add test for X-ClickHouse-Summary header
|
2019-04-26 10:46:52 +07:00 |
|
Guillaume Tassery
|
3707f26edf
|
Write number of rows written in a summary instead of progress header
|
2019-04-26 10:38:39 +07:00 |
|
Guillaume Tassery
|
ced71ac9fd
|
Send how many rows and bytes were written during the query
|
2019-04-25 18:25:49 +07:00 |
|
Alexey Milovidov
|
58d7d1e451
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
|
Guillaume Tassery
|
7a75003d26
|
Send X-ClickHouse-Progress header in the end of a query execution
|
2019-04-19 19:14:10 +07:00 |
|
Danila Kutenin
|
622b2c8472
|
Enable LFAlloc for MarkCache and UncompressedCache
|
2019-04-13 15:07:43 +03:00 |
|
Alexey Milovidov
|
36d016d331
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
|
Alexey Milovidov
|
f37d66bb2e
|
Brotli: additions to #4388
|
2019-04-10 19:12:31 +03:00 |
|
Mikhail Fandyushin
|
e566d10eee
|
HTTP Accept-Encoding: br; Revert using unbundled brotli library. FCixed using not initialized http respones ostream pointer
|
2019-04-10 00:59:44 +03:00 |
|
Mikhail Fandyushin
|
7fc9b8c6fb
|
Merge branch 'master' into brotli
|
2019-04-08 21:07:58 +03:00 |
|
alexey-milovidov
|
27f7f0908f
|
Merge pull request #4913 from yandex/fix_additional_seek
Fix bug with additional file processing in cache compressed buffer
|
2019-04-07 01:24:50 +03:00 |
|
Danila Kutenin
|
1c030e4ed1
|
Fix allocations for a while
|
2019-04-06 23:53:25 +03:00 |
|
Danila Kutenin
|
37d70ac558
|
MarkCache and UncompressedCache use different allocator to catch segfaults more reliable
|
2019-04-06 18:27:39 +03:00 |
|
alesapin
|
7e1975b0c8
|
Fix bug with additional seek in cache compressed buffer
|
2019-04-05 12:42:44 +03:00 |
|
alesapin
|
5a6c4bf526
|
Better comment
|
2019-04-03 17:34:46 +03:00 |
|
alesapin
|
804a7612c2
|
Add comment
|
2019-04-03 17:28:39 +03:00 |
|
alesapin
|
bee8d61e26
|
Fix seek backwards after eof in ReadBufferAIO
|
2019-04-03 17:24:55 +03:00 |
|
Vitaly Baranov
|
37b904b8f5
|
Merge pull request #4808 from vitlibar/kafka-with-protobuf-format
Kafka with protobuf format
|
2019-03-30 19:00:57 +03:00 |
|
alesapin
|
2764401d0f
|
Fix exception 'No message received'
|
2019-03-29 21:10:03 +03:00 |
|
Vitaly Baranov
|
a78e067c70
|
Allow empty row_delimiter when using Kafka.
|
2019-03-29 17:38:52 +03:00 |
|
proller
|
e4d45b7e50
|
Fix test include
|
2019-03-28 16:10:42 +03:00 |
|
Mikhail Fandyushin
|
c53b303bc2
|
HTTP Accept-Encoding: br; Added brotli errors codes
|
2019-03-27 00:32:29 +03:00 |
|
Mikhail Fandyushin
|
4b7ac9e9b4
|
HTTP Accept-Encoding: br; Fixed review notes
|
2019-03-26 23:27:34 +03:00 |
|