1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.97 2001/08/14 21:21:40 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.98 2001/08/14 23:38:20 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -1245,7 +1245,7 @@ subselect+CASE fixes(Tom)
1245
1245
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
1246
1246
Fixes for CASE in WHERE join clauses(Tom)
1247
1247
Fix BTScan abort(Tom)
1248
- Repair the check for redundant UNIQUE and PRIMARY KEY indices (Thomas)
1248
+ Repair the check for redundant UNIQUE and PRIMARY KEY indexes (Thomas)
1249
1249
Improve it so that it checks for multi-column constraints(Thomas)
1250
1250
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
1251
1251
Allow BSD yacc and bison to compile pl code(Bruce)
@@ -1644,7 +1644,7 @@ Enhancements
1644
1644
------------
1645
1645
Add "vacuumdb" utility
1646
1646
Speed up libpq by allocating memory better(Tom)
1647
- EXPLAIN all indices used(Tom)
1647
+ EXPLAIN all indexes used(Tom)
1648
1648
Implement CASE, COALESCE, NULLIF expression(Thomas)
1649
1649
New pg_dump table output format(Constantin)
1650
1650
Add string min()/max() functions(Thomas)
@@ -2078,14 +2078,14 @@ Allow index use with OR clauses(Bruce)
2078
2078
Allows "SELECT NULL ORDER BY 1;"
2079
2079
Explain VERBOSE prints the plan, and now pretty-prints the plan to
2080
2080
the postmaster log file(Bruce)
2081
- Add Indices display to \d command(Bruce)
2081
+ Add indexes display to \d command(Bruce)
2082
2082
Allow GROUP BY on functions(David)
2083
2083
New pg_class.relkind for large objects(Bruce)
2084
2084
New way to send libpq NOTICE messages to a different location(Tom)
2085
2085
New \w write command to psql(Bruce)
2086
2086
New /contrib/findoidjoins scans oid columns to find join relationships(Bruce)
2087
- Allow binary-compatible indices to be considered when checking for valid
2088
- indices for restriction clauses containing a constant(Thomas)
2087
+ Allow binary-compatible indexes to be considered when checking for valid
2088
+ Indexes for restriction clauses containing a constant(Thomas)
2089
2089
New ISBN/ISSN code in /contrib/isbn_issn
2090
2090
Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN constraint(Thomas)
2091
2091
New rewrite system fixes many problems with rules and views(Jan)
@@ -2551,7 +2551,7 @@ Real deadlock detection, no more timeouts(Bruce)
2551
2551
Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,
2552
2552
CURRENT_USER(Thomas)
2553
2553
Modify constraint syntax to be SQL92-compliant(Thomas)
2554
- Implement SQL92 PRIMARY KEY and UNIQUE clauses using indices (Thomas)
2554
+ Implement SQL92 PRIMARY KEY and UNIQUE clauses using indexes (Thomas)
2555
2555
Recognize SQL92 syntax for FOREIGN KEY. Throw elog notice(Thomas)
2556
2556
Allow NOT NULL UNIQUE constraint clause (each allowed separately before)(Thomas)
2557
2557
Allow Postgres-style casting ("::") of non-constants(Thomas)
@@ -2563,14 +2563,14 @@ Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F')(Thomas)
2563
2563
Support SQL92 syntax for type coercion of literal strings
2564
2564
(e.g. "DATETIME 'now'")(Thomas)
2565
2565
Add conversions for int2, int4, and OID types to and from text(Thomas)
2566
- Use shared lock when building indices (Vadim)
2566
+ Use shared lock when building indexes (Vadim)
2567
2567
Free memory allocated for an user query inside transaction block after
2568
2568
this query is done, was turned off in <= 6.2.1(Vadim)
2569
2569
New SQL statement CREATE PROCEDURAL LANGUAGE(Jan)
2570
2570
New <productname>Postgres</productname> Procedural Language (PL) backend interface(Jan)
2571
2571
Rename pg_dump -H option to -h(Bruce)
2572
2572
Add Java support for passwords, European dates(Peter)
2573
- Use indices for LIKE and ~, !~ operations(Bruce)
2573
+ Use indexes for LIKE and ~, !~ operations(Bruce)
2574
2574
Add hash functions for datetime and timespan(Thomas)
2575
2575
Time Travel removed(Vadim, Bruce)
2576
2576
Add paging for \d and \z, and fix \i(Bruce)
@@ -2588,7 +2588,7 @@ Regression tests time zone automatically set with "setenv PGTZ PST8PDT"(Thomas)
2588
2588
Add pg_description table for info on tables, columns, operators, types, and
2589
2589
aggregates(Bruce)
2590
2590
Increase 16 char limit on system table/index names to 32 characters(Bruce)
2591
- Rename system indices (Bruce)
2591
+ Rename system indexes (Bruce)
2592
2592
Add 'GERMAN' option to SET DATESTYLE(Thomas)
2593
2593
Define an "ISO-style" timespan output format with "hh:mm:ss" fields(Thomas)
2594
2594
Allow fractional values for delta times (e.g. '2.5 days')(Thomas)
@@ -3090,7 +3090,7 @@ fix join clauses for multiple tables(Vadim)
3090
3090
fix hash, hashjoin for arrays(Vadim)
3091
3091
fix btree for abstime type(Vadim)
3092
3092
large object fixes(Raymond)
3093
- fix buffer leak in hash indices (Vadim)
3093
+ fix buffer leak in hash indexes (Vadim)
3094
3094
fix rtree for use in inner scan (Vadim)
3095
3095
fix gist for use in inner scan, cleanups (Vadim, Andrea)
3096
3096
avoid unnecessary local buffers allocation (Vadim, Massimo)
@@ -3337,15 +3337,19 @@ Unused/uninialized variables corrected
3337
3337
</author>
3338
3338
</authorgroup>
3339
3339
<date>
3340
- Unknown
3340
+ 1996-11-04
3341
3341
</date>
3342
3342
</docinfo>
3343
3343
-->
3344
3344
3345
3345
<para>
3346
3346
3347
- Unknown
3348
- Sorry, we stopped keeping track of changes from 1.02 to 1.09. Some of
3347
+ <note>
3348
+ <title>Release date</title>
3349
+ <simpara>1996-11-04</simpara>
3350
+ </note>
3351
+
3352
+ Sorry, we didn't keep track of changes from 1.02 to 1.09. Some of
3349
3353
the changes listed in 6.0 were actually included in the 1.02.1 to 1.09
3350
3354
releases.
3351
3355
</para>
@@ -3865,8 +3869,8 @@ Bug fixes:
3865
3869
* allow the use of \; inside the monitor
3866
3870
* the LISTEN/NOTIFY asynchronous notification mechanism now work
3867
3871
* NOTIFY in rule action bodies now work
3868
- * hash indices work, and access methods in general should perform better.
3869
- creation of large btree indices should be much faster. (thanks to Paul
3872
+ * hash indexes work, and access methods in general should perform better.
3873
+ creation of large btree indexes should be much faster. (thanks to Paul
3870
3874
Aoki)
3871
3875
3872
3876
Other changes and enhancements:
@@ -3919,7 +3923,7 @@ New documentation:
3919
3923
3920
3924
<note>
3921
3925
<title>Release date</title>
3922
- <simpara>1995-03 -25</simpara>
3926
+ <simpara>1995-05 -25</simpara>
3923
3927
</note>
3924
3928
3925
3929
<!--
0 commit comments