diff options
-rw-r--r-- | doc/src/sgml/release.sgml | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d76f2933b60..7a9c212ab71 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.549 2007/11/20 03:34:14 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.550 2007/11/20 04:00:27 momjian Exp $ --> <!-- Typical markup: @@ -401,6 +401,18 @@ current_date < 2017-11-17 <listitem> <para> + Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command> + from accepting schema-qualified names (Bruce) + </para> + + <para> + Formerly, these commands accepted <literal>schema.relation</> but + ignored the schema part, which was confusing. + </para> + </listitem> + + <listitem> + <para> Restrict object size functions to users who have reasonable permissions to view such information (Tom) </para> @@ -1387,6 +1399,13 @@ current_date < 2017-11-17 <listitem> <para> + Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore + transactions in other databases (Simon) + </para> + </listitem> + + <listitem> + <para> Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas) </para> @@ -1425,13 +1444,6 @@ current_date < 2017-11-17 <listitem> <para> - Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore - transactions in other databases (Simon) - </para> - </listitem> - - <listitem> - <para> Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for conflicting backends to exit before failing (Tom) </para> @@ -1457,18 +1469,6 @@ current_date < 2017-11-17 </para> </listitem> - <listitem> - <para> - Prevent <command>NOTIFY</command>/<command>LISTEN</command>/<command>UNLISTEN</command> - from accepting schema-qualified names (Bruce) - </para> - - <para> - Formerly, these commands accepted <literal>schema.relation</> but - ignored the schema part, which was confusing. - </para> - </listitem> - </itemizedlist> </sect3> @@ -1833,7 +1833,7 @@ current_date < 2017-11-17 <listitem> <para> - Add the function's volatility to the output of + Add the function's volatility status to the output of <literal>\df+</literal> (Neil) </para> </listitem> @@ -1950,6 +1950,17 @@ current_date < 2017-11-17 <listitem> <para> + Add <application>pg_ctl</> timeout parameter (Bruce) + </para> + + <para> + This controls how long <application>pg_ctl</> will wait when waiting + for server startup or shutdown. + </para> + </listitem> + + <listitem> + <para> Add <application>pg_ctl</> option to control generation of core dumps (Andrew) </para> @@ -1977,17 +1988,6 @@ current_date < 2017-11-17 </para> </listitem> - <listitem> - <para> - Add <application>pg_ctl</> timeout parameter (Bruce) - </para> - - <para> - This controls how long <application>pg_ctl</> will wait when waiting - for server startup or shutdown. - </para> - </listitem> - </itemizedlist> </sect3> @@ -2055,11 +2055,11 @@ current_date < 2017-11-17 <listitem> <para> - Major rewrite to use V3 frontend/backend protocol (Michael) + Use V3 frontend/backend protocol (Michael) </para> <para> - This adds server-side prepared statements. + This adds support for server-side prepared statements. </para> </listitem> |