Redrock Postgres Documentation
Home Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Release 3.1

The Redrock Postgres development team is pleased to announce Redrock Postgres version 3.1, which is based on the PostgreSQL 17.4 community release.

Redrock Postgres is an enterprise-grade distribution of PostgreSQL, focusing on the quality and stability of database, and is fully compatible with all features and capabilities of the PostgreSQL community edition.

For more information, please see the website.

Feature overview:

  • No table bloat issue;
  • No need for regular heavyweight vacuum of tables and indexes;
  • Transaction IDs in 64-bit format, eliminating the need for regular full freezing of whole cluster data;
  • Logging records for rolling back modified data and transactions, making transaction status maintenance and management simpler and more stable.

Changes:

  • Fix issues with the pageinspect plugin;
  • Clean up some codes, and make modifications more centralized to facilitate subsequent community version updates;
  • Fix the limitation of maximum number of tuples in a single page and maximum size of TOAST chunk;
  • Fix some issues related to subscription and some issues related to two-phase transactions.