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

I encounter a bug. When copy data into a partition leaf table and table value for partition key is null, data can be copied into leaf table successfully. Even if...

community

## Bug Report ### Greenplum version or build master branch ### Step to reproduce the behavior ``` create table part_heap (id int, name text, race text) DISTRIBUTED BY (id) PARTITION...

type: bug

## Problem An error occurs in python lib when a plpython function is executed. After our analysis, in the user's cluster, a plpython UDF was running with the unstable network,...

type: bug
cla-not-required

## Bug Report ### Greenplum version or build - 6.25.3 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...

type: bug

## Bug Report ### Greenplum version or build - 6.24.4 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...

type: bug

## Bug Report When gpload.py utility degenerates temporary table for loading data it uses array of distibuted keys generated by get_table_dist_key method, which provide list of distibution keys without considering...

type: bug
type: enhancement

Real-time data processing can be realized only through SQL. When the source table changes, the result table automatically changes.

type: feature

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

cla-not-required

### Greenplum version or build PostgreSQL 8.3.23 (Greenplum Database 5.23.1) ### OS version and uname -a Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release : 14.04 Codename: trusty Linux *******...

type: feature
version: 6X_STABLE
version: 7X_ALPHA
Priority 2

When correlated Var refer to unavailable rels, in subselect of IN/ANY sublink, convert this sublink to semi join will lead to a wrong result. For example, ``` EXPLAIN (Costs off)...

community