diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 1dfed85090a..547ff453be3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,56 @@ Release Notes + + Release 7.4.12 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 7.4.11. + + + + Migration to version 7.4.12 + + + A dump/restore is not required for those running 7.4.X. + + + + + Changes + + + +Fixes for relation cache management and WAL file creation +(Tom) + +Fix rare bug with row visibility logic in self-inserted +rows (Tom) + +Properly check DOMAIN constraints for +UNKNOWN parameters in prepared statements +(Neil) + +Fix CREATE OPERATOR dumps that have +cross-schema definitions (Tom) + +Portability fix for finite and +isinf (Tom) + + + + + + Release 7.4.11 @@ -2753,6 +2799,38 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.14 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 7.3.13. + + + + Migration to version 7.3.14 + + + A dump/restore is not required for those running 7.3.X. + + + + + Changes + + + +PLACE HOLDER + + + + + + Release 7.3.13