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

This comparison can be safely eliminated. The change is trivial and no tests needed.

Enhance gpcheckcat to generate a report and log all tables that use legacy opclass in the distribution policy. This enhancement is necessary as ORCA will fallback to the planner in...

gpcm_in
cla-not-required

***NOTE***: The initial design has been largely changed. Please read [this comment](https://github.com/greenplum-db/gpdb/pull/16765#issuecomment-1858591950) and onwards for discussion about the new design. I'll update the this description section later. ----------------- This commit...

type: feature
cla-not-required
7X_only
7X_STABLE

Currently when gprecoverseg fails, it records the error in a log file. This log file can be pg_basebackup/pg_rewind file depending on the type of recovery the failed segments were undergoing....

gpcm_in
cla-not-required
7X_STABLE

Following `gp services` framework [PR](https://github.com/greenplum-db/gpdb/pull/15563), here's the functionality to initialize the cluster using the underlying framework. Current PR covers the following: - Cluster initialization with the provided configuration - Unit...

gpcm_in
cla-not-required
7X_STABLE

Add the following GUC's optimizer_enable_dynamicindexscan optimizer_enable_dynamicbitmapscan Fix #16885 `optimizer_enable_bitmapscan` used to control the switch of dynamic bitmap scan as well. This is no more the case with the addition of...

area: gporca
status: merge window
cla-not-required
7X_STABLE

This PR is the foundation to implement CDC. ## 1, Add info to logs Customer can utilize logical decoding to synchronize data from one source-GP to another target-GP. If customers...

cdc
cla-not-required

Previously (#6776) we fix plans with a Nested Loop join on the inner side of another Nested Loop join, executor may produce an error: ERROR: illegal rescan of motion node:...

topic: planner
community

## Bug Report We are deploying greenplum-db 7.1.0 in a cluster of VMs with AuthorizedKeysFile parameter configured at /etc/ssh/sshd_config: `AuthorizedKeysFile /etc/ssh/authorized_keys/%u` _gpssh-exkeys_ ignores this configuration and assume, incorrectly, that authorized_keys...

type: bug

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

type: bug
area: management utilities
gpcm_in