This is an automated email from the ASF dual-hosted git repository.
yjhjstz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 64cfb48305 Fix groupingsets_optimizer.out
new f90a5a51fe Declare BackoffPriorityIntToValue and
ResourceQueueGetPriorityWeight as extern functions. (#13908)
new 615a5d0c48 if encoding is defaulted when creating external tables, we
will use the server encoding (#13885)
new e7e594420d Fix leak user information by LDAP (#13831)
new 86d9520c08 disallow generated columns in distribution key
new 2de3a0f65d Emit ERROR if gp_fastsequence entry goes backward during
update
new 4fba819842 cdbappendonlystoragewrite: Remove dead functions
new 7b95278d6e Avoid loading gp_inject_fault extension twice
new 2dd5c39969 gpcheckcat: Make opt block similar to 6X
new 4fa1899642 Fix gplogfilter csv generation
new 6805b17f4e [AORO] change addition assignment to assigment
new c6931b5ff7 Resolve a GPDB_12_MERGE_FIXME in regress/dsp.
new 45496ef56c Escape database name for dbconn.
new 6b8da0727e Fix compile-time warn in pg_basebackup code.
new 9916d77c7c Removing AOCO add column fixme
new 029ac9e79c Resolve tablecmd fixme for external part check
new 7349bb4c21 Fix for ICW test alter_table_aocs2
new d8f22d1a15 AOFetchBlockMetadata: Remove dead fields
new fffa69a19c DatumStreamWrite teardown: NULL out after pfree
new 0bb07c03c6 DatumStreamRead teardown: NULL out after pfree
new f882215c97 Eliminate alien nodes before execution for entry db
new e5d742b806 Preserve param info when bringing a path to OuterQuery locus
new 8425ed16b0 Remove an redundant case from workfile_limits (#13998)
new 9389da31d3 Move test bitmap_union from isolation2 to regress.
new b50e6d1c4b Fix pipeline failure
The 24 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:
gpMgmt/bin/gpcheckcat | 9 ++-
gpMgmt/bin/gppylib/db/dbconn.py | 11 +++-
gpMgmt/bin/gppylib/logfilter.py | 15 ++++-
src/backend/access/aocs/aocsam.c | 4 ++
src/backend/access/appendonly/aosegfiles.c | 10 ++--
src/backend/access/appendonly/appendonlyam.c | 5 --
src/backend/catalog/gp_fastsequence.c | 11 +++-
src/backend/catalog/pg_compression.c | 1 +
src/backend/cdb/cdbappendonlystoragewrite.c | 28 +--------
src/backend/cdb/dispatcher/cdbdisp_query.c | 10 ++++
src/backend/commands/exttablecmds.c | 4 +-
src/backend/commands/tablecmds.c | 13 ++--
src/backend/executor/execMain.c | 2 +-
src/backend/libpq/auth.c | 15 ++++-
src/backend/optimizer/path/allpaths.c | 2 +-
src/backend/optimizer/plan/createplan.c | 14 ++---
src/backend/parser/parse_utilcmd.c | 20 +++++++
src/backend/postmaster/backoff.c | 6 +-
src/backend/utils/datumstream/datumstream.c | 10 +++-
src/backend/utils/datumstream/datumstreamblock.c | 21 +++++++
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
src/include/cdb/cdbappendonlyblockdirectory.h | 3 -
src/include/cdb/cdbappendonlystoragewrite.h | 4 --
src/include/postmaster/backoff.h | 5 ++
src/test/isolation2/Makefile | 2 +-
src/test/isolation2/expected/bitmap_union.out | 69 ----------------------
.../isolation2/expected/bitmap_union_optimizer.out | 68 ---------------------
src/test/isolation2/isolation2_schedule | 1 -
src/test/isolation2/sql/bitmap_union.sql | 27 ---------
src/test/regress/expected/alter_table_aocs2.out | 30 ++++++++++
src/test/regress/expected/bitmap_index.out | 63 ++++++++++++++++++++
.../regress/expected/bitmap_index_optimizer.out | 67 +++++++++++++++++++++
src/test/regress/expected/dsp.out | 16 +----
src/test/regress/expected/generated.out | 15 ++++-
src/test/regress/expected/subselect_gp.out | 54 +++++++++++++++++
.../regress/expected/subselect_gp_optimizer.out | 54 +++++++++++++++++
src/test/regress/expected/workfile_limits.out | 24 --------
src/test/regress/input/external_table.source | 9 +++
src/test/regress/input/gpcopy.source | 2 +
src/test/regress/output/external_table.source | 20 +++++++
src/test/regress/output/gpcopy.source | 1 +
src/test/regress/sql/alter_table_aocs2.sql | 22 +++++++
src/test/regress/sql/bitmap_index.sql | 30 ++++++++++
src/test/regress/sql/dsp.sql | 17 +-----
src/test/regress/sql/generated.sql | 10 +++-
src/test/regress/sql/subselect_gp.sql | 24 ++++++++
src/test/regress/sql/workfile_limits.sql | 21 -------
src/test/regress/test_dbconn.py | 30 ++++++++++
48 files changed, 576 insertions(+), 325 deletions(-)
delete mode 100644 src/test/isolation2/expected/bitmap_union.out
delete mode 100644 src/test/isolation2/expected/bitmap_union_optimizer.out
delete mode 100644 src/test/isolation2/sql/bitmap_union.sql
create mode 100644 src/test/regress/test_dbconn.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]