11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.113 2002/01/20 22:19:56 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.114 2002/01/31 18:31:44 momjian Exp $
33-->
44
55<appendix id="release">
66 <title>Release Notes</title>
77
88 <sect1 id="release-7-2">
99 <title>Release 7.2</title>
10- <!--
10+
1111 <note>
1212 <title>Release date</title>
13- <simpara>2001-??-?? </simpara>
13+ <simpara>2002-02-04 </simpara>
1414 </note>
15- -->
1615
1716 <sect2>
1817 <title>Overview</title>
@@ -176,7 +175,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.113 2002/01/20 22:19:56 pe
176175
177176 <sect2>
178177 <title>Changes</title>
179- <!-- as of 2001-12-22 -->
180178
181179 <sect3>
182180 <title>Server Operation</title>
@@ -307,6 +305,8 @@ New light-weight VACUUM does not lock table; old semantics are available as VACU
307305Disable COPY TO/FROM on views (Bruce)
308306COPY DELIMITERS string must be exactly one character (Tom)
309307VACUUM warning about index tuples fewer than heap now only appears when appropriate (Martijn van Oosterhout)
308+ Fix permission checks for CREATE INDEX (Tom)
309+ Disallow inappropriate use of CREATE/DROP INDEX/TRIGGER/VIEW (Tom)
310310</literallayout>
311311 </sect3>
312312
@@ -349,6 +349,7 @@ Fix path_inter, path_distance, path_length, dist_ppath to handle closed paths (C
349349octet_length(text) now returns non-compressed length (Tatsuo, Bruce)
350350Handle "July" full name in date/time literals (Greg Sabino Mullane)
351351Some datatype() function calls now evaluated differently
352+ Add support for Julian and ISO time specifications (Thomas)
352353</literallayout>
353354 </sect3>
354355
@@ -491,6 +492,7 @@ Auto allocation for indicator variable arrays (int *ind_p=NULL)
491492Auto allocation for string arrays (char **foo_pp=NULL)
492493ECPGfree_auto_mem fixed
493494All function names with external linkage are now prefixed by ECPG
495+ Fixes for arrays of structures (Michael)
494496</literallayout>
495497 </sect3>
496498
@@ -535,6 +537,8 @@ Remove define of true/false when compiling under C++ (Leandro Fanzone, Tom)
535537pgindent fixes (Bruce, Tom)
536538Replace strcasecmp() with strcmp() where appropriate (Peter E)
537539Dynahash portability improvements (Tom)
540+ Add 'volatile' usage in spinlock structures
541+ Improve signal handling logic (Tom)
538542</literallayout>
539543 </sect3>
540544
@@ -549,6 +553,8 @@ contrib/xml XML conversion utility (John Gray)
549553contrib/fulltextindex fixes (Christopher Kings-Lynne)
550554New contrib/fuzzystrmatch with levenshtein and metaphone, soundex merged (Joe Conway)
551555Add contrib/intarray boolean queries, binary search, fixes (Oleg Bartunov)
556+ New pg_upgrade utility (Bruce)
557+ Add new pg_resetxlog options (Bruce, Tom)
552558</literallayout>
553559 </sect3>
554560 </sect2>
0 commit comments