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
56696745
Commit
56696745
authored
Nov 20, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split out data types and function entries into separate sections in the
release notes.
parent
726226b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
22 deletions
+30
-22
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+30
-22
No files found.
doc/src/sgml/release.sgml
View file @
56696745
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.55
1 2007/11/20 05:00:24
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.55
2 2007/11/20 05:16:31
momjian Exp $ -->
<!--
Typical markup:
...
...
@@ -1472,7 +1472,7 @@ current_date < 2017-11-17
</sect3>
<sect3>
<title>Data Types
and Functions
</title>
<title>Data Types</title>
<itemizedlist>
<listitem>
...
...
@@ -1517,6 +1517,34 @@ current_date < 2017-11-17
</para>
</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>
<para>
Add new regular expression functions
...
...
@@ -1603,19 +1631,6 @@ current_date < 2017-11-17
</para>
</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>
Make <function>setseed()</function> return void, rather than a
...
...
@@ -1642,13 +1657,6 @@ current_date < 2017-11-17
</para>
</listitem>
<listitem>
<para>
Allow leading and trailing whitespace during input of
<type>boolean</type> values (Neil)
</para>
</listitem>
<listitem>
<para>
Make <function>currtid()</function> functions require
...
...
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