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

There is a clerical error about 'gp_resource_group_memory_limit' introductions. For example, 0.175 means 17.5%, so we should not add '%' after 0.175. ## Here are some reminders before you submit the...

This is a new feature for supporting authentication using aws default profiles into S3 pluginSupport. When both accessid and secret are empty in s3 config file, we will try to...

When we ask GPDB to explain a query, it uses flow to count rows number, and it can be either a single segment command, a command that can be executed...

community

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

type: bug

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

type: bug
area: server
version: 6X_STABLE
Priority 2

### Greenplum version or build `master` branch; likely applies to 4->6 and 5->6 upgrade cases as well ### Problematic behavior After a column is dropped from an AO/CO table and...

type: bug
topic: upgrade
version: 6X_STABLE
Priority 1

``` create table index_confusion ( col1 int, col2 int, col3 int, col4 int, col5 int, col6 int, col7 int, col8 int, col9 int, col10 int, col11 int, col12 int) PARTITION...

type: bug
area: gporca
version: 6X_STABLE
Priority 3

### Greenplum version or build Greenplum Database 5.8.0+dev.27.g06a5f48 build dev ### Step to reproduce the behavior #### Create the test table ``` CREATE TABLE m_partition (a int,b date,c text,d int)...

type: bug
topic: partitions
area: server
Priority 2

Reference: https://github.com/greenplum-db/gpdb/pull/3510 Currently, in case of ALTER TABLE REORGANIZE and CTAS, the master dispatches the CREATE command for creating internal temporary tables and lets the primary segments evaluate the reloptions....

type: enhancement
area: server
Priority 3

Aggregates were disabled by 386d54232, but a lot of fixes were already applied, so maybe it's time to exercise CI against DQWA. May be related to #12641.

area: gporca
community