diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index be8d65ae4b..6682106820 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -196,7 +196,14 @@ - Implement a truly serializable isolation level + Implement Serializable Snapshot Isolation, in order to + provide a more robust serializable transaction mode. + + + In previous releases, the REPEATABLE READ and SERIALIZABLE isolation + levels were identical. The historical behavior of REPEATABLE READ is + unchanged in this release, but SERIALIZABLE now provides stronger + guarantees.