Dmitry Novik
aabf5123d6
Fixup
2022-07-12 13:46:06 +00:00
Dmitry Novik
cfca3db884
Fix crash with totals
2022-07-12 12:15:43 +00:00
Dmitry Novik
ffa5ef6293
Update tests
2022-07-12 00:14:41 +00:00
Dmitry Novik
29cfe33ed7
Small fix
2022-07-11 18:14:49 +00:00
Dmitry Novik
66074b3950
Fix distributed aggregation
2022-07-11 18:11:58 +00:00
Dmitry Novik
0b18b4ed43
Use group_by_use_nulls in tests more often
2022-07-07 18:58:46 +00:00
Dmitry Novik
d1df66687b
Merge branch 'master' into group-by-use-nulls
2022-07-07 20:54:38 +02:00
Dmitry Novik
1587385f7a
Cleanup code
2022-07-07 18:53:20 +00:00
Robert Schulze
f15d9ca59c
Merge pull request #38774 from zvonand/zvonand-nnd
...
Reintroduce nonNegativeDerivative()
2022-07-07 20:39:13 +02:00
Vladimir C
db838f1343
Merge pull request #35796 from vdimir/full-sorting-merge-join
2022-07-07 19:16:49 +02:00
Igor Nikonov
fac42db380
Merge pull request #38873 from ClickHouse/order_by_with_braces
...
Order by tuple
2022-07-07 19:16:06 +02:00
Kruglov Pavel
8ffd6cd22c
Merge pull request #38717 from Avogar/improve-bc-check
...
Try to improve backward compatibility check
2022-07-07 18:52:34 +02:00
Dmitry Novik
24243c51be
Fix distributed grouping sets with nulls
2022-07-07 16:40:35 +00:00
Kruglov Pavel
ab67838c44
Merge pull request #38816 from Avogar/fix-values-func
...
Allow null modifier in columns declaration for table functions
2022-07-07 17:27:18 +02:00
Dan Roscigno
b58abbdc8c
Merge pull request #38952 from den-crane/patch-21
...
Doc. Fix markup
2022-07-07 11:08:58 -04:00
Kseniia Sumarokova
48220f64d6
Merge pull request #38214 from bigo-sg/storagehive_alter
...
support alter on `StorageHive` table
2022-07-07 17:06:43 +02:00
zvonand
6dd3988460
Merge branch 'zvonand-nnd' of github.com:zvonand/ClickHouse into zvonand-nnd
2022-07-07 16:42:49 +03:00
zvonand
8df2d756f5
updated tests
2022-07-07 16:42:29 +03:00
Alexander Tokmakov
fdd2db4ace
Move check for denied allocations ( #38858 )
...
* move check for denied allocations
* remove include
* make hardening softer
2022-07-07 14:24:36 +02:00
Denny Crane
29d75e5a12
Update column.md
2022-07-07 08:21:01 -03:00
alesapin
1bd97fa6fa
Merge pull request #38851 from Algunenano/rmarin_read_only_on_drop
...
Deactivate mutations_finalizing_task during shutdown
2022-07-07 12:55:50 +02:00
Alexander Tokmakov
10dc83b7a9
Merge pull request #38934 from den-crane/patch-20
...
Doc. Added [ON CLUSTER cluster] to alter partition
2022-07-07 12:57:02 +03:00
Kruglov Pavel
7c60714b4b
Merge pull request #38841 from lokax/isnullable
...
feat(Function): add isNullable function
2022-07-07 11:49:45 +02:00
Kruglov Pavel
fa1d5b8bdb
Merge pull request #38901 from ClickHouse/Avogar-patch-1
...
Avoid false positive red sanitizer asserts check in stress test
2022-07-07 11:42:47 +02:00
mergify[bot]
7ba147bc7d
Merge branch 'master' into improve-bc-check
2022-07-07 09:38:17 +00:00
Igor Nikonov
b48a626d02
Simplify test
...
- complexity comes from dreaming about EXPLAIN queries as an ordinary
ones returning scalar result. So they can be used in SQL tests
instead of shell ones
2022-07-07 08:45:13 +00:00
Igor Nikonov
fa0d54a3b2
Merge remote-tracking branch 'origin/master' into order_by_with_braces
2022-07-07 08:13:49 +00:00
Igor Nikonov
01bbfd86ad
Merge pull request #38910 from ClickHouse/explain_ast_after_rewrite
...
EXPLAIN AST rewrite option
2022-07-07 10:09:55 +02:00
Igor Nikonov
1f46f48d7d
Fix: remove heeavy performance tests, introduced within this PR
2022-07-07 07:57:05 +00:00
Alexey Milovidov
02adad3f27
Merge pull request #37860 from amosbird/remove-duplicated-log
...
Remove duplicate peak mem log
2022-07-07 08:16:06 +03:00
Nikolay Degterinsky
2ea46708d6
Merge pull request #38938 from evillique/fix_typos
...
Fix a typo
2022-07-07 04:58:39 +02:00
Nikolay Degterinsky
5c5c7ae6db
Fix typos
2022-07-07 02:17:57 +00:00
Dan Roscigno
e8a5327625
Merge pull request #38928 from DanRoscigno/update-docker-README
...
update README
2022-07-06 21:15:57 -04:00
Vitaly Baranov
ed27987646
Merge pull request #38861 from vitlibar/backup-improvements-9
...
Backup Improvements 9
2022-07-07 02:24:47 +02:00
Denny Crane
db357f4a3c
Update index.md
2022-07-06 20:57:49 -03:00
Denny Crane
9d520e391f
Update index.md
2022-07-06 20:57:25 -03:00
Denny Crane
0a70e596a8
Update update.md
2022-07-06 20:55:19 -03:00
Denny Crane
71c4e738d0
Update update.md
2022-07-06 20:55:06 -03:00
Denny Crane
f96225cca4
Update partition.md
2022-07-06 20:50:13 -03:00
Denny Crane
f361ddcf49
Update partition.md
2022-07-06 20:48:07 -03:00
Denny Crane
d542e8fb7b
Update exchange.md
2022-07-06 20:43:45 -03:00
Denny Crane
d51f9b954b
Update exchange.md
2022-07-06 20:41:01 -03:00
Yakov Olkhovskiy
48c8bc3da9
Merge pull request #38896 from Algunenano/fix_seconds
...
Fix settings profile with seconds unit
2022-07-06 19:05:13 -04:00
Igor Nikonov
6be6a13c2f
Merge branch 'master' into order_by_with_braces
2022-07-07 00:36:12 +02:00
Igor Nikonov
a20a15ff30
Tests
...
+ check that EXPLAIN SYNTAX return the same result for ordinary ORDER BY and ORDER BY tuple
+ performance
2022-07-06 22:27:53 +00:00
Igor Nikonov
77317c65fd
Merge pull request #38902 from ClickHouse/interpreter_cleanup_2
...
Interpreter cleanup: ContextPtr -> const ContextPtr & in parameters
2022-07-06 23:46:55 +02:00
Dan Roscigno
2a6765ce8c
Merge pull request #38603 from den-crane/patch-17
...
Doc. More settings / mysql
2022-07-06 15:24:13 -04:00
DanRoscigno
88bc5a84e5
update README
2022-07-06 14:06:53 -04:00
Igor Nikonov
810926c7fc
Rename setting after_rewrite
-> rewrite
2022-07-06 17:29:30 +00:00
Igor Nikonov
beac1820da
Test for EXPLAIN AST after_rewrite option
2022-07-06 15:33:11 +00:00