The Redrock Postgres development team is pleased to announce Redrock Postgres version 3.3, which is based on the PostgreSQL 17 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, more efficient updates on table rows, and elimination of index write amplification; 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.
The Redrock Postgres development team is pleased to announce Redrock Postgres version 3.2, which is based on the PostgreSQL 17 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.
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.
The Redrock Postgres development team is pleased to announce Redrock Postgres version 3.0, which has been synchronized with the latest version of the PostgreSQL community.
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.
This release contains a variety of fixes from 2.4-1. For information about new features in major release 2, see Release 2.1.
Migration to Version 2.5 A dump/restore is not required for those running 2.X.
Changes Adjust interfaces to update/delete tuples of system catalogs for DDL operation, to make them same as system catalog access interface in PostgreSQL. Adjust interfaces to update/delete table rows for the executor, to make them same as table access methods in PostgreSQL.
This release contains a variety of fixes from 2.3-1. For information about new features in major release 2, see Release 2.1.
Migration to Version 2.4 A dump/restore is not required for those running 2.X.
Changes Fixed a concurrency issue between the threaded backends and signal handler thread on windows. Fixed a issue that parallel query blocked occasionally on windows. Fixed the issue that minor version upgrade occurred error on windows, although it is just a result of wrong status checking.
This release contains a variety of fixes from 2.2-1. For information about new features in major release 2, see Release 2.1.
Migration to Version 2.3 A dump/restore is not required for those running 2.X.
Changes Fixed the connection issue in hot standby when manages database objects, and the issue in hot standby when performs index scan to access deleted records. Fixed a replication issue when redoing the INSERT and UPDATE operations to extend a new page.
This release contains a variety of fixes from 12.1.5-1. For information about new features in major release 12, see Release 12.1.0.
Migration to Version 2.2 A dump/restore is not required for those running 12.1.X.
Changes Integrate dependent components into software packages, eliminating the dependency on other packages. Revert file name changes in the data directory, including: postmaster.pid, postmaster.opts, postgresql.auto.conf. Released generic packages that supports the RPM format, supports x86 and ARM 64-bit hardware architectures.