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
60feaa26
Commit
60feaa26
authored
Oct 16, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix SGML markup.
Update HISTORY file.
parent
352f29b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1478 additions
and
1256 deletions
+1478
-1256
HISTORY
HISTORY
+1470
-1248
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+8
-8
No files found.
HISTORY
View file @
60feaa26
This source diff could not be displayed because it is too large. You can
view the blob
instead.
doc/src/sgml/release.sgml
View file @
60feaa26
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
1 2003/10/16 03:55:31
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
2 2003/10/16 04:11:53
momjian Exp $
-->
<appendix id="release">
<title>Release Notes</title>
<sect1 id="release-devel">
<title>
7.4 Development Branch
</title>
<title>
Release 7.4
</title>
<!--
<para>
Below is a subset of the changes that have gone into the
development branch of <productname>PostgreSQL</productname> since
version 7.3. For a complete list of changes, consult the CVS logs.
</para>
<!--
Developers: When you add a feature, mention it here. This avoids
lossiness when digging out the information from the CVS logs, and
furthermore it advertises your feature to external parties at the
...
...
@@ -38,8 +38,8 @@ data types</para></glossdef>
<glossentry><glossterm> SSL</glossterm>
<gloss
s
def><para> Major improvements in SSL performance and
reliability</para></gloss
s
def>
<glossdef><para> Major improvements in SSL performance and
reliability</para></glossdef>
</glossentry>
<glossentry><glossterm> Index Growth Prevention</glossterm>
...
...
@@ -324,7 +324,7 @@ required for those wishing to migrate data from any previous release.</para>
<listitem><para>Allow proper comparisons for arrays (Joe)</para></listitem>
<listitem><para>Allow array concatenation with '||' (Joe)</para></listitem>
<listitem><para>Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)</para></listitem>
<listitem><para>Allow WHERE qualification 'expr
<oper>
ANY/SOME/ALL (array-expr)' (Joe)
<listitem><para>Allow WHERE qualification 'expr
>oper<
ANY/SOME/ALL (array-expr)' (Joe)
<listitem><para>Allow polymorphic SQL functions (Joe)</para></listitem>
<listitem><para>New array functions array_append(), array_cat(), array_lower(),
array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)</para></listitem>
...
...
@@ -353,7 +353,7 @@ required for those wishing to migrate data from any previous release.</para>
<listitem><para>Assume NaN value to be larger than any other value in MIN()/MAX() (Tom)</para></listitem>
<listitem><para>Prevent interval from suppressing ':00' seconds display</para></listitem>
<listitem><para>New pg_get_triggerdef(prettyprint) and pg_constraint_is_visible() functions</para></listitem>
<listitem><para>Allow time to be specified as '040506' or '0405' (Tom)</para></listitem>
</oper></para></listitem>
<listitem><para>Allow time to be specified as '040506' or '0405' (Tom)</para></listitem>
</itemizedlist></sect3>
<sect3><title>Server-side Languages</title>
...
...
@@ -622,7 +622,7 @@ thresholds.</para></listitem>
<listitem><para>Fix <function>abstime-to-time</function> cast function (fix is
not applied unless you <application>initdb</application>)</para></listitem>
<listitem><para>Fix <application>pg_proc</application> entry for
<type>
<type>timestampt_izone</type> (fix is not applied unless you
<type>timestampt_izone</type> (fix is not applied unless you
<application>initdb</application>)</para></listitem>
<listitem><para>Make <function>EXTRACT(EPOCH FROM timestamp without time zone)</function> treat input as local time</para></listitem>
<listitem><para><command>'now'::timestamptz</command> gave wrong answer if timezone changed earlier in transaction</para></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