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
62bf9c28
Commit
62bf9c28
authored
Mar 20, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup and wording improvements for 9.1 release notes.
parent
78fce296
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
38 deletions
+39
-38
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+39
-38
No files found.
doc/src/sgml/release-9.1.sgml
View file @
62bf9c28
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
<listitem>
<listitem>
<para>
<para>
Treat
ECPG
cursor names as case-insensitive (Zoltan Boszormenyi)
Treat
<application>ECPG</>
cursor names as case-insensitive (Zoltan Boszormenyi)
</para>
</para>
</listitem>
</listitem>
...
@@ -385,13 +385,14 @@
...
@@ -385,13 +385,14 @@
</para>
</para>
<para>
<para>
Previously only host IP addresses and CIDR values were supported.
Previously only host <acronym>IP</> addresses and <acronym>CIDR</>
values were supported.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Support the keyword
'all'
in the host column of <link
Support the keyword
<literal>all</>
in the host column of <link
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Peter Eisentraut)
(Peter Eisentraut)
</para>
</para>
...
@@ -404,14 +405,14 @@
...
@@ -404,14 +405,14 @@
<listitem>
<listitem>
<para>
<para>
Allow <link linkend="gssapi-auth">
GSSAPI</link> to be used to
Allow <link linkend="gssapi-auth">
<acronym>GSSAPI</></link>
authenticate to servers via <link linkend="sspi-auth">SSPI</link>
to be used to authenticate to servers via <link
(Christian Ullrich)
linkend="sspi-auth"><acronym>SSPI</></link>
(Christian Ullrich)
</para>
</para>
<para>
<para>
Specifically this allows Unix-based
GSSAPI clients to authenticate
Specifically this allows Unix-based
<acronym>GSSAPI</> clients
to
Windows SSPI
servers.
to
<acronym>SSPI</> authenticate to Windows
servers.
</para>
</para>
</listitem>
</listitem>
...
@@ -426,14 +427,14 @@
...
@@ -426,14 +427,14 @@
<listitem>
<listitem>
<para>
<para>
Add details to the logging of restart
points and checkpoints,
Add details to the logging of restartpoints and checkpoints,
which is controlled by <link
which is controlled by <link
linkend="guc-log-checkpoints"><varname>log_checkpoints</></link>
linkend="guc-log-checkpoints"><varname>log_checkpoints</></link>
(Fujii Masao, Greg Smith)
(Fujii Masao, Greg Smith)
</para>
</para>
<para>
<para>
New details show
WAL
file and sync activity.
New details show
<acronym>WAL</>
file and sync activity.
</para>
</para>
</listitem>
</listitem>
...
@@ -655,7 +656,7 @@
...
@@ -655,7 +656,7 @@
<para>
<para>
Add system view <link
Add system view <link
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
which displays activity of
WAL
sender processes (Itagaki
which displays activity of
<acronym>WAL</>
sender processes (Itagaki
Takahiro, Simon Riggs)
Takahiro, Simon Riggs)
</para>
</para>
...
@@ -1152,29 +1153,29 @@
...
@@ -1152,29 +1153,29 @@
<listitem>
<listitem>
<para>
<para>
Add nearest-neighbor (order-by-operator) searching to <link
Add nearest-neighbor (order-by-operator) searching to <link
linkend="GiST">
GiST
indexes</link> (Teodor Sigaev, Tom Lane)
linkend="GiST">
<acronym>GiST</>
indexes</link> (Teodor Sigaev, Tom Lane)
</para>
</para>
<para>
<para>
This allows
GiST
indexes to quickly return
This allows
<acronym>GiST</>
indexes to quickly return
<literal>LIMIT</>-specified closest values.
<literal>LIMIT</>-specified closest values.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow <link linkend="GIN">
GIN
indexes</link> to index null
Allow <link linkend="GIN">
<acronym>GIN</>
indexes</link> to index null
and empty values (Tom Lane)
and empty values (Tom Lane)
</para>
</para>
<para>
<para>
This allows full
GIN
index scans.
This allows full
<acronym>GIN</>
index scans.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Fix <link linkend="GiST">
GiST
indexes</link> to be fully
Fix <link linkend="GiST">
<acronym>GiST</>
indexes</link> to be fully
crash-safe (Heikki Linnakangas)
crash-safe (Heikki Linnakangas)
</para>
</para>
...
@@ -1244,13 +1245,13 @@
...
@@ -1244,13 +1245,13 @@
</sect4>
</sect4>
<sect4>
<sect4>
<title><link linkend="functions-xml">
XML
</link></title>
<title><link linkend="functions-xml">
<acronym>XML</>
</link></title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Add
XML
function <link
Add
<acronym>XML</>
function <link
linkend="xml-exists"><literal>XMLEXISTS</></link> and <link
linkend="xml-exists"><literal>XMLEXISTS</></link> and <link
linkend="xml-exists"><function>xpath_exists()</></link>
linkend="xml-exists"><function>xpath_exists()</></link>
functions (Mike Fowler)
functions (Mike Fowler)
...
@@ -1263,7 +1264,7 @@
...
@@ -1263,7 +1264,7 @@
<listitem>
<listitem>
<para>
<para>
Add
XML
functions <link
Add
<acronym>XML</>
functions <link
linkend="xml-is-well-formed"><function>xml_is_well_formed()</></link>,
linkend="xml-is-well-formed"><function>xml_is_well_formed()</></link>,
<link
<link
linkend="xml-is-well-formed"><function>xml_is_well_formed_document()</></link>,
linkend="xml-is-well-formed"><function>xml_is_well_formed_document()</></link>,
...
@@ -1273,7 +1274,7 @@
...
@@ -1273,7 +1274,7 @@
</para>
</para>
<para>
<para>
These check whether the input is properly-formed
XML
.
These check whether the input is properly-formed
<acronym>XML</>
.
</para>
</para>
</listitem>
</listitem>
...
@@ -1330,7 +1331,7 @@
...
@@ -1330,7 +1331,7 @@
<listitem>
<listitem>
<para>
<para>
Add single-parameter version of function <link
Add
a
single-parameter version of function <link
linkend="functions-admin-genfile"><function>pg_read_file()</></link>
linkend="functions-admin-genfile"><function>pg_read_file()</></link>
to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
</para>
</para>
...
@@ -1355,7 +1356,7 @@
...
@@ -1355,7 +1356,7 @@
<listitem>
<listitem>
<para>
<para>
Add <link
Add
the
<link
linkend="functions-info-catalog-table"><function>pg_describe_object()</></link>
linkend="functions-info-catalog-table"><function>pg_describe_object()</></link>
function (Alvaro Herrera)
function (Alvaro Herrera)
</para>
</para>
...
@@ -1378,7 +1379,7 @@
...
@@ -1378,7 +1379,7 @@
Add variable <link
Add variable <link
linkend="guc-quote-all-identifiers"><varname>quote_all_identifiers</></link>
linkend="guc-quote-all-identifiers"><varname>quote_all_identifiers</></link>
to force the quoting of all identifiers in <command>EXPLAIN</>
to force the quoting of all identifiers in <command>EXPLAIN</>
and system catalog functions like <link
and
in
system catalog functions like <link
linkend="functions-info-catalog-table"><function>pg_get_viewdef()</></link>
linkend="functions-info-catalog-table"><function>pg_get_viewdef()</></link>
(Robert Haas)
(Robert Haas)
</para>
</para>
...
@@ -1599,7 +1600,7 @@
...
@@ -1599,7 +1600,7 @@
<listitem>
<listitem>
<para>
<para>
Report PL/Python errors from iterators with
PLy_elog
(Jan
Report PL/Python errors from iterators with
<literal>PLy_elog</>
(Jan
Urbanski)
Urbanski)
</para>
</para>
</listitem>
</listitem>
...
@@ -1651,15 +1652,15 @@
...
@@ -1651,15 +1652,15 @@
<listitem>
<listitem>
<para>
<para>
Add <application>psql</> command <literal>\sf</>
command
to
Add <application>psql</> command <literal>\sf</> to
show a function's definition (Pavel Stehule)
show a function's definition (Pavel Stehule)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <application>psql</>
<literal>\dL</> command
Add <application>psql</>
command <literal>\dL</> to list
<literal>\dL</> to list
languages (Fernando Ike)
languages (Fernando Ike)
</para>
</para>
</listitem>
</listitem>
...
@@ -1684,7 +1685,7 @@
...
@@ -1684,7 +1685,7 @@
<para>
<para>
This is passed to the editor using the
This is passed to the editor using the
<
literal
>EDITOR_LINENUMBER_SWITCH</> environment variable.
<
envar
>EDITOR_LINENUMBER_SWITCH</> environment variable.
</para>
</para>
</listitem>
</listitem>
...
@@ -1695,14 +1696,14 @@
...
@@ -1695,14 +1696,14 @@
</para>
</para>
<para>
<para>
This only happens if the <
literal
>PGCLIENTENCODING</> environment
This only happens if the <
envar
>PGCLIENTENCODING</> environment
variable is not set.
variable is not set.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
A
llow
tab completion of <application>psql</> variables (Pavel
A
dditional
tab completion of <application>psql</> variables (Pavel
Stehule)
Stehule)
</para>
</para>
</listitem>
</listitem>
...
@@ -1780,7 +1781,7 @@
...
@@ -1780,7 +1781,7 @@
<listitem>
<listitem>
<para>
<para>
Add <literal>promote</> option to <application>pg_ctl</> to
Add <literal>promote</> option to <application>pg_ctl</> to
change
a standby server to primary (Fujii Masao)
switch
a standby server to primary (Fujii Masao)
</para>
</para>
</listitem>
</listitem>
...
@@ -1800,9 +1801,9 @@
...
@@ -1800,9 +1801,9 @@
<listitem>
<listitem>
<para>
<para>
Add a libpq connection option
client_encoding which behaves
Add a libpq connection option
<literal>client_encoding</>
like the <literal>PGCLIENTENCODING</> environment variable
which behaves like the <envar>PGCLIENTENCODING</> environment
(Heikki Linnakangas)
variable
(Heikki Linnakangas)
</para>
</para>
<para>
<para>
...
@@ -1890,7 +1891,7 @@
...
@@ -1890,7 +1891,7 @@
<listitem>
<listitem>
<para>
<para>
Require
GNU
<link
Require
<acronym>GNU</>
<link
linkend="install-requirements"><application>make</></link>
linkend="install-requirements"><application>make</></link>
3.80 or newer (Peter Eisentraut)
3.80 or newer (Peter Eisentraut)
</para>
</para>
...
@@ -1990,7 +1991,7 @@
...
@@ -1990,7 +1991,7 @@
<listitem>
<listitem>
<para>
<para>
Add support for DragonFly
BSD
(Rumko)
Add support for DragonFly
<acronym>BSD</>
(Rumko)
</para>
</para>
</listitem>
</listitem>
...
@@ -2165,7 +2166,7 @@
...
@@ -2165,7 +2166,7 @@
<listitem>
<listitem>
<para>
<para>
Add <link linkend="sepgsql"><filename>contrib/sepgsql</></link>
Add <link linkend="sepgsql"><filename>contrib/sepgsql</></link>
to interface permission checks with
SE
-Linux (KaiGai Kohei)
to interface permission checks with
<acronym>SE</>
-Linux (KaiGai Kohei)
</para>
</para>
<para>
<para>
...
@@ -2305,7 +2306,7 @@
...
@@ -2305,7 +2306,7 @@
<listitem>
<listitem>
<para>
<para>
Extensive <link linkend="ecpg">
ECPG
documentation</link>
Extensive <link linkend="ecpg">
<application>ECPG</>
documentation</link>
improvements (Satoshi Nagayasu)
improvements (Satoshi Nagayasu)
</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