Skip to content

Releases: open-gpdb/gpdb

6.29.9

Choose a tag to compare

@leborchuk leborchuk released this 08 Jul 11:56

What's Changed

  • Fix crash on NULL fallback with typmod. by @Alena0704 in #392
  • Fix CI: add S3 credentials for OTM buckets in yproxy.conf by @Alena0704 in #395
  • Backport 396 Fix cross-slice interaction detection for subplans by @Alena0704 in #399

Full Changelog: 6.29.8...6.29.9

6.29.8

Choose a tag to compare

@leborchuk leborchuk released this 07 May 08:33
5ad8245

Fixed bug

  • orca: fallback to Postgres optimizer on cross-slice replicated CTE Co… by @Alena0704 in #382

6.29.7

Choose a tag to compare

@NJrslv NJrslv released this 07 Apr 10:18

What's Changed

Full Changelog: 6.29.6...6.29.7

6.29.6

Choose a tag to compare

@leborchuk leborchuk released this 25 Mar 09:42
  • Add new extension temp_table_stats for temporary space usage survey. See details in https://github.com/open-gpdb/gpdb/tree/OPENGPDB_STABLE/gpcontrib/temp_tables_stat
  • Fix 3 bugs leading to lost WAL files. The files remain on the local disk but are not uploaded to S3, so they are lost after the gprecoverseg. Lost WAL files lead to lost opportunity for point-in-time recovery after missing the WAL.
  • Fix use-after-free gporca bug

Full Changelog: 6.29.5...6.29.6

6.29.5

Choose a tag to compare

@Alena0704 Alena0704 released this 12 Mar 11:39
  • Improved query planning performance for large join queries
  • Fixed crash in WAL receiver during shutdown
  • Improved query log analysis capabilities

6.29.4

Choose a tag to compare

@NJrslv NJrslv released this 10 Feb 14:43
  • Fix AOCS sampling with large values.
  • Fix segfault when two SIGTERMs come, in walreceiver.
  • Fix pg_basebackup connection to primary to get restore_command_hint.

6.28.21

Choose a tag to compare

@NJrslv NJrslv released this 10 Feb 14:34

Fix segfault when two SIGTERMs come, in walreceiver.

6.29.3

Choose a tag to compare

@leborchuk leborchuk released this 26 Jan 10:12
54d7cbe

What's Changed

Update yezzey to 1.8.7, here we changed yezzey_offload_relation_status function, now it supports 3 fields:
local_bytes - relation size for data stored local (always expect here 0 for offloaded data)
external_bytes - sum of offloaded data
external_bloat_bytes - data offloaded to S3 but not deleted yet

6.28.20

Choose a tag to compare

@leborchuk leborchuk released this 04 Feb 08:57
4304551

Update yezzey to 1.8.7, here we changed yezzey_offload_relation_status function, now it supports 3 fields:

 local_bytes - relation size for data stored local (always expect here 0 for offloaded data)
external_bytes - sum of offloaded data
external_bloat_bytes - data offloaded to S3 but not deleted yet

6.28.19

Choose a tag to compare

@leborchuk leborchuk released this 16 Jan 15:10

Bump yezzey to 1.8.7

  • fix bug with corruptions in yezzey.offload_metadata_indx
  • migrate yezzey functions to SRF to correct support cloudberry