Commit cc1d55b7 authored by Bruce Momjian's avatar Bruce Momjian

Remove tabs added accidentally.

parent 9c535449
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.463 2006/10/07 03:17:13 neilc Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.464 2006/10/07 03:32:28 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -95,9 +95,9 @@ For new features, add links to the documentation sections. ...@@ -95,9 +95,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Query language enhancements including <literal>RETURNING</literal> Query language enhancements including <literal>RETURNING</literal>
values, multi-<literal>VALUES</literal> support, and values, multi-<literal>VALUES</literal> support, and
self-joins for <command>DELETE</command> self-joins for <command>DELETE</command>
</para> </para>
</listitem> </listitem>
...@@ -163,15 +163,15 @@ For new features, add links to the documentation sections. ...@@ -163,15 +163,15 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Set <link Set <link
linkend="guc-escape-string-warning"><varname>escape_string_warning</></link> linkend="guc-escape-string-warning"><varname>escape_string_warning</></link>
to <literal>on</> by default (Bruce) to <literal>on</> by default (Bruce)
</para> </para>
<para> <para>
This issues a warning if backslash escapes are used in This issues a warning if backslash escapes are used in
<link linkend="sql-syntax-strings">non-escape (non-<literal>E''</>) <link linkend="sql-syntax-strings">non-escape (non-<literal>E''</>)
strings</link>. strings</link>.
</para> </para>
</listitem> </listitem>
...@@ -189,26 +189,26 @@ For new features, add links to the documentation sections. ...@@ -189,26 +189,26 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Change the <link linkend="sql-syntax-row-constructors">row Change the <link linkend="sql-syntax-row-constructors">row
constructor syntax</link> (<literal>ROW(...)</>) so that constructor syntax</link> (<literal>ROW(...)</>) so that
list elements <literal>foo.*</> will be expanded to a list list elements <literal>foo.*</> will be expanded to a list
of their member fields, rather than creating a nested of their member fields, rather than creating a nested
rowtype field as formerly (Tom) rowtype field as formerly (Tom)
</para> </para>
<para> <para>
The new behavior is substantially more useful since it The new behavior is substantially more useful since it
allows, for example, triggers to check for data changes allows, for example, triggers to check for data changes
with <literal>IF row(new.*) IS DISTINCT FROM row(old.*)</>. with <literal>IF row(new.*) IS DISTINCT FROM row(old.*)</>.
The old behavior is still available by omitting <literal>.*</>. The old behavior is still available by omitting <literal>.*</>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Make <link linkend="row-wise-comparison">row comparisons</link> Make <link linkend="row-wise-comparison">row comparisons</link>
follow <acronym>SQL</> standard semantics and allow them follow <acronym>SQL</> standard semantics and allow them
to be used in index scans (Tom) to be used in index scans (Tom)
</para> </para>
<para> <para>
...@@ -221,8 +221,8 @@ For new features, add links to the documentation sections. ...@@ -221,8 +221,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Have <link linkend="SQL-SET-CONSTRAINTS"><command>SET Have <link linkend="SQL-SET-CONSTRAINTS"><command>SET
CONSTRAINT</></link> affect only one constraint (Kris Jurka) CONSTRAINT</></link> affect only one constraint (Kris Jurka)
</para> </para>
<para> <para>
...@@ -260,8 +260,8 @@ For new features, add links to the documentation sections. ...@@ -260,8 +260,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Change <link linkend="functions-array">array concatenation</link> Change <link linkend="functions-array">array concatenation</link>
to match documented behavior (Tom) to match documented behavior (Tom)
</para> </para>
<para> <para>
...@@ -272,9 +272,9 @@ For new features, add links to the documentation sections. ...@@ -272,9 +272,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Make command-line options of <application>postmaster</> Make command-line options of <application>postmaster</>
and <link linkend="app-postgres"><application>postgres</></link> and <link linkend="app-postgres"><application>postgres</></link>
identical (Peter) identical (Peter)
</para> </para>
<para> <para>
...@@ -298,9 +298,9 @@ For new features, add links to the documentation sections. ...@@ -298,9 +298,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Change <link Change <link
linkend="guc-log-duration"><varname>log_duration</></link> linkend="guc-log-duration"><varname>log_duration</></link>
to output even if the query is not output (Tom) to output even if the query is not output (Tom)
</para> </para>
<para> <para>
...@@ -311,12 +311,12 @@ For new features, add links to the documentation sections. ...@@ -311,12 +311,12 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Have <link Have <link
linkend="functions-formatting"><function>to_char(time)</></link> linkend="functions-formatting"><function>to_char(time)</></link>
and <link and <link
linkend="functions-formatting"><function>to_char(interval)</></link> linkend="functions-formatting"><function>to_char(interval)</></link>
treat <literal>'HH'</> and <literal>'HH12'</> as 12-hour treat <literal>'HH'</> and <literal>'HH12'</> as 12-hour
intervals. intervals.
</para> </para>
<para> <para>
...@@ -327,9 +327,9 @@ For new features, add links to the documentation sections. ...@@ -327,9 +327,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Zero unmasked bits in conversion from <link Zero unmasked bits in conversion from <link
linkend="datatype-inet"><type>INET</></link> to <link linkend="datatype-inet"><type>INET</></link> to <link
linkend="datatype-inet"><type>CIDR</></link> (Tom) linkend="datatype-inet"><type>CIDR</></link> (Tom)
</para> </para>
</listitem> </listitem>
...@@ -351,27 +351,27 @@ For new features, add links to the documentation sections. ...@@ -351,27 +351,27 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
This may eliminate the need to set unrealistically small This may eliminate the need to set unrealistically small
values of <link values of <link
linkend="guc-random-page-cost"><varname>random_page_cost</></link>. linkend="guc-random-page-cost"><varname>random_page_cost</></link>.
If you have been using a very small <varname>random_page_cost</>, If you have been using a very small <varname>random_page_cost</>,
please recheck your test cases. please recheck your test cases.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Change <link linkend="libpq"><application>libpq</></link> Change <link linkend="libpq"><application>libpq</></link>
<function>PQdsplen()</> to return a useful value (Martijn <function>PQdsplen()</> to return a useful value (Martijn
van Oosterhout) van Oosterhout)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Change <link linkend="libpq"><application>libpq</></link> Change <link linkend="libpq"><application>libpq</></link>
<function>PQgetssl()</> to return a <literal>void *</>, <function>PQgetssl()</> to return a <literal>void *</>,
rather than <literal>SSL *</> (Martijn van Oosterhout) rather than <literal>SSL *</> (Martijn van Oosterhout)
</para> </para>
<para> <para>
...@@ -441,19 +441,19 @@ For new features, add links to the documentation sections. ...@@ -441,19 +441,19 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve efficiency of <link Improve efficiency of <link
linkend="functions-comparisons"><literal>IN</> linkend="functions-comparisons"><literal>IN</>
(list-of-expressions)</link> clauses (Tom) (list-of-expressions)</link> clauses (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Increase default values for <link Increase default values for <link
linkend="guc-shared-buffers"><varname>shared_buffers</></link> linkend="guc-shared-buffers"><varname>shared_buffers</></link>
and <link and <link
linkend="guc-max-fsm-pages"><varname>max_fsm_pages</></link> linkend="guc-max-fsm-pages"><varname>max_fsm_pages</></link>
(Andrew) (Andrew)
</para> </para>
</listitem> </listitem>
...@@ -478,10 +478,10 @@ For new features, add links to the documentation sections. ...@@ -478,10 +478,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>FILLFACTOR</> to <link Add <literal>FILLFACTOR</> to <link
linkend="SQL-CREATETABLE">table</> and <link linkend="SQL-CREATETABLE">table</> and <link
linkend="SQL-CREATEINDEX">index</> creation (ITAGAKI linkend="SQL-CREATEINDEX">index</> creation (ITAGAKI
Takahiro) Takahiro)
</para> </para>
<para> <para>
...@@ -519,8 +519,8 @@ For new features, add links to the documentation sections. ...@@ -519,8 +519,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow the planner to reorder <link linkend="queries-join">outer Allow the planner to reorder <link linkend="queries-join">outer
joins</> in some circumstances (Tom) joins</> in some circumstances (Tom)
</para> </para>
<para> <para>
...@@ -536,28 +536,28 @@ For new features, add links to the documentation sections. ...@@ -536,28 +536,28 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve the optimizer statistics used by <link Improve the optimizer statistics used by <link
linkend="functions-like"><literal>LIKE</></link>, <link linkend="functions-like"><literal>LIKE</></link>, <link
linkend="functions-like"><literal>ILIKE</></link>, and linkend="functions-like"><literal>ILIKE</></link>, and
<link linkend="functions-posix-regexp">regular expression <link linkend="functions-posix-regexp">regular expression
operations</link> (Tom) operations</link> (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Improve planning of joins to <link linkend="ddl-inherit">inherited Improve planning of joins to <link linkend="ddl-inherit">inherited
tables</> and <link linkend="queries-union"><literal>UNION tables</> and <link linkend="queries-union"><literal>UNION
ALL</></link> views (Tom) ALL</></link> views (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <link linkend="guc-constraint-exclusion">constraint Allow <link linkend="guc-constraint-exclusion">constraint
exclusion</> to be applied to <link exclusion</> to be applied to <link
linkend="ddl-inherit">inherited</> <command>UPDATE</> and linkend="ddl-inherit">inherited</> <command>UPDATE</> and
<command>DELETE</> queries (Tom) <command>DELETE</> queries (Tom)
</para> </para>
<para> <para>
...@@ -581,15 +581,15 @@ For new features, add links to the documentation sections. ...@@ -581,15 +581,15 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve multicolumn <link linkend="GiST"><acronym>GiST</></link> Improve multicolumn <link linkend="GiST"><acronym>GiST</></link>
indexing (Oleg, Teodor) indexing (Oleg, Teodor)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<link linkend="GiST"><acronym>GiST</></link> indexes now <link linkend="GiST"><acronym>GiST</></link> indexes now
are clusterable (Teodor) are clusterable (Teodor)
</para> </para>
</listitem> </listitem>
...@@ -614,12 +614,12 @@ For new features, add links to the documentation sections. ...@@ -614,12 +614,12 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
This is valuable for keeping continuous archiving servers This is valuable for keeping continuous archiving servers
in sync with the master. xlog file switching also happens in sync with the master. xlog file switching also happens
automatically during <link automatically during <link
linkend="functions-admin"><function>pg_stop_backup()</></link>. linkend="functions-admin"><function>pg_stop_backup()</></link>.
This ensures that continuous archiving servers have all This ensures that continuous archiving servers have all
xlog files needed for recovery. xlog files needed for recovery.
</para> </para>
</listitem> </listitem>
...@@ -629,11 +629,11 @@ For new features, add links to the documentation sections. ...@@ -629,11 +629,11 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
Add functions for interrogating the current xlog insertion Add functions for interrogating the current xlog insertion
point and determining <acronym>WAL</> filenames from the point and determining <acronym>WAL</> filenames from the
hex <acronym>WAL</> locations displayed by <link hex <acronym>WAL</> locations displayed by <link
linkend="functions-admin"><function>pg_stop_backup()</></link> linkend="functions-admin"><function>pg_stop_backup()</></link>
and friends. and friends.
</para> </para>
</listitem> </listitem>
...@@ -654,9 +654,9 @@ For new features, add links to the documentation sections. ...@@ -654,9 +654,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="guc-archive-timeout"><varname>archive_timeout</></link> linkend="guc-archive-timeout"><varname>archive_timeout</></link>
to force xlog file switches at a given interval (Simon) to force xlog file switches at a given interval (Simon)
</para> </para>
<para> <para>
...@@ -666,8 +666,8 @@ For new features, add links to the documentation sections. ...@@ -666,8 +666,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add native <link linkend="auth-ldap"><acronym>LDAP</></link> Add native <link linkend="auth-ldap"><acronym>LDAP</></link>
authentication (Magnus Hagander) authentication (Magnus Hagander)
</para> </para>
<para> <para>
...@@ -678,10 +678,10 @@ For new features, add links to the documentation sections. ...@@ -678,10 +678,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="sql-grant-description-objects"><literal>GRANT Add <link linkend="sql-grant-description-objects"><literal>GRANT
CONNECT ON DATABASE</></link>, to be used in addition to CONNECT ON DATABASE</></link>, to be used in addition to
<link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link> <link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Gevik Babakhani) (Gevik Babakhani)
</para> </para>
<para> <para>
...@@ -693,9 +693,9 @@ For new features, add links to the documentation sections. ...@@ -693,9 +693,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add support for <link linkend="ssl-tcp"><acronym>SSL</> Add support for <link linkend="ssl-tcp"><acronym>SSL</>
Certificate Revocation List</link> (<acronym>CRL</>) files, Certificate Revocation List</link> (<acronym>CRL</>) files,
<filename>root.crl</> (Libor Hoho&scaron;) <filename>root.crl</> (Libor Hoho&scaron;)
</para> </para>
<para> <para>
...@@ -709,9 +709,9 @@ For new features, add links to the documentation sections. ...@@ -709,9 +709,9 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
<link <link
linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link> linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link>
now shows autovacuum activity. now shows autovacuum activity.
</para> </para>
</listitem> </listitem>
...@@ -733,34 +733,34 @@ For new features, add links to the documentation sections. ...@@ -733,34 +733,34 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
These values now appear in the <link These values now appear in the <link
linkend="monitoring-stats-views-table"><literal>pg_stat_*_tables</></link> linkend="monitoring-stats-views-table"><literal>pg_stat_*_tables</></link>
system views, and are used by autovacuum. ? system views, and are used by autovacuum. ?
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Improve performance of statistics monitoring, especially Improve performance of statistics monitoring, especially
<link <link
linkend="guc-stats-command-string"><varname>stats_command_string</></link> linkend="guc-stats-command-string"><varname>stats_command_string</></link>
(Tom, Bruce) (Tom, Bruce)
</para> </para>
<para> <para>
This release enables <varname>stats_command_string</> by This release enables <varname>stats_command_string</> by
default, now that its overhead is minimal. This means default, now that its overhead is minimal. This means
<link <link
linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link> linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link>
will now show all active queries by default. will now show all active queries by default.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add a <literal>waiting</> column to <link Add a <literal>waiting</> column to <link
linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link> linkend="monitoring-stats-views-table"><literal>pg_stat_activity</></link>
(Tom) (Tom)
</para> </para>
<para> <para>
...@@ -771,10 +771,10 @@ For new features, add links to the documentation sections. ...@@ -771,10 +771,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <acronym>GUC</> variable <link Add <acronym>GUC</> variable <link
linkend="guc-update-process-title"><varname>update_process_title</></link> linkend="guc-update-process-title"><varname>update_process_title</></link>
to control whether the <application>ps</> display is updated to control whether the <application>ps</> display is updated
for every command, default to <literal>on</> (Bruce) for every command, default to <literal>on</> (Bruce)
</para> </para>
</listitem> </listitem>
...@@ -785,17 +785,17 @@ For new features, add links to the documentation sections. ...@@ -785,17 +785,17 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
For example, you can now set <link For example, you can now set <link
linkend="guc-shared-buffers"><varname>shared_buffer</></link> linkend="guc-shared-buffers"><varname>shared_buffer</></link>
to <literal>32000kB</>. to <literal>32000kB</>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add support for <link linkend="config-setting">include Add support for <link linkend="config-setting">include
directives</> in <filename>postgresql.conf</> (Joachim directives</> in <filename>postgresql.conf</> (Joachim
Wieland) Wieland)
</para> </para>
</listitem> </listitem>
...@@ -821,10 +821,10 @@ For new features, add links to the documentation sections. ...@@ -821,10 +821,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-INSERT"><command>INSERT</></link>/<link Add <link linkend="SQL-INSERT"><command>INSERT</></link>/<link
linkend="SQL-UPDATE"><command>UPDATE</></link>/<link linkend="SQL-UPDATE"><command>UPDATE</></link>/<link
linkend="SQL-DELETE"><command>DELETE</></link> linkend="SQL-DELETE"><command>DELETE</></link>
<literal>RETURNING</> (Jonah Harris, Tom) <literal>RETURNING</> (Jonah Harris, Tom)
</para> </para>
<para> <para>
...@@ -836,10 +836,10 @@ For new features, add links to the documentation sections. ...@@ -836,10 +836,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add support for multiple-row <link Add support for multiple-row <link
linkend="queries-values"><literal>VALUES</></link> clauses linkend="queries-values"><literal>VALUES</></link> clauses
as part of <command>INSERT</> and <command>SELECT</> as part of <command>INSERT</> and <command>SELECT</>
statements, per SQL standard (Joe, Tom) statements, per SQL standard (Joe, Tom)
</para> </para>
<para> <para>
...@@ -853,9 +853,9 @@ For new features, add links to the documentation sections. ...@@ -853,9 +853,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-UPDATE"><command>UPDATE</></link> Allow <link linkend="SQL-UPDATE"><command>UPDATE</></link>
and <link linkend="SQL-DELETE"><command>DELETE</></link> and <link linkend="SQL-DELETE"><command>DELETE</></link>
to use an alias for the target table (Atsushi Ogawa) to use an alias for the target table (Atsushi Ogawa)
</para> </para>
<para> <para>
...@@ -867,9 +867,9 @@ For new features, add links to the documentation sections. ...@@ -867,9 +867,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-UPDATE"><command>UPDATE</></link> Allow <link linkend="SQL-UPDATE"><command>UPDATE</></link>
to set multiple columns with a list of values (Susanne to set multiple columns with a list of values (Susanne
Ebrecht) Ebrecht)
</para> </para>
<para> <para>
...@@ -891,8 +891,8 @@ For new features, add links to the documentation sections. ...@@ -891,8 +891,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-TRUNCATE"><literal>CASCADE</></link> Add <link linkend="SQL-TRUNCATE"><literal>CASCADE</></link>
option to <command>TRUNCATE</> (Joachim Wieland) option to <command>TRUNCATE</> (Joachim Wieland)
</para> </para>
<para> <para>
...@@ -903,16 +903,16 @@ For new features, add links to the documentation sections. ...@@ -903,16 +903,16 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Support <literal>FOR UPDATE</> and <literal>FOR SHARE</> Support <literal>FOR UPDATE</> and <literal>FOR SHARE</>
in the same <link linkend="SQL-INSERT"><literal>SELECT</></link> in the same <link linkend="SQL-INSERT"><literal>SELECT</></link>
command (Tom) command (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link linkend="functions-comparisons"><literal>IS NOT Add <link linkend="functions-comparisons"><literal>IS NOT
DISTINCT FROM</></link> (Pavel Stehule) DISTINCT FROM</></link> (Pavel Stehule)
</para> </para>
<para> <para>
...@@ -925,9 +925,9 @@ For new features, add links to the documentation sections. ...@@ -925,9 +925,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Improve the length output used by <link Improve the length output used by <link
linkend="queries-union"><literal>UNION</></link>/<literal>INTERSECT</>/<literal>EXCEPT</> linkend="queries-union"><literal>UNION</></link>/<literal>INTERSECT</>/<literal>EXCEPT</>
(Tom) (Tom)
</para> </para>
<para> <para>
...@@ -938,8 +938,8 @@ For new features, add links to the documentation sections. ...@@ -938,8 +938,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="functions-like"><literal>ILIKE</></link> Allow <link linkend="functions-like"><literal>ILIKE</></link>
to work for multi-byte encodings (Tom) to work for multi-byte encodings (Tom)
</para> </para>
<para> <para>
...@@ -951,9 +951,9 @@ For new features, add links to the documentation sections. ...@@ -951,9 +951,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Enable <link Enable <link
linkend="guc-standard-conforming-strings"><varname>standard_conforming_strings</></link> linkend="guc-standard-conforming-strings"><varname>standard_conforming_strings</></link>
to be turned <literal>on</> (Kevin Grittner) to be turned <literal>on</> (Kevin Grittner)
</para> </para>
<para> <para>
...@@ -966,17 +966,17 @@ For new features, add links to the documentation sections. ...@@ -966,17 +966,17 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add system view <link Add system view <link
linkend="view-pg-prepared-statements"><literal>pg_prepared_statements</></link> linkend="view-pg-prepared-statements"><literal>pg_prepared_statements</></link>
to show prepared statements (Joachim Wieland, Neil) to show prepared statements (Joachim Wieland, Neil)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add system view <link Add system view <link
linkend="view-pg-cursors"><literal>pg_cursors</></link> to linkend="view-pg-cursors"><literal>pg_cursors</></link> to
show open cursors (Joachim Wieland, Neil) show open cursors (Joachim Wieland, Neil)
</para> </para>
<para> <para>
...@@ -987,9 +987,9 @@ For new features, add links to the documentation sections. ...@@ -987,9 +987,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Support portal parameters in <link Support portal parameters in <link
linkend="SQL-EXPLAIN"><command>EXPLAIN</></link> and <link linkend="SQL-EXPLAIN"><command>EXPLAIN</></link> and <link
linkend="SQL-EXECUTE"><command>EXECUTE</></link> (Tom) linkend="SQL-EXECUTE"><command>EXECUTE</></link> (Tom)
</para> </para>
<para> <para>
...@@ -1000,10 +1000,10 @@ For new features, add links to the documentation sections. ...@@ -1000,10 +1000,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
If <acronym>SQL</>-level <link If <acronym>SQL</>-level <link
linkend="SQL-PREPARE"><command>PREPARE</></link> parameters linkend="SQL-PREPARE"><command>PREPARE</></link> parameters
are unspecified, infer their types from the context of the are unspecified, infer their types from the context of the
query (Neil) query (Neil)
</para> </para>
<para> <para>
...@@ -1040,9 +1040,9 @@ For new features, add links to the documentation sections. ...@@ -1040,9 +1040,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>TABLESPACE</> clause to <link Add <literal>TABLESPACE</> clause to <link
linkend="SQL-CREATETABLEAS"><command>CREATE TABLE AS</></link> linkend="SQL-CREATETABLEAS"><command>CREATE TABLE AS</></link>
(Neil) (Neil)
</para> </para>
<para> <para>
...@@ -1052,9 +1052,9 @@ For new features, add links to the documentation sections. ...@@ -1052,9 +1052,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>ON COMMIT</> clause to <link Add <literal>ON COMMIT</> clause to <link
linkend="SQL-CREATETABLEAS"><command>CREATE TABLE AS</></link> linkend="SQL-CREATETABLEAS"><command>CREATE TABLE AS</></link>
(Neil) (Neil)
</para> </para>
<para> <para>
...@@ -1066,9 +1066,9 @@ For new features, add links to the documentation sections. ...@@ -1066,9 +1066,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>INCLUDING CONSTRAINTS</> to <link Add <literal>INCLUDING CONSTRAINTS</> to <link
linkend="SQL-CREATETABLE"><command>CREATE TABLE LIKE</></link> linkend="SQL-CREATETABLE"><command>CREATE TABLE LIKE</></link>
(Greg Stark) (Greg Stark)
</para> </para>
<para> <para>
...@@ -1078,8 +1078,8 @@ For new features, add links to the documentation sections. ...@@ -1078,8 +1078,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow the creation of placeholder (shell) <link Allow the creation of placeholder (shell) <link
linkend="SQL-CREATETYPE">types</link> (Martijn van Oosterhout) linkend="SQL-CREATETYPE">types</link> (Martijn van Oosterhout)
</para> </para>
<para> <para>
...@@ -1092,8 +1092,8 @@ For new features, add links to the documentation sections. ...@@ -1092,8 +1092,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add new aggregate creation <link Add new aggregate creation <link
linkend="SQL-CREATEAGGREGATE">syntax</> (Tom) linkend="SQL-CREATEAGGREGATE">syntax</> (Tom)
</para> </para>
<para> <para>
...@@ -1107,16 +1107,16 @@ For new features, add links to the documentation sections. ...@@ -1107,16 +1107,16 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
<link linkend="SQL-CREATEAGGREGATE">Aggregate functions</> <link linkend="SQL-CREATEAGGREGATE">Aggregate functions</>
now support multiple input parameters (Sergey Koposov, Tom) now support multiple input parameters (Sergey Koposov, Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <command>CREATE</>/<command>ALTER <link Add <command>CREATE</>/<command>ALTER <link
linkend="SQL-CREATEROLE">ROLE PASSWORD NULL</link></>, linkend="SQL-CREATEROLE">ROLE PASSWORD NULL</link></>,
which removes the role's password (Peter) which removes the role's password (Peter)
</para> </para>
</listitem> </listitem>
...@@ -1134,16 +1134,16 @@ For new features, add links to the documentation sections. ...@@ -1134,16 +1134,16 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-DROP-OWNED"><literal>DROP OWNED</></link> Add <link linkend="SQL-DROP-OWNED"><literal>DROP OWNED</></link>
to drop all objects owned by a role (Alvaro) to drop all objects owned by a role (Alvaro)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-REASSIGN-OWNED"><literal>REASSIGN Add <link linkend="SQL-REASSIGN-OWNED"><literal>REASSIGN
OWNED</></link> to reassign ownership of all objects owned OWNED</></link> to reassign ownership of all objects owned
by a role (Alvaro) by a role (Alvaro)
</para> </para>
<para> <para>
...@@ -1154,8 +1154,8 @@ For new features, add links to the documentation sections. ...@@ -1154,8 +1154,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-GRANT"><command>GRANT ON SEQUENCE</></link> Add <link linkend="SQL-GRANT"><command>GRANT ON SEQUENCE</></link>
syntax (Bruce) syntax (Bruce)
</para> </para>
<para> <para>
...@@ -1167,10 +1167,10 @@ For new features, add links to the documentation sections. ...@@ -1167,10 +1167,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-GRANT"><literal>USAGE</></link> Add <link linkend="SQL-GRANT"><literal>USAGE</></link>
permission for sequences that allows only <function>currval()</> permission for sequences that allows only <function>currval()</>
and <function>nextval()</>, not <function>setval()</> and <function>nextval()</>, not <function>setval()</>
(Bruce) (Bruce)
</para> </para>
<para> <para>
...@@ -1183,8 +1183,8 @@ For new features, add links to the documentation sections. ...@@ -1183,8 +1183,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-ALTERTABLE"><literal>ALTER TABLE Add <link linkend="SQL-ALTERTABLE"><literal>ALTER TABLE
... [ NO ] INHERIT</></link> (Greg Stark) ... [ NO ] INHERIT</></link> (Greg Stark)
</para> </para>
<para> <para>
...@@ -1196,8 +1196,8 @@ For new features, add links to the documentation sections. ...@@ -1196,8 +1196,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-COMMENT">comments</> on global Allow <link linkend="SQL-COMMENT">comments</> on global
objects to be stored globally (Kris Jurka) objects to be stored globally (Kris Jurka)
</para> </para>
<para> <para>
...@@ -1222,17 +1222,17 @@ For new features, add links to the documentation sections. ...@@ -1222,17 +1222,17 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
The new syntax is <link linkend="SQL-CREATEINDEX"><command>CREATE The new syntax is <link linkend="SQL-CREATEINDEX"><command>CREATE
INDEX CONCURRENTLY</></link>. The default behavior is INDEX CONCURRENTLY</></link>. The default behavior is
still to block table modification while a index is being still to block table modification while a index is being
created. created.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Provide <link linkend="functions-advisory-locks">advisory Provide <link linkend="functions-advisory-locks">advisory
locking</> functionality (Abhijit Menon-Sen, Tom) locking</> functionality (Abhijit Menon-Sen, Tom)
</para> </para>
<para> <para>
...@@ -1243,9 +1243,9 @@ For new features, add links to the documentation sections. ...@@ -1243,9 +1243,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-COPY"><command>COPY</></link> to Allow <link linkend="SQL-COPY"><command>COPY</></link> to
dump a <command>SELECT</> query (Zoltan Boszormenyi, Karel dump a <command>SELECT</> query (Zoltan Boszormenyi, Karel
Zak) Zak)
</para> </para>
<para> <para>
...@@ -1256,25 +1256,25 @@ For new features, add links to the documentation sections. ...@@ -1256,25 +1256,25 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Have the <link linkend="SQL-COPY"><command>COPY</></link> Have the <link linkend="SQL-COPY"><command>COPY</></link>
command return a command tag that includes the number of command return a command tag that includes the number of
rows copied (Volkan YAZICI) rows copied (Volkan YAZICI)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-VACUUM"><command>VACUUM</></link> Allow <link linkend="SQL-VACUUM"><command>VACUUM</></link>
to expire rows without being affected by other concurrent to expire rows without being affected by other concurrent
<command>VACUUM</> operations (Hannu Krossing, Alvaro, Tom) <command>VACUUM</> operations (Hannu Krossing, Alvaro, Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Have <link linkend="APP-INITDB"><application>initdb</></link> Have <link linkend="APP-INITDB"><application>initdb</></link>
detect the operating system locale and set the default detect the operating system locale and set the default
<varname>DateStyle</> accordingly (Peter) <varname>DateStyle</> accordingly (Peter)
</para> </para>
<para> <para>
...@@ -1286,8 +1286,8 @@ For new features, add links to the documentation sections. ...@@ -1286,8 +1286,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Avoid extra scan of tables without indexes during <link Avoid extra scan of tables without indexes during <link
linkend="SQL-VACUUM"><command>VACUUM</></link> (Greg Stark) linkend="SQL-VACUUM"><command>VACUUM</></link> (Greg Stark)
</para> </para>
</listitem> </listitem>
...@@ -1307,9 +1307,9 @@ For new features, add links to the documentation sections. ...@@ -1307,9 +1307,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow full timezone names in <link Allow full timezone names in <link
linkend="datatype-datetime"><type>timestamp</></link> values linkend="datatype-datetime"><type>timestamp</></link> values
(Joachim Wieland) (Joachim Wieland)
</para> </para>
<para> <para>
...@@ -1325,30 +1325,30 @@ For new features, add links to the documentation sections. ...@@ -1325,30 +1325,30 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
The file name is controlled by the GUC variable <link The file name is controlled by the GUC variable <link
linkend="guc-timezone-abbreviations"><varname>timezone_abbreviations</></link>. linkend="guc-timezone-abbreviations"><varname>timezone_abbreviations</></link>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="view-pg-timezone-abbrevs"><varname>pg_timezone_abbrevs</></link> linkend="view-pg-timezone-abbrevs"><varname>pg_timezone_abbrevs</></link>
and <link and <link
linkend="view-pg-timezone-names"><varname>pg_timezone_names</></link> linkend="view-pg-timezone-names"><varname>pg_timezone_names</></link>
views to show supported timezones (Magnus Hagander) views to show supported timezones (Magnus Hagander)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="functions-datetime-table"><function>clock_timestamp()</></link>, linkend="functions-datetime-table"><function>clock_timestamp()</></link>,
<link <link
linkend="functions-datetime-table"><function>statement_timestamp()</></link>, linkend="functions-datetime-table"><function>statement_timestamp()</></link>,
and <link and <link
linkend="functions-datetime-table"><function>transaction_timestamp()</></link> linkend="functions-datetime-table"><function>transaction_timestamp()</></link>
(Bruce) (Bruce)
</para> </para>
<para> <para>
...@@ -1362,21 +1362,21 @@ For new features, add links to the documentation sections. ...@@ -1362,21 +1362,21 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link Allow <link
linkend="functions-formatting"><function>to_char()</></link> linkend="functions-formatting"><function>to_char()</></link>
to print localized month and day names (Euler Taveira de to print localized month and day names (Euler Taveira de
Oliveira) Oliveira)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <link Allow <link
linkend="functions-formatting"><function>to_char(time)</></link> linkend="functions-formatting"><function>to_char(time)</></link>
and <link and <link
linkend="functions-formatting"><function>to_char(interval)</></link> linkend="functions-formatting"><function>to_char(interval)</></link>
to output <acronym>AM</>/<acronym>PM</> specifications to output <acronym>AM</>/<acronym>PM</> specifications
(Bruce) (Bruce)
</para> </para>
<para> <para>
...@@ -1387,9 +1387,9 @@ For new features, add links to the documentation sections. ...@@ -1387,9 +1387,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add new function <link Add new function <link
linkend="functions-datetime-table"><function>justify_interval()</></link> linkend="functions-datetime-table"><function>justify_interval()</></link>
to adjust interval units (Mark Dilger) to adjust interval units (Mark Dilger)
</para> </para>
</listitem> </listitem>
...@@ -1415,9 +1415,9 @@ For new features, add links to the documentation sections. ...@@ -1415,9 +1415,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
New <link linkend="functions-geometry-op-table">operators</> New <link linkend="functions-geometry-op-table">operators</>
for array-subset comparisons (<literal>@&gt;</>, for array-subset comparisons (<literal>@&gt;</>,
<literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom) <literal>&lt;@</>, <literal>&amp;&amp;</>) (Teodor, Tom)
</para> </para>
<para> <para>
...@@ -1427,10 +1427,10 @@ For new features, add links to the documentation sections. ...@@ -1427,10 +1427,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add convenient arithmetic <link Add convenient arithmetic <link
linkend="cidr-inet-operators-table">operations</> on linkend="cidr-inet-operators-table">operations</> on
<type>INET</>/<type>CIDR</> values (Stephen R. van den <type>INET</>/<type>CIDR</> values (Stephen R. van den
Berg) Berg)
</para> </para>
<para> <para>
...@@ -1443,9 +1443,9 @@ For new features, add links to the documentation sections. ...@@ -1443,9 +1443,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add new aggregate <link Add new aggregate <link
linkend="functions-aggregate-statistics-table">functions</> linkend="functions-aggregate-statistics-table">functions</>
from SQL2003 (Neil) from SQL2003 (Neil)
</para> </para>
<para> <para>
...@@ -1461,9 +1461,9 @@ For new features, add links to the documentation sections. ...@@ -1461,9 +1461,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add SQL2003-standard statistical <link Add SQL2003-standard statistical <link
linkend="functions-aggregate-statistics-table">aggregates</link> linkend="functions-aggregate-statistics-table">aggregates</link>
(Sergey Koposov) (Sergey Koposov)
</para> </para>
<para> <para>
...@@ -1479,16 +1479,16 @@ For new features, add links to the documentation sections. ...@@ -1479,16 +1479,16 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-CREATEDOMAIN">domains</> to be Allow <link linkend="SQL-CREATEDOMAIN">domains</> to be
created using other domains (Tom) created using other domains (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Properly enforce domain <link Properly enforce domain <link
linkend="ddl-constraints"><literal>CHECK</></link> constraints linkend="ddl-constraints"><literal>CHECK</></link> constraints
everywhere (Neil, Tom) everywhere (Neil, Tom)
</para> </para>
<para> <para>
...@@ -1501,34 +1501,34 @@ For new features, add links to the documentation sections. ...@@ -1501,34 +1501,34 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Fix problems with dumping renamed <link Fix problems with dumping renamed <link
linkend="datatype-serial"><type>SERIAL</></link> columns linkend="datatype-serial"><type>SERIAL</></link> columns
(Tom) (Tom)
</para> </para>
<para> <para>
The fix is to dump a <type>SERIAL</> column by explicitly The fix is to dump a <type>SERIAL</> column by explicitly
specifying its <literal>DEFAULT</> and sequence elements, specifying its <literal>DEFAULT</> and sequence elements,
and reconstructing the <type>SERIAL</> column on reload and reconstructing the <type>SERIAL</> column on reload
using a new <link linkend="SQL-ALTERSEQUENCE"><command>ALTER using a new <link linkend="SQL-ALTERSEQUENCE"><command>ALTER
SEQUENCE OWNED BY</></link> command. This also allows SEQUENCE OWNED BY</></link> command. This also allows
dropping a <type>SERIAL</> column specification. dropping a <type>SERIAL</> column specification.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add a server-side sleep function <link Add a server-side sleep function <link
linkend="functions-datetime-delay"><function>pg_sleep()</></link> linkend="functions-datetime-delay"><function>pg_sleep()</></link>
(Joachim Wieland) (Joachim Wieland)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add all comparison operators for the <link Add all comparison operators for the <link
linkend="datatype-oid"><type>tid</></link> (tuple id) data linkend="datatype-oid"><type>tid</></link> (tuple id) data
type (Mark Kirkwood, Greg Stark, Tom) type (Mark Kirkwood, Greg Stark, Tom)
</para> </para>
</listitem> </listitem>
...@@ -1578,9 +1578,9 @@ For new features, add links to the documentation sections. ...@@ -1578,9 +1578,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>STRICT</> to <link Add <literal>STRICT</> to <link
linkend="plpgsql-statements-sql-onerow"><command>SELECT linkend="plpgsql-statements-sql-onerow"><command>SELECT
INTO</></link> (Matt Miller) INTO</></link> (Matt Miller)
</para> </para>
<para> <para>
...@@ -1628,9 +1628,9 @@ For new features, add links to the documentation sections. ...@@ -1628,9 +1628,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Honor <link Honor <link
linkend="guc-check-function-bodies"><varname>check_function_bodies</></link> linkend="guc-check-function-bodies"><varname>check_function_bodies</></link>
(Tom) (Tom)
</para> </para>
</listitem> </listitem>
...@@ -1814,18 +1814,18 @@ For new features, add links to the documentation sections. ...@@ -1814,18 +1814,18 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="APP-PGRESTORE"><application>pg_restore</></link> Add <link linkend="APP-PGRESTORE"><application>pg_restore</></link>
<literal>-X no-data-for-failed-tables</> option to suppress <literal>-X no-data-for-failed-tables</> option to suppress
loading data if table creation failed (the table already loading data if table creation failed (the table already
exists) (Martin Pitt) exists) (Martin Pitt)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link linkend="APP-PGRESTORE"><application>pg_restore</></link> Add <link linkend="APP-PGRESTORE"><application>pg_restore</></link>
option to run the entire session in a single transaction option to run the entire session in a single transaction
(Simon) (Simon)
</para> </para>
<para> <para>
...@@ -1843,23 +1843,23 @@ For new features, add links to the documentation sections. ...@@ -1843,23 +1843,23 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="libpq-misc"><function>PQencryptPassword()</></link> linkend="libpq-misc"><function>PQencryptPassword()</></link>
to encrypt passwords (Tom) to encrypt passwords (Tom)
</para> </para>
<para> <para>
This allows passwords to be sent encrypted for commands This allows passwords to be sent encrypted for commands
like <link linkend="SQL-ALTERROLE"><command>ALTER ROLE ... like <link linkend="SQL-ALTERROLE"><command>ALTER ROLE ...
PASSWORD</></link>. PASSWORD</></link>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add function <link Add function <link
linkend="libpq-threading"><function>PQisthreadsafe()</></link> linkend="libpq-threading"><function>PQisthreadsafe()</></link>
(Bruce) (Bruce)
</para> </para>
<para> <para>
...@@ -1870,29 +1870,29 @@ For new features, add links to the documentation sections. ...@@ -1870,29 +1870,29 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="libpq-exec-main"><function>PQdescribePrepared()</></link>, linkend="libpq-exec-main"><function>PQdescribePrepared()</></link>,
<link <link
linkend="libpq-exec-main"><function>PQdescribePortal()</></link>, linkend="libpq-exec-main"><function>PQdescribePortal()</></link>,
and related functions return information about previously and related functions return information about previously
prepared statements and open cursors (Volkan YAZICI) prepared statements and open cursors (Volkan YAZICI)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</> Allow <acronym>LDAP</> <link linkend="libpq-ldap">lookups</>
from <link from <link
linkend="libpq-pgservice"><filename>pg_service.conf</></link> linkend="libpq-pgservice"><filename>pg_service.conf</></link>
(Laurenz Albe) (Laurenz Albe)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow the <link linkend="libpq-pgpass"><filename>.pgpass</></link> Allow the <link linkend="libpq-pgpass"><filename>.pgpass</></link>
hostname to match the default socket directory, as well as hostname to match the default socket directory, as well as
a blank <literal>pghost</> (Bruce) a blank <literal>pghost</> (Bruce)
</para> </para>
</listitem> </listitem>
...@@ -1906,15 +1906,15 @@ For new features, add links to the documentation sections. ...@@ -1906,15 +1906,15 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-SHOW"><command>SHOW</></link> to Allow <link linkend="SQL-SHOW"><command>SHOW</></link> to
put its result into a variable (Joachim Wieland) put its result into a variable (Joachim Wieland)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-COPY"><command>COPY TO STDOUT</></link> Add <link linkend="SQL-COPY"><command>COPY TO STDOUT</></link>
(Joachim Wieland) (Joachim Wieland)
</para> </para>
</listitem> </listitem>
...@@ -1947,9 +1947,9 @@ For new features, add links to the documentation sections. ...@@ -1947,9 +1947,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <acronym>MSVC</> support for utility commands and <link Add <acronym>MSVC</> support for utility commands and <link
linkend="APP-PGDUMP"><application>pg_dump</></link> (Hiroshi linkend="APP-PGDUMP"><application>pg_dump</></link> (Hiroshi
Saito) Saito)
</para> </para>
</listitem> </listitem>
...@@ -2006,8 +2006,8 @@ For new features, add links to the documentation sections. ...@@ -2006,8 +2006,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link linkend="GIN"><acronym>GIN</></link> (Generalized Add <link linkend="GIN"><acronym>GIN</></link> (Generalized
Inverted iNdex) index access method (Teodor) ? Inverted iNdex) index access method (Teodor) ?
</para> </para>
</listitem> </listitem>
...@@ -2017,10 +2017,10 @@ For new features, add links to the documentation sections. ...@@ -2017,10 +2017,10 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
Rtree has been re-implemented using <link Rtree has been re-implemented using <link
linkend="GiST"><acronym>GiST</></link>. Among other linkend="GiST"><acronym>GiST</></link>. Among other
differences, this means that rtree indexes now have support differences, this means that rtree indexes now have support
for crash recovery via write-ahead logging (WAL). for crash recovery via write-ahead logging (WAL).
</para> </para>
</listitem> </listitem>
...@@ -2038,8 +2038,8 @@ For new features, add links to the documentation sections. ...@@ -2038,8 +2038,8 @@ For new features, add links to the documentation sections.
</para> </para>
<para> <para>
Use configure <link Use configure <link
linkend="configure"><literal>--with-libedit-preferred</></link>. linkend="configure"><literal>--with-libedit-preferred</></link>.
</para> </para>
</listitem> </listitem>
...@@ -2102,18 +2102,18 @@ For new features, add links to the documentation sections. ...@@ -2102,18 +2102,18 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Rename existing <acronym>GUC</> variable Rename existing <acronym>GUC</> variable
<varname>preload_libraries</> to <link <varname>preload_libraries</> to <link
linkend="guc-shared-preload-libraries"><varname>shared_preload_libraries</></link> linkend="guc-shared-preload-libraries"><varname>shared_preload_libraries</></link>
(Tom) (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add new GUC variable <link Add new GUC variable <link
linkend="guc-server-version-num"><varname>server_version_num</></link> linkend="guc-server-version-num"><varname>server_version_num</></link>
(Greg Sabino Mullane) (Greg Sabino Mullane)
</para> </para>
<para> <para>
...@@ -2125,9 +2125,9 @@ For new features, add links to the documentation sections. ...@@ -2125,9 +2125,9 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add a <acronym>GUC</> variable <link Add a <acronym>GUC</> variable <link
linkend="guc-seq-page-cost"><varname>seq_page_cost</></link> linkend="guc-seq-page-cost"><varname>seq_page_cost</></link>
(Tom) (Tom)
</para> </para>
</listitem> </listitem>
...@@ -2162,10 +2162,10 @@ For new features, add links to the documentation sections. ...@@ -2162,10 +2162,10 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <link Add <link
linkend="xfunc-c-dynload"><literal>PG_MODULE_MAGIC</></link> linkend="xfunc-c-dynload"><literal>PG_MODULE_MAGIC</></link>
header block to all shared object files (Martijn van header block to all shared object files (Martijn van
Oosterhout) Oosterhout)
</para> </para>
<para> <para>
...@@ -2194,8 +2194,8 @@ For new features, add links to the documentation sections. ...@@ -2194,8 +2194,8 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
New <link linkend="datatype-xml"><acronym>XML</></link> New <link linkend="datatype-xml"><acronym>XML</></link>
documentation section (Bruce) documentation section (Bruce)
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment