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

## Bug Report In the Greenplum 7 documentation there is a section that attempts to provide a comparable view for the loss of the previous pg_partition_columns. The view however is...

type: bug

## Background Currently, the Query Dispatcher (QD) endeavors to terminate all Query Executor (QE) processes within gangs upon receiving cancellation requests such as pg_cancel_backend()/pg_terminate_backend() from the frontend. The process should...

cla-not-required

Because the 'icproxy' is a configurable function. So, if we have not config it, give us a chance to bypass it. ## Here are some reminders before you submit the...

area: management utilities
needs: backport
7X_STABLE

## Bug Report Enhance aggregate replication safety in planner ### Greenplum version or build main ### Reproduce Step ``` CREATE AGGREGATE my_safe_avg (float8) ( sfunc = float8_accum, stype = float8[],...

type: enhancement
area: server

## Bug Report It appears that certain information was removed from pg_class.reloptions in GPDB7, namely the appendonly=true and orientation= clauses. We have queries that were using reloptions in GPDB6 to...

type: bug

## Bug Report ---------------- 1) This is a simplified part of a larger query being used to find append-optimized tables that need to be vacuumed. In releases prior to Greenplum...

type: bug

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

type: bug

Partially revert 50748b7 changes that broke down wildcard interconnect address type handling for gpdb 7. Removed duplicated assertion, already checked for unicast interconnect few lines above. interconnect_address is null for...

Hi, greenplum team! Here a patch that: * adds retries to connection phase of gpssh * allows to fail fast when some of hosts are not reachable I am using...

cla-rejected

This patch fixes several type mismatching issues. 1. The DistributedTransactionId is of type uint64, we shouldn't cast it to TransactionId which is of type uint32. 2. The Cost is of...

cla-not-required