cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Pass the postgres parallel schedule tests

Open oppenheimer01 opened this issue 4 months ago • 0 comments

  • [x] test_setup
  • [x] tablespace
  • [x] boolean
  • [x] char
  • [x] name
  • [x] varchar
  • [x] text
  • [x] int2
  • [x] int4
  • [x] int8
  • [x] oid
  • [x] xid
  • [x] float4
  • [x] float8
  • [x] bit
  • [x] numeric
  • [x] txid
  • [x] uuid
  • [x] enum
  • [x] money
  • [x] rangetypes
  • [x] multirangetypes
  • [x] pg_lsn
  • [x] regproc
  • [x] strings
  • [x] numerology
  • [x] point
  • [x] lseg
  • [x] line
  • [x] box
  • [x] path
  • [x] polygon
  • [x] circle
  • [x] date
  • [x] time
  • [x] timetz
  • [x] timestamp
  • [x] timestamptz
  • [x] interval
  • [x] inet
  • [x] macaddr
  • [x] macaddr8
  • [x] tstypes
  • [x] geometry
  • [x] horology
  • [x] regex
  • [x] oidjoins
  • [x] type_sanity
  • [x] opr_sanity
  • [x] misc_sanity
  • [x] comments
  • [x] expressions
  • [x] unicode
  • [x] create_type
  • [x] create_table
  • [x] copy
  • [x] copyselect
  • [x] copydml
  • [x] insert
  • [x] insert_conflict
  • [x] create_misc
  • [x] create_operator
  • [x] create_procedure
  • [x] create_index
  • [x] create_index_spgist
  • [x] create_view
  • [x] index_including
  • [x] index_including_gist
  • [x] create_aggregate
  • [x] create_cast
  • [x] constraints
  • [x] triggers
  • [x] select
  • [x] inherit
  • [x] typed_table
  • [x] vacuum
  • [x] drop_if_exists
  • [x] updatable_views
  • [x] roleattributes
  • [x] create_am
  • [x] hash_func
  • [x] errors
  • [x] sanity_check
  • [x] select_into
  • [x] select_distinct
  • [x] select_distinct_on
  • [x] select_implicit
  • [x] select_having
  • [x] subselect
  • [x] incremental_sort
  • [x] union
  • [x] case
  • [ ] join
  • [x] aggregates
  • [x] transactions
  • [x] random
  • [x] portals
  • [x] arrays
  • [x] btree_index
  • [x] hash_index
  • [ ] update
  • [x] delete
  • [x] namespace
  • [x] brin
  • [x] gin
  • [x] gist
  • [x] spgist
  • [ ] privileges
  • [x] init_privs
  • [x] security_label
  • [x] collate
  • [ ] matview
  • [ ] lock
  • [ ] replica_identity
  • [ ] rowsecurity
  • [ ] object_address
  • [ ] tablesample
  • [ ] task
  • [ ] appendonly_sample
  • [ ] aocs_sample
  • [ ] groupingsets
  • [ ] drop_operator
  • [ ] password
  • [ ] identity
  • [ ] generated
  • [ ] join_hash
  • [ ] create_table_like
  • [ ] alter_generic
  • [ ] alter_operator
  • [ ] misc
  • [ ] async
  • [ ] dbsize
  • [ ] misc_functions
  • [ ] sysviews
  • [ ] tsrf
  • [ ] tidscan
  • [ ] collate.icu.utf8
  • [ ] rules
  • [ ] psql
  • [ ] psql_crosstab
  • [ ] amutils
  • [ ] stats_ext
  • [ ] collate.linux.utf8
  • [ ] select_parallel
  • [ ] write_parallel
  • [ ] publication
  • [ ] subscription
  • [ ] select_views
  • [ ] portals_p2
  • [ ] foreign_key
  • [ ] cluster
  • [ ] dependency
  • [ ] guc
  • [ ] bitmapops
  • [ ] combocid
  • [ ] tsearch
  • [ ] tsdicts
  • [ ] foreign_data
  • [ ] gp_foreign_data
  • [ ] window
  • [ ] xmlmap
  • [ ] functional_deps
  • [ ] advisory_lock
  • [ ] indirect_toast
  • [ ] equivclass
  • [ ] json
  • [ ] jsonb
  • [ ] json_encoding
  • [ ] jsonpath
  • [ ] jsonpath_encoding
  • [ ] jsonb_jsonpath
  • [ ] plancache
  • [ ] limit
  • [ ] plpgsql
  • [ ] copy2
  • [ ] temp
  • [ ] domain
  • [ ] rangefuncs
  • [ ] prepare
  • [ ] conversion
  • [ ] truncate
  • [ ] alter_table
  • [ ] sequence
  • [ ] polymorphism
  • [ ] rowtypes
  • [ ] returning
  • [ ] with
  • [ ] xml
  • [ ] partition_join
  • [ ] partition_prune
  • [ ] reloptions
  • [ ] hash_part
  • [ ] indexing
  • [ ] partition_aggregate
  • [ ] partition_info
  • [ ] tuplesort
  • [ ] explain
  • [ ] event_trigger
  • [ ] fast_default
  • [ ] stats
  • [ ] createdb

oppenheimer01 avatar Aug 01 '25 02:08 oppenheimer01