1. Versions Introduction
[Release date: September 9, 2022]
IvorySQL 1.5 is based on PostgreSQL 14.5 and includes various fixes and new features from IvorySQL 1.4 onwards.
This version is compatible with IvorySQL 1.4 and does not require a dump/restore for users running IvorySQL 1.X.
It contains various fixes from 14.4 onwards, specifically fixing the problem that extension scripts will replace objects that do not belong to the extension could cause running arbitrary code in the victim role (possibly superuser). More details can be found in version 14.5
In addition, this release includes the following important fixes.
-
Fixes for redoing CREATE DATABASE WAL logs on the standby server
-
Support "In-Place" tablespace
-
Fixes permission checking in CREATE INDEX
For updates and bug fixes in PostgreSQL 14.5, please refer to the official PostgreSQL 14.5 Release Notes.
5. Source Code
IvorySQL contains 2 main code repositories, the database IvorySQL code bin, and the IvorySQL blog bin:.
-
IvorySQL code bin: https://github.com/IvorySQL/IvorySQL
-
IvorySQL blog bin: https://github.com/IvorySQL/Ivory-www