mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Split out data types and function entries into separate sections in the
release notes.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.551 2007/11/20 05:00:24 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.552 2007/11/20 05:16:31 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -1472,7 +1472,7 @@ current_date < 2017-11-17
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Data Types and Functions</title>
|
<title>Data Types</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -1517,6 +1517,34 @@ current_date < 2017-11-17
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Fix <type>float4</type>/<type>float8</type> to handle
|
||||||
|
<literal>Infinity</> and <literal>NAN</> (Not A Number)
|
||||||
|
consistently (Bruce)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The code formerly was not consistent about distinguishing
|
||||||
|
<literal>Infinity</> from overflow conditions.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Allow leading and trailing whitespace during input of
|
||||||
|
<type>boolean</type> values (Neil)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
<sect3>
|
||||||
|
<title>Functions</title>
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add new regular expression functions
|
Add new regular expression functions
|
||||||
@ -1603,19 +1631,6 @@ current_date < 2017-11-17
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Fix <type>float4</type>/<type>float8</type> to handle
|
|
||||||
<literal>Infinity</> and <literal>NAN</> (Not A Number)
|
|
||||||
consistently (Bruce)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
The code formerly was not consistent about distinguishing
|
|
||||||
<literal>Infinity</> from overflow conditions.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make <function>setseed()</function> return void, rather than a
|
Make <function>setseed()</function> return void, rather than a
|
||||||
@ -1642,13 +1657,6 @@ current_date < 2017-11-17
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow leading and trailing whitespace during input of
|
|
||||||
<type>boolean</type> values (Neil)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make <function>currtid()</function> functions require
|
Make <function>currtid()</function> functions require
|
||||||
|
Reference in New Issue
Block a user