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
f670c195
Commit
f670c195
authored
Mar 20, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder some 9.1 release item documentation entries, fix some awkward wording.
parent
9b095fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
59 deletions
+54
-59
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+54
-59
No files found.
doc/src/sgml/release-9.1.sgml
View file @
f670c195
...
@@ -524,7 +524,7 @@
...
@@ -524,7 +524,7 @@
<listitem>
<listitem>
<para>
<para>
Add
new
buffers_backend_fsync field to <link
Add buffers_backend_fsync field to <link
linkend="monitoring-stats-views-table"><structname>pg_stat_bgwriter</></link>
linkend="monitoring-stats-views-table"><structname>pg_stat_bgwriter</></link>
(Greg Smith)
(Greg Smith)
</para>
</para>
...
@@ -578,7 +578,7 @@
...
@@ -578,7 +578,7 @@
</sect3>
</sect3>
<sect3>
<sect3>
<title>
Continuous Archiving and Streaming Replication
</title>
<title>
Streaming Replication and Continuous Archiving
</title>
<itemizedlist>
<itemizedlist>
...
@@ -632,7 +632,7 @@
...
@@ -632,7 +632,7 @@
<listitem>
<listitem>
<para>
<para>
Add
new
replication <link linkend="SQL-CREATEROLE">permission</link>
Add replication <link linkend="SQL-CREATEROLE">permission</link>
for roles (Magnus Hagander)
for roles (Magnus Hagander)
</para>
</para>
...
@@ -831,7 +831,7 @@
...
@@ -831,7 +831,7 @@
<listitem>
<listitem>
<para>
<para>
Add per-column <link
Add per-column <link
linkend="
sql-syntax-collate-exprs
">collation</link> support
linkend="
collation
">collation</link> support
(Peter Eisentraut, Tom Lane)
(Peter Eisentraut, Tom Lane)
</para>
</para>
...
@@ -918,22 +918,10 @@
...
@@ -918,22 +918,10 @@
</sect4>
</sect4>
<sect4>
<sect4>
<title><link linkend="SQL-CREATETABLE"><command>CREATE TABLE</></link></title>
<title><link linkend="SQL-CREATETABLE"><command>CREATE
/ALTER
TABLE</></link></title>
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Add <link linkend="SQL-CREATETABLE"><command>CREATE TABLE IF
NOT EXISTS</></link> syntax (Robert Haas)
</para>
<para>
This allows table creation without causing an error if the
table already exists.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE ...
Add <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE ...
...
@@ -974,6 +962,18 @@
...
@@ -974,6 +962,18 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Add <link linkend="SQL-CREATETABLE"><command>CREATE TABLE IF
NOT EXISTS</></link> syntax (Robert Haas)
</para>
<para>
This allows table creation without causing an error if the
table already exists.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect4>
</sect4>
...
@@ -1007,15 +1007,16 @@
...
@@ -1007,15 +1007,16 @@
<listitem>
<listitem>
<para>
<para>
Add
true a <link linkend="xact-serializable">serializable
Add
a true <link linkend="xact-serializable"><literal>serializable</>
isolation level</link>
(Kevin Grittner, Dan Ports)
</link> isolation level
(Kevin Grittner, Dan Ports)
</para>
</para>
<para>
<para>
Previously asking for serializable isolation
level
produced
Previously asking for serializable isolation produced
snapshot isolation, which had certain documented anomalies.
snapshot isolation, which had certain documented anomalies.
The old snapshot isolation is still accessible by the requesting
The old snapshot isolation level is still accessible by the
repeatable read isolation level.
requesting <link linkend="xact-repeatable-read"><literal>REPEATABLE
READ</></link> isolation level.
</para>
</para>
</listitem>
</listitem>
...
@@ -1087,15 +1088,14 @@
...
@@ -1087,15 +1088,14 @@
<listitem>
<listitem>
<para>
<para>
Have <link linkend="SQL-EXPLAIN"><command>EXPLAIN</></link>
Have <command>EXPLAIN VERBOSE</>
show the function call expression in <literal>VERBOSE </>
show the function call expression (Tom Lane)
mode (Tom Lane)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Fix <
link linkend="SQL-EXPLAIN"><command>EXPLAIN ANALYZE</></link
>
Fix <
command>EXPLAIN ANALYZE</
>
with rules to use the same snapshot behavior as ordinary
with rules to use the same snapshot behavior as ordinary
queries (Marko Tiikkaja)
queries (Marko Tiikkaja)
</para>
</para>
...
@@ -1290,7 +1290,7 @@
...
@@ -1290,7 +1290,7 @@
<listitem>
<listitem>
<para>
<para>
Add
new SQL function,
<link
Add
SQL function
<link
linkend="format"><function>format(text)</></link>, which
linkend="format"><function>format(text)</></link>, which
behaves like C's <function>printf()</> (Pavel Stehule, Robert
behaves like C's <function>printf()</> (Pavel Stehule, Robert
Haas)
Haas)
...
@@ -1304,7 +1304,7 @@
...
@@ -1304,7 +1304,7 @@
<listitem>
<listitem>
<para>
<para>
Add string functions
:
<link
Add string functions <link
linkend="functions-string-other"><function>concat()</></link>,
linkend="functions-string-other"><function>concat()</></link>,
<link
<link
linkend="functions-string-other"><function>concat_ws()</></link>,
linkend="functions-string-other"><function>concat_ws()</></link>,
...
@@ -1452,8 +1452,8 @@
...
@@ -1452,8 +1452,8 @@
Reduce lock levels for <link
Reduce lock levels for <link
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
and some <link linkend="SQL-ALTERTABLE"><command>ALTER
and some <link linkend="SQL-ALTERTABLE"><command>ALTER
TABLE</></link>
,
<link linkend="SQL-CREATERULE"><command>CREATE
TABLE</></link>
and
<link linkend="SQL-CREATERULE"><command>CREATE
RULE</></link>
ac
tions (Simon Riggs)
RULE</></link>
opera
tions (Simon Riggs)
</para>
</para>
<para>
<para>
...
@@ -1470,26 +1470,21 @@
...
@@ -1470,26 +1470,21 @@
<sect3>
<sect3>
<title>Server-Side Languages</title>
<title>Server-Side Languages</title>
<sect4>
<itemizedlist>
<title><link linkend="plpgsql">PL/pgSQL</link> Server-Side Language</title>
<itemizedlist>
<listitem>
<para>
Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN
ARRAY</></link> to plpgsql to allow array iteration (Pavel
Stehule)
</para>
<para>
<listitem>
This is more efficient than previous methods.
<para>
</para>
Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN
</listitem>
ARRAY</></link> to <link linkend="plpgsql">PL/pgSQL</link> to
allow array iteration (Pavel Stehule)
</para>
</itemizedlist>
<para>
This is more efficient than previous methods.
</para>
</listitem>
</
sect4
>
</
itemizedlist
>
<sect4>
<sect4>
<title><link linkend="plperl">PL/Perl</link> Server-Side Language</title>
<title><link linkend="plperl">PL/Perl</link> Server-Side Language</title>
...
@@ -1656,21 +1651,15 @@
...
@@ -1656,21 +1651,15 @@
<listitem>
<listitem>
<para>
<para>
Allow <application>psql</>'s <literal>\e</> and <literal>\ef</>
Add <application>psql</> command <literal>\sf</> command to
commands to accept a line number to be used to position the
show a function's definition (Pavel Stehule)
cursor in the editor (Pavel Stehule)
</para>
<para>
This is passed to the editor using the
<literal>EDITOR_LINENUMBER_SWITCH</> environment variable.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <application>psql</>
command <literal>\sf</> command to
Add <application>psql</>
<literal>\dL</> command
show a function's definition (Pavel Stehul
e)
<literal>\dL</> to list languages (Fernando Ik
e)
</para>
</para>
</listitem>
</listitem>
...
@@ -1688,8 +1677,14 @@
...
@@ -1688,8 +1677,14 @@
<listitem>
<listitem>
<para>
<para>
Add new <application>psql</> <literal>\dL</> command
Allow <application>psql</>'s <literal>\e</> and <literal>\ef</>
<literal>\dL</> to list languages (Fernando Ike)
commands to accept a line number to be used to position the
cursor in the editor (Pavel Stehule)
</para>
<para>
This is passed to the editor using the
<literal>EDITOR_LINENUMBER_SWITCH</> environment variable.
</para>
</para>
</listitem>
</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