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

Release 2.5

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.
  • Adjust the interface for locking table rows, to make it same as the table access method in PostgreSQL.
  • Fixed the issue where the TOAST index was not updated when deleting a TOAST tuple.
  • When reorganizing a table’s data, set the page cleanup time and tuple commit time for visibility checks.