gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.

Results 379 gpdb issues
Sort by recently updated
recently updated
newest added
trafficstars

(backported from https://github.com/greenplum-db/gpdb/commit/e747b2e1c2a67fd84a8213ccd5c261869c77d772) Differences between this and 7X: 1) Merge conflicts due to clang-format/nullptr 2) Disabling this feature by default, use `optimizer_enable_query_parameter` to enable 3) Addition in plancache.c to not...

area: gporca
version: 6X_STABLE
cla-not-required

repro: ``` create table t1 (id character varying NOT NULL); CREATE INDEX t_i ON t1 USING btree (((id)::name)); set gp_autostats_on_change_threshold to 1; insert into t1 values ('1111112346'); ``` gp7 fails...

cla-rejected

There is a bug in gp_hyperloglog work with different typlen. It does not handle cstring type, which typlen is -2. I dont know how to create an ordinary table with...

cla-rejected

There is no such function: ExecStoreTuple, but there is ExecStoreHeapTuple ## Here are some reminders before you submit the pull request - [x] Add tests for the change - [x]...

community

$subj ## Here are some reminders before you submit the pull request - [x] Add tests for the change - [x] Document changes - [x] Communicate in the mailing list...

community

Hi gpdb hackers! While inspecting gpdb AO/AOCS code i have noticed some places to enhance. I want to propose my little improvement. The change is to use macros for getting...

community

===================================================================== When the subplan's locusType is CdbLocusType_HashedOJ, cdbpathlocus_from_subquery will create an incorrect locus with locusType of CdbLocusType_Hashed. This will cause distributed motion node not to be added on top of...

version: 6X_STABLE
community

## Bug Report I used plpython3u to using duckdb, duckdb read gp is quickly, but write back to gp: ``` sql=f""" insert into gp.adm.kpi_summary_duck select * from tmp_rst ;""" duckdb.execute(sql)...

type: bug

## Bug Report I download the madlib2.1.0 from network.pivotal.io (tarball madlib-2.1.0-gp7-rhel8-x86_64.tar.gz). When I untar this file it creates a subdirectory where it puts the license, readme and what is supposed...

type: bug

main https://github.com/greenplum-db/gpdb/pull/17240 ## Here are some reminders before you submit the pull request - [ ] Add tests for the change - [ ] Document changes - [ ] Communicate...

wip: draft for feedback
cla-not-required