This is an automated email from the ASF dual-hosted git repository.

reshke pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 44a249a8cf Fix: cherry-pick "Dynamic Partition Elimination, retrieving 
relation columns, update tests, intermedia agg"
     new dd4d96d3d4 ALTER TABLE SET ACCESS METHOD: AO->AOCO support
     new 88552c820a Fix populate_rel_col_encodings
     new b8f3cdea6d Remove existing reloptions when AM is changed
     new 182af31fc6 ALTER TABLE SET ACCESS METHOD: AOCO->AO support
     new 374d05728a Fix an issue with rle_type when changing table from AO to 
AOCO
     new 14fcd72d12 ALTER TABLE SET ACCESS METHOD: Heap->AOCO support
     new 386b74fb7d ALTER TABLE SET ACCESS METHOD: AOCO->Heap support
     new f3752542bc Fix cherry-pick issues.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/backend/access/common/reloptions_gp.c        |  18 +-
 src/backend/catalog/pg_appendonly.c              |  24 +-
 src/backend/commands/cluster.c                   |  15 +-
 src/backend/commands/tablecmds.c                 | 103 ++-
 src/backend/nodes/makefuncs.c                    |   1 +
 src/backend/parser/gram.y                        |  38 +-
 src/include/access/reloptions.h                  |   2 +-
 src/test/regress/expected/alter_table_set_am.out | 787 ++++++++++++++++++++++-
 src/test/regress/sql/alter_table_set_am.sql      | 390 ++++++++++-
 9 files changed, 1280 insertions(+), 98 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to