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

**Context:** As suggested [here](https://github.com/greenplum-db/gpdb/pull/17126#issuecomment-2014060576) we need to fetch the last valid wal segment to calculate the remaining bytes of startup recovery. So added option --last-valid-walname to pg_waldump to emit the...

cla-not-required

In the previous design, before a retrieve connection exits, it would cancel all partially retrieved endpoints in this session, which could lead to the entire transaction being aborted. However, in...

Remove limitation for query parameters and FIELDSELECT in documentation

7X_Docs
cla-not-required

fix a bug in getTables to obtain the amname of the heap table in lower versions of postgres. In the version upgrade from GPDB6 to GPDB7, amname will be used...

fix a bug about version control in function getPartitionDefs (pg_dump). GPDB6 VERSION (such as 90426) is generally greater than GPDB6_MAJOR_PGVERSION (90400). so we need this function to take effect in...

This commit adds functional tests for the changes committed in the gpinitsystem support for mirror PR https://github.com/greenplum-db/gpdb/pull/17294. init_cluster_config_validation_test.go - This contains tests related to the input init config provided with...

gpcm_in
cla-not-required

This commit includes the following modifications: - Expose `get_common_group_tles()` and `choose_grouping_locus()` - Extend `expression_tree_walker()` to support value nodes ## Here are some reminders before you submit the pull request -...

cla-not-required

When building from source but not in git repository, getversion script has logic to use PACKAGE_VERSION for version string. Plus, anyways configure should represent the current state correctly. Hence replacing...

cla-not-required

## Behavior When using parallel retrieve cursor, for example, there is a table with 10,000 rows of data. ```sql create table t1(a int); insert into t1 select generate_series(1,10000); ``` But...

type: enhancement

## Bug Report Incorrect version in configure.in file: [Greenplum Database], [7.0.0-beta.0]. ### Greenplum version or build 7.1

type: bug