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

The QE notice message might be truncated because MPPnoticeReceiver() limited message lenght about 800 bytes sent to the client. The client should not see an incomplete notice message. This commit...

community

Fix external protocol dump from gp6 using gp7 pg_dump. As in gp6 there is no objtype abbreviation E in 'acldefault' fuction. check with sql in gp6 ``` select acldefault('E', 16384);...

## Bug Report ### Greenplum version or build 7X as of: 258ec966b26929430fc5dc9f6e6fe09854644302 Does not repro on 6X as of: 72d9dff1c40a2bdfae3cc3ddd79206da2a635298 ### Expected behavior ``` postgres=# create table foox(i int) distributed...

type: bug
version: 7X_ALPHA

In cryptography package version 3.2 when certain sequences of update() calls with large values (multiple GBs) for symmetric encryption or decryption occur, it's possible for an integer overflow to happen,...

gpcm_in

docs for https://github.com/greenplum-db/gpdb/pull/10612. update the default value and add a note about consecutive values.

Issue: ====== Current implementation of ORCA does not remove the redundant predicates after transitive closure. Solution: ========= This PR is trying to remove the redundant predicates based on the following...

area: gporca
version: 6X_STABLE

Previously, it was required to set PYTHONPATH before using the GP management utils. Since PYTHONPATH will affect where to lookup Python packages, having this dependency makes it inconvenient for the...

area: management utilities
wip: draft for feedback
version: 7X_ALPHA

## Bug Report The distinct operation is performed on the replicated table, and the results are not as expected. It can be seen from the execution plan that the internal...

type: bug
area: gporca

In PR #8565, locking optimization for select for locking clause in extended query is forbidden, due to extended query are taken as cursors, and will be dispatched to reader gangs....

community

## Bug Report ### Greenplum version or build Test under Master branch (top commit: ec10c4dfc45d204c4f383bd14b1fb6b50e2c2b23) and 6X_STABLE (top commit: 72d9dff1c40a2bdfae3cc3ddd79206da2a635298) ### Reproduce SQL **NOTE: AO column is key to reproduce...

type: bug