Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f14ae5f9
Commit
f14ae5f9
authored
Mar 08, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update alpha release notes for latest commits.
parent
c0dc44eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
17 deletions
+32
-17
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+32
-17
No files found.
doc/src/sgml/release-9.1.sgml
View file @
f14ae5f9
<!-- doc/src/sgml/release-9.1.sgml -->
<!-- This is (hopefully) up-to-date with commits through 2011-03-0
5
-->
<!-- This is (hopefully) up-to-date with commits through 2011-03-0
8
-->
<sect1 id="release-9-1-alpha">
<title>Release 9.1alpha4</title>
...
...
@@ -122,6 +122,24 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Synchronous replication</emphasis>
</para>
<para>
When enabled, transaction commit will wait for WAL records to be
replicated before informing the client that a transaction has
successfully committed.
</para>
</listitem>
<listitem>
<para>
<emphasis>When recovery_target_timelines='latest', periodically
rescan the archive for new timelines</emphasis>
</para>
</listitem>
</itemizedlist>
</sect3>
...
...
@@ -1011,15 +1029,14 @@
<listitem>
<para>
<emphasis>Skip dropped attributes when converting Python objects to
tuples</emphasis>
<emphasis>Make plpy.Fatal() raise FATAL, rather than ERROR</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>
Improve messages for errors in compiling anonymous
PL/Python block
s</emphasis>
<emphasis>
Skip dropped attributes when converting Python objects to
tuple
s</emphasis>
</para>
</listitem>
...
...
@@ -1043,11 +1060,17 @@
<listitem>
<para>
<emphasis>Do not prefix error messages with the string
"PL/Python: "</emphasis>
<emphasis>Improve error reporting</emphasis>
</para>
<para>
It is redundant, given the error context.
<para>Better error messages for errors in compiling anonymous
PL/Python blocks. Avoid prefixing error messages with the string
"PL/Python: ", which is redundant, given the error
context. Provide a separate exception class for each error code
the backend defines, and make it possible to get the SQLSTATE from
the exception object. Report Python errors from iterators
using PLy_elog, so that the Python exception is included in the
exception, and to avoid setting the errcode to
ERRCODE_DATA_EXCEPTION.
</para>
</listitem>
...
...
@@ -1095,14 +1118,6 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Provide a separate exception class for each error code
the backend defines, and make it possible to get the SQLSTATE from
the exception object</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>Assorted code cleanup</emphasis>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment