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
6f2943b5
Commit
6f2943b5
authored
Aug 14, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add HISTORY for 7.1.3. Packaging done.
parent
4bc9f5e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
97 additions
and
27 deletions
+97
-27
HISTORY
HISTORY
+31
-6
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+66
-21
No files found.
HISTORY
View file @
6f2943b5
------------------------------------------------------------------------
------------------------------------------------------------------------
Release 7.1.3
------------------------------------------------------------------------
Release 7.1.3 (2001-08-15)
Migration to v7.1.3
A dump/restore is not required for those running 7.1.X.
Changes
-------
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
Pl/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
Fix subselects with DISTINCT ON or LIMIT (Tom)
BEOS fix
Disable COPY TO/FROM a view (Tom)
Cygwin build (Jason Tishler)
------------------------------------------------------------------------
Release 7.1.2
Release 7.1.2
------------------------------------------------------------------------
------------------------------------------------------------------------
...
@@ -2348,11 +2374,10 @@ Unused/uninialized variables corrected
...
@@ -2348,11 +2374,10 @@ Unused/uninialized variables corrected
------------------------------------------------------------------------
------------------------------------------------------------------------
Release v1.09
(1996-11-04)
Release v1.09
Sorry, we didn't keep track of changes from 1.02 to 1.09. Some of the
Sorry, we stopped keeping track of changes from 1.02 to 1.09. Some of the
changes listed in 6.0 were actually included in the 1.02.1 to 1.09
changes listed in 6.0 were actually included in the 1.02.1 to 1.09 releases.
releases.
...
@@ -2758,7 +2783,7 @@ New documentation:
...
@@ -2758,7 +2783,7 @@ New documentation:
------------------------------------------------------------------------
------------------------------------------------------------------------
Postgres95 Release 0.02 (1995-0
5
-25)
Postgres95 Release 0.02 (1995-0
3
-25)
Detailed Change List
Detailed Change List
...
...
doc/src/sgml/release.sgml
View file @
6f2943b5
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.9
6 2001/06/01 00:24:21
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.9
7 2001/08/14 21:21:40
momjian Exp $
-->
-->
<appendix id="release">
<appendix id="release">
<title>Release Notes</title>
<title>Release Notes</title>
<sect1 id="release-7-1-3">
<title>Release 7.1.3</title>
<note>
<title>Release date</title>
<simpara>2001-08-15</simpara>
</note>
<!--
<docinfo>
<authorgroup>
<author>
<firstname>Bruce</firstname>
<surname>Momjian</surname>
</author>
</authorgroup>
</docinfo>
-->
<sect2>
<title>Migration to version 7.1.3</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
7.1.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<para>
<programlisting>
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
Pl/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
Fix subselects with DISTINCT ON or LIMIT (Tom)
BEOS fix
Disable COPY TO/FROM a view (Tom)
Cygwin build (Jason Tishler)
</programlisting>
</para>
</sect2>
</sect1>
<sect1 id="release-7-1-2">
<sect1 id="release-7-1-2">
<title>Release 7.1.2</title>
<title>Release 7.1.2</title>
...
@@ -1196,7 +1245,7 @@ subselect+CASE fixes(Tom)
...
@@ -1196,7 +1245,7 @@ subselect+CASE fixes(Tom)
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
Fixes for CASE in WHERE join clauses(Tom)
Fixes for CASE in WHERE join clauses(Tom)
Fix BTScan abort(Tom)
Fix BTScan abort(Tom)
Repair the check for redundant UNIQUE and PRIMARY KEY ind
ex
es(Thomas)
Repair the check for redundant UNIQUE and PRIMARY KEY ind
ic
es(Thomas)
Improve it so that it checks for multi-column constraints(Thomas)
Improve it so that it checks for multi-column constraints(Thomas)
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
Allow BSD yacc and bison to compile pl code(Bruce)
Allow BSD yacc and bison to compile pl code(Bruce)
...
@@ -1595,7 +1644,7 @@ Enhancements
...
@@ -1595,7 +1644,7 @@ Enhancements
------------
------------
Add "vacuumdb" utility
Add "vacuumdb" utility
Speed up libpq by allocating memory better(Tom)
Speed up libpq by allocating memory better(Tom)
EXPLAIN all ind
ex
es used(Tom)
EXPLAIN all ind
ic
es used(Tom)
Implement CASE, COALESCE, NULLIF expression(Thomas)
Implement CASE, COALESCE, NULLIF expression(Thomas)
New pg_dump table output format(Constantin)
New pg_dump table output format(Constantin)
Add string min()/max() functions(Thomas)
Add string min()/max() functions(Thomas)
...
@@ -2029,14 +2078,14 @@ Allow index use with OR clauses(Bruce)
...
@@ -2029,14 +2078,14 @@ Allow index use with OR clauses(Bruce)
Allows "SELECT NULL ORDER BY 1;"
Allows "SELECT NULL ORDER BY 1;"
Explain VERBOSE prints the plan, and now pretty-prints the plan to
Explain VERBOSE prints the plan, and now pretty-prints the plan to
the postmaster log file(Bruce)
the postmaster log file(Bruce)
Add
index
es display to \d command(Bruce)
Add
Indic
es display to \d command(Bruce)
Allow GROUP BY on functions(David)
Allow GROUP BY on functions(David)
New pg_class.relkind for large objects(Bruce)
New pg_class.relkind for large objects(Bruce)
New way to send libpq NOTICE messages to a different location(Tom)
New way to send libpq NOTICE messages to a different location(Tom)
New \w write command to psql(Bruce)
New \w write command to psql(Bruce)
New /contrib/findoidjoins scans oid columns to find join relationships(Bruce)
New /contrib/findoidjoins scans oid columns to find join relationships(Bruce)
Allow binary-compatible ind
ex
es to be considered when checking for valid
Allow binary-compatible ind
ic
es to be considered when checking for valid
Index
es for restriction clauses containing a constant(Thomas)
indic
es for restriction clauses containing a constant(Thomas)
New ISBN/ISSN code in /contrib/isbn_issn
New ISBN/ISSN code in /contrib/isbn_issn
Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN constraint(Thomas)
Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN constraint(Thomas)
New rewrite system fixes many problems with rules and views(Jan)
New rewrite system fixes many problems with rules and views(Jan)
...
@@ -2502,7 +2551,7 @@ Real deadlock detection, no more timeouts(Bruce)
...
@@ -2502,7 +2551,7 @@ Real deadlock detection, no more timeouts(Bruce)
Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,
Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,
CURRENT_USER(Thomas)
CURRENT_USER(Thomas)
Modify constraint syntax to be SQL92-compliant(Thomas)
Modify constraint syntax to be SQL92-compliant(Thomas)
Implement SQL92 PRIMARY KEY and UNIQUE clauses using ind
ex
es(Thomas)
Implement SQL92 PRIMARY KEY and UNIQUE clauses using ind
ic
es(Thomas)
Recognize SQL92 syntax for FOREIGN KEY. Throw elog notice(Thomas)
Recognize SQL92 syntax for FOREIGN KEY. Throw elog notice(Thomas)
Allow NOT NULL UNIQUE constraint clause (each allowed separately before)(Thomas)
Allow NOT NULL UNIQUE constraint clause (each allowed separately before)(Thomas)
Allow Postgres-style casting ("::") of non-constants(Thomas)
Allow Postgres-style casting ("::") of non-constants(Thomas)
...
@@ -2514,14 +2563,14 @@ Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F')(Thomas)
...
@@ -2514,14 +2563,14 @@ Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F')(Thomas)
Support SQL92 syntax for type coercion of literal strings
Support SQL92 syntax for type coercion of literal strings
(e.g. "DATETIME 'now'")(Thomas)
(e.g. "DATETIME 'now'")(Thomas)
Add conversions for int2, int4, and OID types to and from text(Thomas)
Add conversions for int2, int4, and OID types to and from text(Thomas)
Use shared lock when building ind
ex
es(Vadim)
Use shared lock when building ind
ic
es(Vadim)
Free memory allocated for an user query inside transaction block after
Free memory allocated for an user query inside transaction block after
this query is done, was turned off in <= 6.2.1(Vadim)
this query is done, was turned off in <= 6.2.1(Vadim)
New SQL statement CREATE PROCEDURAL LANGUAGE(Jan)
New SQL statement CREATE PROCEDURAL LANGUAGE(Jan)
New <productname>Postgres</productname> Procedural Language (PL) backend interface(Jan)
New <productname>Postgres</productname> Procedural Language (PL) backend interface(Jan)
Rename pg_dump -H option to -h(Bruce)
Rename pg_dump -H option to -h(Bruce)
Add Java support for passwords, European dates(Peter)
Add Java support for passwords, European dates(Peter)
Use ind
ex
es for LIKE and ~, !~ operations(Bruce)
Use ind
ic
es for LIKE and ~, !~ operations(Bruce)
Add hash functions for datetime and timespan(Thomas)
Add hash functions for datetime and timespan(Thomas)
Time Travel removed(Vadim, Bruce)
Time Travel removed(Vadim, Bruce)
Add paging for \d and \z, and fix \i(Bruce)
Add paging for \d and \z, and fix \i(Bruce)
...
@@ -2539,7 +2588,7 @@ Regression tests time zone automatically set with "setenv PGTZ PST8PDT"(Thomas)
...
@@ -2539,7 +2588,7 @@ Regression tests time zone automatically set with "setenv PGTZ PST8PDT"(Thomas)
Add pg_description table for info on tables, columns, operators, types, and
Add pg_description table for info on tables, columns, operators, types, and
aggregates(Bruce)
aggregates(Bruce)
Increase 16 char limit on system table/index names to 32 characters(Bruce)
Increase 16 char limit on system table/index names to 32 characters(Bruce)
Rename system ind
ex
es(Bruce)
Rename system ind
ic
es(Bruce)
Add 'GERMAN' option to SET DATESTYLE(Thomas)
Add 'GERMAN' option to SET DATESTYLE(Thomas)
Define an "ISO-style" timespan output format with "hh:mm:ss" fields(Thomas)
Define an "ISO-style" timespan output format with "hh:mm:ss" fields(Thomas)
Allow fractional values for delta times (e.g. '2.5 days')(Thomas)
Allow fractional values for delta times (e.g. '2.5 days')(Thomas)
...
@@ -3041,7 +3090,7 @@ fix join clauses for multiple tables(Vadim)
...
@@ -3041,7 +3090,7 @@ fix join clauses for multiple tables(Vadim)
fix hash, hashjoin for arrays(Vadim)
fix hash, hashjoin for arrays(Vadim)
fix btree for abstime type(Vadim)
fix btree for abstime type(Vadim)
large object fixes(Raymond)
large object fixes(Raymond)
fix buffer leak in hash ind
ex
es (Vadim)
fix buffer leak in hash ind
ic
es (Vadim)
fix rtree for use in inner scan (Vadim)
fix rtree for use in inner scan (Vadim)
fix gist for use in inner scan, cleanups (Vadim, Andrea)
fix gist for use in inner scan, cleanups (Vadim, Andrea)
avoid unnecessary local buffers allocation (Vadim, Massimo)
avoid unnecessary local buffers allocation (Vadim, Massimo)
...
@@ -3288,19 +3337,15 @@ Unused/uninialized variables corrected
...
@@ -3288,19 +3337,15 @@ Unused/uninialized variables corrected
</author>
</author>
</authorgroup>
</authorgroup>
<date>
<date>
1996-11-04
Unknown
</date>
</date>
</docinfo>
</docinfo>
-->
-->
<para>
<para>
<note>
Unknown
<title>Release date</title>
Sorry, we stopped keeping track of changes from 1.02 to 1.09. Some of
<simpara>1996-11-04</simpara>
</note>
Sorry, we didn't keep track of changes from 1.02 to 1.09. Some of
the changes listed in 6.0 were actually included in the 1.02.1 to 1.09
the changes listed in 6.0 were actually included in the 1.02.1 to 1.09
releases.
releases.
</para>
</para>
...
@@ -3820,8 +3865,8 @@ Bug fixes:
...
@@ -3820,8 +3865,8 @@ Bug fixes:
* allow the use of \; inside the monitor
* allow the use of \; inside the monitor
* the LISTEN/NOTIFY asynchronous notification mechanism now work
* the LISTEN/NOTIFY asynchronous notification mechanism now work
* NOTIFY in rule action bodies now work
* NOTIFY in rule action bodies now work
* hash ind
ex
es work, and access methods in general should perform better.
* hash ind
ic
es work, and access methods in general should perform better.
creation of large btree ind
ex
es should be much faster. (thanks to Paul
creation of large btree ind
ic
es should be much faster. (thanks to Paul
Aoki)
Aoki)
Other changes and enhancements:
Other changes and enhancements:
...
@@ -3874,7 +3919,7 @@ New documentation:
...
@@ -3874,7 +3919,7 @@ New documentation:
<note>
<note>
<title>Release date</title>
<title>Release date</title>
<simpara>1995-0
5
-25</simpara>
<simpara>1995-0
3
-25</simpara>
</note>
</note>
<!--
<!--
...
...
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