We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74d3ac commit bcf85e3Copy full SHA for bcf85e3
doc/src/sgml/release-9.1.sgml
@@ -196,7 +196,14 @@
196
197
<listitem>
198
<para>
199
- <emphasis>Implement a truly serializable isolation level</emphasis>
+ <emphasis>Implement Serializable Snapshot Isolation, in order to
200
+ provide a more robust serializable transaction mode.</emphasis>
201
+ </para>
202
+ <para>
203
+ In previous releases, the REPEATABLE READ and SERIALIZABLE isolation
204
+ levels were identical. The historical behavior of REPEATABLE READ is
205
+ unchanged in this release, but SERIALIZABLE now provides stronger
206
+ guarantees.
207
</para>
208
</listitem>
209
0 commit comments