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

This commit introduces the gp_appendonly_compaction_threshold GUC, which ensures the availability of N segfiles for insert operations, before going forward with a compaction decision. During VACUUM, we decide to drop a...

needs: backport
area: aoco
cla-not-required
7X_STABLE

Sampling on CO tables requires all columns sub-segfiles have the same total `tupcount` presented physically, ADD COLUMN operation didn't populate physical rows which have default values for better performance. This...

cla-not-required

AlterTableCreateAoBlkdirTable() is being called unconditionally, it upgrades ShareLock to ShareRowExclusiveLock hence may result in deadlock for concurrent index creation even if block directory is present on the append-optimized table. This...

cla-not-required

In the 6x side, if the subpath's locus collocates tuples with group keys, the planner favors local sortgroupagg over MDQ join rewrite. We also choose sortgroupagg when the group key...

cla-not-required

This is a backport of https://github.com/greenplum-db/gpdb/pull/17345 Currently gpssh always clears out the TERM env variable before performing SSH connections. This will cause problems when users want only to use a...

version: 6X_STABLE
backport
gpcm_in
cla-not-required

Currently `gpssh` always clears out the `TERM` env variable before performing SSH connections. This will cause problems when users want only to use a specific terminal (like tmux) when performing...

needs: backport
gpcm_in
cla-not-required
7X_STABLE

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

Currently, Orca falls back to Planner if a CTE is referenced multiple times and contains outer references. This is due to the way Orca creates CTE producers/consumers for shared scans...

area: gporca
cla-not-required
7X_STABLE

## Bug Report One of our production clusters was repeatedly experiencing coordinator seg faults running this query: ```sql with open_rate_avg as (select sum(tab.opened)*100/sum(tab.sended) as or_avg from (select date(date_trunc('week', date(customer_action_datetime_utc))) as...

type: bug
version: 6X_STABLE
Priority 1
executor

## Bug Report query crashes due to assertion failure: ``` explain with abc as (select sum(a)/sum(b) from foo ), c1 as (select sum(a)/sum(b) as col1 from bar) select (select 1...

type: bug
area: gporca