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 e3fc63322f gpssh: Retry with TERM env variable set during failures
     new b7bce83ed1 Preserve AO storage options during internal CTAS
     new 04e6ac6e51 Don't dispatch temp namespace oid to writer gang (#13523)
     new 8fbc662880 fix incorrect scan position during bitmap index words scan 
(#13479)
     new 3199861dfe Toasting for AO tables should still use custom 
toast_tuple_target
     new 44c1e6d3f1 Resolve cherry-pick issues. Bring back toast_tuple_target 
logic.

The 5 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/appendonly/appendonlyam.c       |   2 +-
 src/backend/access/bitmap/bitmap.c                 |   5 +-
 src/backend/access/bitmap/bitmaputil.c             |  24 +++--
 src/backend/access/common/reloptions_gp.c          |  54 ++++++++++
 src/backend/access/heap/heaptoast.c                |  26 +++--
 src/backend/catalog/namespace.c                    |  14 +--
 src/backend/cdb/dispatcher/cdbdisp_query.c         |   2 +-
 src/backend/commands/tablecmds.c                   |  15 ++-
 src/backend/tcop/postgres.c                        |   2 +-
 src/include/access/heaptoast.h                     |   2 +-
 src/include/access/reloptions.h                    |   2 +
 src/test/regress/expected/bfv_temp.out             |  28 +++++
 src/test/regress/expected/bitmap_index.out         |  20 ++++
 .../regress/expected/bitmap_index_optimizer.out    |  20 ++++
 src/test/regress/expected/expand_table_ao.out      | 118 +++++++++++++++++++++
 src/test/regress/expected/toast.out                |  15 ++-
 src/test/regress/sql/bfv_temp.sql                  |  14 +++
 src/test/regress/sql/bitmap_index.sql              |  18 ++++
 src/test/regress/sql/expand_table_ao.sql           |  77 ++++++++++++++
 src/test/regress/sql/toast.sql                     |  12 +++
 20 files changed, 441 insertions(+), 29 deletions(-)


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

Reply via email to