Releases: open-gpdb/gpdb
Releases · open-gpdb/gpdb
Release list
6.29.9
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
6.29.7
What's Changed
- Add the access_log extension by @andr-sokolov
- Add the gp_stats_collector extension by @NJrslv
Full Changelog: 6.29.6...6.29.7
6.29.6
- 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
6.29.4
6.28.21
6.29.3
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
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