Nikolai Kochetov
34cd4fea0e
Fixing integrational test.
2020-12-24 12:05:14 +03:00
Alexander Kuzmenkov
912995cbae
some provision for aggregate fns as window fn args
...
(doesn't work yet)
also a perf test w/LIMIT BY
2020-12-24 11:49:55 +03:00
alexey-milovidov
e06b251121
Merge pull request #18441 from azat/ccache-SOURCE_DATE_EPOCH
...
Ignore SOURCE_DATE_EPOCH for newer ccache (4+)
2020-12-24 11:49:07 +03:00
alexey-milovidov
590fd21393
Merge pull request #18447 from ClickHouse/nikitamikhaylov-patch-1
...
Changelog update for all versions
2020-12-24 11:48:07 +03:00
alexey-milovidov
ee96c8142b
Merge pull request #18443 from azat/poco-build-fixes
...
Poco build fixes
2020-12-24 11:44:58 +03:00
George
f0f91fafaf
fixed a link
2020-12-24 11:44:45 +03:00
alexey-milovidov
23c4c0198d
Merge pull request #18444 from ClickHouse/small-improvements
...
Fix bug: no newline after exception message in some tools
2020-12-24 11:41:52 +03:00
George
be85056c71
added translation
2020-12-24 11:25:47 +03:00
vdimir
54448ad4ce
Remove unnecessary IPAddressDictionary::has overload
2020-12-24 07:38:10 +00:00
Alexander Kuzmenkov
8deb8e4808
Merge origin/master into tmp (using imerge)
2020-12-24 10:00:35 +03:00
Alexander Kuzmenkov
23d77a1698
remove debug output
2020-12-24 09:59:38 +03:00
Alexander Kuzmenkov
844239b1c3
tmp fixes (split me)
2020-12-24 07:03:33 +03:00
vladimir golovchenko
ed4fe206aa
Fixed the parseDateTimeBestEffort*-functions to correctly handle '12 am' time.
2020-12-23 18:10:00 -08:00
vladimir golovchenko
f39c961328
Added tests to cover cases with 12-hour clock time.
2020-12-23 18:09:40 -08:00
Nikita Mikhaylov
90ee0188d0
Update CHANGELOG.md
2020-12-24 04:34:34 +03:00
Nikita Mikhaylov
9cf67db4bb
Update CHANGELOG.md
2020-12-24 04:33:41 +03:00
Nikita Mikhaylov
407a3bfcb9
Update CHANGELOG.md
2020-12-24 04:23:10 +03:00
Nikita Mikhaylov
3e03c2ae63
Update CHANGELOG.md
2020-12-24 04:14:49 +03:00
Nikita Mikhaylov
54a11d91ac
Update CHANGELOG.md
2020-12-24 04:02:54 +03:00
Nikita Mikhaylov
ac8cc2b423
Update CHANGELOG.md
2020-12-24 03:56:43 +03:00
Nikita Mikhaylov
f2a35b59e0
Update CHANGELOG.md
2020-12-24 03:55:46 +03:00
robot-clickhouse
a58acbae67
Update version_date.tsv after release 20.8.10.13
2020-12-24 03:54:43 +03:00
Alexander Kuzmenkov
e3fb30b9f7
Merge pull request #18386 from ClickHouse/aku/faster-perf
...
Make some perf tests faster on slower machines
2020-12-24 03:47:18 +03:00
robot-clickhouse
22c51cb89a
Update version_date.tsv after release 20.10.7.4
2020-12-24 03:18:12 +03:00
Alexander Tokmakov
c49a6302fa
fix, add test
2020-12-24 03:13:53 +03:00
alexey-milovidov
1be0df5e04
Merge pull request #18396 from ClickHouse/filimonov-pipe-message
...
Fix exception text from Pipe.cpp
2020-12-24 01:24:57 +03:00
alexey-milovidov
c4bbb95b0f
Merge pull request #18405 from ClickHouse/add_test_for_compact_parts
...
Add test for already working code
2020-12-24 01:24:09 +03:00
robot-clickhouse
42b76979fe
Update version_date.tsv after release 20.11.6.6
2020-12-24 01:20:16 +03:00
robot-clickhouse
4a37db455d
Update version_date.tsv after release 20.12.4.5
2020-12-24 01:02:07 +03:00
Alexander Tokmakov
317df5f5d2
try fix 'value is too short' when converting from String to Nullable(T)
2020-12-24 00:57:33 +03:00
Alexey Milovidov
bb4668fd6e
Fix bug: no newline after exception message in some tools
2020-12-24 00:18:08 +03:00
alexey-milovidov
b931a153bd
Merge pull request #18433 from ClickHouse/watchdog-gdb
...
Do not use watchdog when server is run from tty
2020-12-24 00:06:39 +03:00
Azat Khuzhin
763844beac
Make poco library path variable scope less global
2020-12-23 23:55:39 +03:00
Azat Khuzhin
7c76bd2def
Fix ParsingException::displayText override (guard with POCO_CLICKHOUSE_PATCH)
2020-12-23 23:55:39 +03:00
Azat Khuzhin
92bc52d765
Fix Poco::Crypto library (missing linking with crypto)
2020-12-23 23:13:21 +03:00
alesapin
f3f5466d23
Merge pull request #18306 from amosbird/restrictsettings
...
Extend mergetree setting alter restriction
2020-12-23 23:09:59 +03:00
pingyu
3bd7d8f3c6
wip #17540
2020-12-24 03:39:02 +08:00
Dmitriy
31e4512c3d
One UNION section.
...
Объединил все в один раздел UNION.
2020-12-23 22:36:20 +03:00
Azat Khuzhin
d97455a94b
Ignore SOURCE_DATE_EPOCH for newer ccache (4+)
...
ccache 4+ starts respecting SOURCE_DATE_EPOCH [1], it will include it
into the hash of the manifest.
SOURCE_DATE_EPOCH will be passed from debhelpers, by extracting last
entry from d/changelog (or current time if there is entries)
And this will make ccache unusable.
Fix this by ignoring SOURCE_DATE_EPOCH, like current ccache version on
CI does (3.7.7)
[1]: 238553a1c4/src/ccache.cpp (L1279)
2020-12-23 22:15:57 +03:00
Nikita Mikhailov
7ac7d991ad
replace word anime with word big
2020-12-23 22:02:53 +03:00
Nikita Mikhailov
a35ef5ace3
better
2020-12-23 21:59:27 +03:00
Azat Khuzhin
0325203759
d/rules: disable hardening (they were not added in official builds anyway)
...
After upgrading compat level to 10 (in previous commit to avoid warning
on debian:testing, and this is not just a warning, but the compat level
implicitly changed to 10), hardening became working, since it requires
compat level >= 9 [1]
[1]: https://wiki.debian.org/Hardening
While hardening for clickhouse builds should not be used, so just
disable them.
2020-12-23 21:50:37 +03:00
Azat Khuzhin
08beb3ad64
d/compat: bump compatibility level to 10
...
Official CI builds uses ubuntu:20.04, which has the following:
- debhelper: 12.10ubuntu1
- dpkg-dev: 1.19.7ubuntu3 (should not be relevant, but let's keep it)
While debian:testing has:
- debhelper: 13.3
- dpkg: 1.20.5 (should not be relevant, but let's keep it)
In debhelper 13 compat level <= 9 has been deprecated [1], hence the
warning:
warning: Compatibility levels before 10 are deprecated (level 8 in use)
[1]: 427594c413
And this is not only warning but also compat level implicitly will be
changed to 10. For now this is only for debian:testing but in future it
will be relevant for newer ubuntu, and hence official builds.
2020-12-23 21:50:24 +03:00
Nikita Mikhailov
9a069b2cc0
Merge branch 'copier-segfault' of github.com:nikitamikhaylov/ClickHouse into copier-segfault
2020-12-23 21:31:18 +03:00
Vitaliy Zakaznikov
13e633c1ad
Regenerating ldap/authentication/requirements/requirements.py
2020-12-23 13:17:18 -05:00
Anton Popov
857e2ef557
remove unused code
2020-12-23 21:03:41 +03:00
Anton Popov
c8cdaba180
Merge remote-tracking branch 'upstream/master' into remove-unused-code-1
2020-12-23 20:38:29 +03:00
Anton Popov
204a20fe29
remove unused code
2020-12-23 20:34:00 +03:00
Nikita Mikhailov
bcb595e34c
Merge branch 'master' of github.com:ClickHouse/ClickHouse into copier-segfault
2020-12-23 20:30:51 +03:00
Nikolai Kochetov
97ffc40321
Merge pull request #18409 from ClickHouse/try-to-fix-ya-check
...
Try fix ya.make
2020-12-23 20:02:53 +03:00