ltrk2
|
27a2d4d1c7
|
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
|
2023-08-02 11:36:43 -04:00 |
|
Mike Kot
|
1335d06b8f
|
Do not replicate ALTER TABLE t FREEZE on Replicated engine (#52064)
* fix
* do not replicate alter freeze
* fix
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-08-02 14:39:54 +03:00 |
|
ltrk2
|
e869adf645
|
Improve function naming
|
2023-07-31 06:48:50 -07:00 |
|
kssenii
|
b683477b20
|
Better dynamic disk configuration
|
2023-07-31 14:15:22 +02:00 |
|
ltrk2
|
6c9a1b14ef
|
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
|
2023-07-28 16:18:46 -04:00 |
|
Nikolay Degterinsky
|
d89e2e6a27
|
Add SYSTEM STOP LISTEN query (#51016)
Co-authored-by: Nikita Mikhaylov <nikitamikhaylov@clickhouse.com>
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2023-07-26 19:58:41 +02:00 |
|
Nikita Mikhaylov
|
1dc9ca2c24
|
Merge pull request #52549 from ClickHouse/whitespace-before-comma
Check for punctuation
|
2023-07-25 20:30:36 +02:00 |
|
Anton Popov
|
4531b105ac
|
Merge branch 'master' into flush-async-insert-queue
|
2023-07-25 15:48:01 +02:00 |
|
Alexey Milovidov
|
21382afa2b
|
Check for punctuation
|
2023-07-25 06:10:04 +02:00 |
|
Alexey Milovidov
|
b53baa43ac
|
Merge pull request #51293 from ClickHouse/sql-fetch-allow-without-offset
Allow SQL standard `FETCH` without `OFFSET`
|
2023-07-25 05:44:39 +03:00 |
|
Alexander Tokmakov
|
c3e2077449
|
Merge branch 'master' into comment-db
|
2023-07-24 20:53:46 +03:00 |
|
Alexey Milovidov
|
9660bc0d99
|
Merge branch 'master' into sql-fetch-allow-without-offset
|
2023-07-24 19:50:40 +02:00 |
|
Nikolay Degterinsky
|
40652cf2de
|
Merge pull request #51899 from evillique/describe-table-settings
Allow SETTINGS before FORMAT in DESCRIBE TABLE query
|
2023-07-24 15:24:41 +02:00 |
|
Anton Popov
|
347f442f84
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-07-24 10:55:31 +00:00 |
|
Alexey Milovidov
|
4fbd667687
|
Merge branch 'master' into sql-fetch-allow-without-offset
|
2023-07-22 18:41:32 +02:00 |
|
robot-clickhouse-ci-2
|
0db9c79886
|
Merge pull request #52332 from rschu1ze/better-formatsettings
Minor: Less awkward IAST::FormatSettings
|
2023-07-21 14:49:58 +02:00 |
|
ltrk2
|
90a2c460c6
|
Merge branch 'master' into feature/mergetree-checksum-big-endian-support
|
2023-07-21 08:07:18 -04:00 |
|
Val Doroshchuk
|
d16d444943
|
MaterializedMySQL: Add support of double quoted comments
|
2023-07-20 13:59:01 +02:00 |
|
János Benjamin Antal
|
e74acda53e
|
PRQL integration (#50686)
* Added prql-lib
* Add PRQL parser
* Extend stateless tests
* Add unit tests for `ParserPRQL`
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-37-24.eu-central-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-10-10-10-195.eu-central-1.compute.internal>
Co-authored-by: Александр Нам <47687537+seshWCS@users.noreply.github.com>
|
2023-07-20 12:54:42 +02:00 |
|
Robert Schulze
|
bd761c365a
|
Make serializeAST() more regular
|
2023-07-20 10:39:26 +00:00 |
|
Robert Schulze
|
25ddcc256b
|
Make IAST::FormatSettings more regular, pt. III
|
2023-07-20 10:34:05 +00:00 |
|
Robert Schulze
|
e5ec6a1523
|
Make IAST::FormatSettings more regular, pt. II
|
2023-07-20 10:32:55 +00:00 |
|
Robert Schulze
|
35a4fabc2d
|
Make IAST::FormatSettings more regular
|
2023-07-20 10:32:09 +00:00 |
|
Robert Schulze
|
7a0de384d4
|
Cosmetics
|
2023-07-20 10:25:08 +00:00 |
|
ltrk2
|
a3d0335f53
|
Fix a build error
|
2023-07-19 11:20:42 -07:00 |
|
ltrk2
|
ba4072f049
|
Adapt changes around SipHash
|
2023-07-19 10:01:58 -07:00 |
|
ltrk2
|
51e2c58a53
|
Implement endianness-independent SipHash and MergeTree checksum serialization
|
2023-07-19 10:01:55 -07:00 |
|
Robert Schulze
|
bdaf82922a
|
Use formatAST()
|
2023-07-19 12:56:15 +00:00 |
|
Alexey Milovidov
|
482c8b5cde
|
Merge pull request #52158 from ClickHouse/fix-unexpected-ast-set
Fix unexpected AST Set
|
2023-07-18 22:17:51 +03:00 |
|
Ilya Yatsishin
|
73246b4788
|
Merge pull request #52056 from ClickHouse/ignore-create-index-query
Allow to ignore CREATE INDEX query for better SQL syntax compatibility
|
2023-07-18 14:40:38 +02:00 |
|
Alexey Milovidov
|
da29166f08
|
Merge branch 'master' into fix-unexpected-ast-set
|
2023-07-17 23:17:55 +03:00 |
|
Nikita Mikhaylov
|
9a30aaa9aa
|
Revert "Fixed several issues found by OSS-Fuzz"
|
2023-07-17 16:14:58 +02:00 |
|
robot-ch-test-poll2
|
7f960c2379
|
Merge pull request #51160 from Algunenano/async_to_query_log
Log async insert flush queries into to system.query_log and system.processes
|
2023-07-17 13:49:22 +02:00 |
|
Nikita Mikhaylov
|
d04f39370a
|
Merge branch 'master' into oss-fuzz-fixes
|
2023-07-17 13:41:54 +02:00 |
|
Yatsishin Ilya
|
5b853c1958
|
Make ASTFuzzer happy
|
2023-07-17 11:32:22 +00:00 |
|
Alexey Milovidov
|
7915ba253b
|
Better version
|
2023-07-17 04:49:04 +02:00 |
|
robot-clickhouse-ci-2
|
ac3cc1c2ff
|
Merge pull request #45671 from ClibMouse/feature/interval-kql-style-formatting
Implement KQL-style formatting for Interval
|
2023-07-16 04:06:54 +02:00 |
|
Yatsishin Ilya
|
2ee7a9846f
|
fix
|
2023-07-12 12:47:24 +00:00 |
|
Yatsishin Ilya
|
3bd9c57a8c
|
allow to ignore CREATE INDEX query for better SQL syntax compatibility
|
2023-07-12 09:29:36 +00:00 |
|
Amos Bird
|
a33b90c648
|
Projection & optimize_group_by_function_keys
|
2023-07-11 21:11:28 +08:00 |
|
Amos Bird
|
1739bb306a
|
Projection & optimize_aggregators_of_group_by_keys
Fix projection with optimize_aggregators_of_group_by_keys = true
|
2023-07-11 21:11:27 +08:00 |
|
ltrk2
|
9a74b97184
|
Improve naming
|
2023-07-10 13:51:49 -04:00 |
|
ltrk2
|
522b9ebf8c
|
Implement KQL-style formatting for Interval
|
2023-07-10 13:51:49 -04:00 |
|
Raúl Marín
|
dbdfc07790
|
Merge branch 'master' into async_to_query_log
|
2023-07-10 10:32:56 +02:00 |
|
Alexey Milovidov
|
5d385f5f14
|
Merge pull request #51881 from qoega/per-column-pk-syntax
Add support for PRIMARY KEY syntax in column definition
|
2023-07-08 21:52:29 +03:00 |
|
Alexey Milovidov
|
2a8c7d0ea2
|
Update src/Parsers/ParserCreateQuery.cpp
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2023-07-08 21:52:19 +03:00 |
|
Alexey Milovidov
|
933a92e176
|
Merge branch 'master' into remove-useless-system-query
|
2023-07-08 01:45:19 +02:00 |
|
Ilya Yatsishin
|
7aacc35829
|
Merge branch 'master' into per-column-pk-syntax
|
2023-07-07 14:52:15 +02:00 |
|
Alexey Milovidov
|
7cece62d26
|
Revert "Merge pull request #51547 from kssenii/more-flexible-drop-cache"
This reverts commit 2ce7bcaa3d , reversing
changes made to e897207cd5 .
|
2023-07-07 04:07:19 +02:00 |
|
Alexey Milovidov
|
f0cc90a7fb
|
Revert "Merge pull request #51822 from kssenii/minor-changes"
This reverts commit 5ac85f4fa8 , reversing
changes made to 376c903da9 .
|
2023-07-07 04:07:03 +02:00 |
|