Commit Graph

4 Commits (25b3e1d1c1d76ab09b5d263b1d1cfc8d2b59f05f)

Author SHA1 Message Date
Jeff Davis 25b3e1d1c1 tmp1 2022-05-25 09:08:29 -07:00
Yanwen Jin 4d287c9581 Update version as 11.1-1 and makefile for testing purpose 2022-05-25 08:40:31 -07:00
jeff-davis a9f8a60007
Columnar: support relation options with ALTER TABLE. (#5935)
Columnar: support relation options with ALTER TABLE.

Use ALTER TABLE ... SET/RESET to specify relation options rather than
alter_columnar_table_set() and alter_columnar_table_reset().

Not only is this more ergonomic, but it also allows better integration
because it can be treated like DDL on a regular table. For instance,
citus can use its own ProcessUtility_hook to distribute the new
settings to the shards.

DESCRIPTION: Columnar: support relation options with ALTER TABLE.
2022-05-20 08:35:00 -07:00
Marco Slot 9476f377b5 Remove old re-partitioning functions 2022-04-04 18:11:52 +02:00