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
26ed3fdb
Commit
26ed3fdb
authored
Mar 09, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make alpha release notes more consistent as regards periods.
parent
f14ae5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+11
-12
No files found.
doc/src/sgml/release-9.1.sgml
View file @
26ed3fdb
...
...
@@ -244,7 +244,7 @@
<listitem>
<para>
<emphasis>Allow a table's row type to be cast to the table's supertype
if it's a type table
.
</emphasis>
if it's a type table</emphasis>
</para>
<para>
This is analagous to the existing facility that allows casting a row
...
...
@@ -255,7 +255,7 @@
<listitem>
<para>
<emphasis>Make foreign data wrappers functional, and support FOREIGN
TABLEs
.
</emphasis>
TABLEs</emphasis>
</para>
<para>
Foreign tables are component of SQL/MED, and provide a framework to
...
...
@@ -267,14 +267,14 @@
<listitem>
<para>
<emphasis>Allow a unique or primary key constraint to be created
using an existing index
.
</emphasis>
using an existing index</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>Implement Serializable Snapshot Isolation, in order to
provide a more robust serializable transaction mode
.
</emphasis>
provide a more robust serializable transaction mode</emphasis>
</para>
<para>
In previous releases, the REPEATABLE READ and SERIALIZABLE isolation
...
...
@@ -308,7 +308,7 @@
<listitem>
<para>
<emphasis>Teach ALTER TABLE .. SET DATA TYPE to avoid a table write
<emphasis>Teach ALTER TABLE ..
.
SET DATA TYPE to avoid a table write
in some cases where it isn't necessary
</emphasis>
</para>
...
...
@@ -390,7 +390,7 @@
<listitem>
<para>
<emphasis>Support unlogged tables
.
</emphasis>
<emphasis>Support unlogged tables</emphasis>
</para>
<para>
The contents of an unlogged table are not WAL-logged; thus, they
...
...
@@ -402,7 +402,7 @@
<listitem>
<para>
<emphasis>Hash joins now support right and full outer joins
.
</emphasis>
<emphasis>Hash joins now support right and full outer joins</emphasis>
</para>
<para>
Previously, full joins could be implemented only as a merge join,
...
...
@@ -599,8 +599,7 @@
<listitem>
<para>
Support host names and host key
word <literal>all</literal>
Support host names and host key word <literal>all</literal>
in <filename>pg_hba.conf</filename>
</para>
</listitem>
...
...
@@ -666,7 +665,7 @@
<para>
<emphasis>When an autovacuum worker (other than one performing an
anti-wraparound vacuum) is unable to obtain a lock on the target
relation without blocking, skip the relation
.
</emphasis>
relation without blocking, skip the relation</emphasis>
</para>
<para>
This avoids pinning down an autovacuum worker. The next autovacuum
...
...
@@ -712,7 +711,7 @@
<listitem>
<para>
<emphasis>Add REPLICATION privilege for ROLEs
.
</emphasis>
<emphasis>Add REPLICATION privilege for ROLEs</emphasis>
</para>
<para>
This makes it possible for replication to be performed by a
...
...
@@ -799,7 +798,7 @@
<listitem>
<para>
<emphasis>Change pg_last_xlog_receive_location not to move
backwards
.
</emphasis>
backwards</emphasis>
</para>
</listitem>
...
...
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