Release Notes
+ Release 7.2.1
+
+ Release date: 2002-03-21
+
+ This has a variety of fixes from 7.2.
+
+ ----------------------------------------------------------------------
+
+Migration to version 7.2.1
+
+ A dump/restore is *not* required for those running 7.2.
+
+ ----------------------------------------------------------------------
+
+Changes
+
+ Properly set sequence values after backend crash (Tom)
+ Fix pgaccess kanji-coversion key binding (Tatsuo)
+ Optimizer improvements (Tom)
+ cash I/O improvements (Tom)
+ contrib/btree_gist improvements (Teodor Sigaev)
+ New Russian FAQ
+ Compile fix for missing AuthBlockSig (Heiko)
+ Additional time zones and time zone fixes (Thomas)
+ Allow psql \connect to handle mixed case database and user names (Tom)
+ Return proper OID on command completion even with ON INSERT rules (Tom)
+ Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
+ Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
+ Improve handling of multiple UNIONs with different lengths (Tom)
+ contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+ Fix for array subscripts handling (Tom)
+
+
+ ----------------------------------------------------------------------
+
Release 7.2
Release date: 2002-02-04
* The date/time value 'current' is no longer available. You will need to
rewrite your applications.
- * The timestamp(), time(), and inverval() functions are no longer
- available. Instead of timestamp(), use timestamp 'string', or CAST.
+ * The timestamp() function is no longer available. Use timestamp
+ 'string' instead, or CAST.
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
Release Notes
- ">
- &version; Development Branch
+ ">
+ Release 7.2.1
- Below is a subset of the changes that have gone into the
- development branch of PostgreSQL since version 7.2. For a complete
- list of changes, consult the CVS logs.
-
+
+
Release date
+ 2002-03-21
+
-
-
-Access privileges on functions
-Access privileges on procedural languages
-CREATE DATABASE has OWNER option so superuser can create DB for someone else
-Kerberos 5 support now works with Heimdal
-Database and user-specific session defaults of run-time configurations variables
- (ALTER DATABASE ... SET and ALTER USER ... SET)
-]]>
+ This has a variety of fixes from 7.2.
+
+
+
+
+
Migration to version 7.2.1
+
+ A dump/restore is not required for those running
+ 7.2.
+
+
+
+
+
Changes
+
+Properly set sequence values after backend crash (Tom)
+Fix pgaccess kanji-coversion key binding (Tatsuo)
+Optimizer improvements (Tom)
+cash I/O improvements (Tom)
+contrib/btree_gist improvements (Teodor Sigaev)
+New Russian FAQ
+Compile fix for missing AuthBlockSig (Heiko)
+Additional time zones and time zone fixes (Thomas)
+Allow psql \connect to handle mixed case database and user names (Tom)
+Return proper OID on command completion even with ON INSERT rules (Tom)
+Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
+Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
+Improve handling of multiple UNIONs with different lengths (Tom)
+contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+Fix for array subscripts handling (Tom)
+
+
+
+
-
Release 7.2
- The timestamp(), time(),
- and interval() functions are no longer
- available. Instead of timestamp(), use
- timestamp 'string' or CAST.
+ The timestamp() function is no longer
+ available. Use timestamp 'string' instead,
+ or CAST.
bump interface version numbers
update src/interfaces/libpq/libpq.rc
update src/interfaces/libpq++/libpq++dll.rc
- update src/include/config.h.win32
+ update src/include/pg_config.h.win32
* Release notes
update doc/src/sgml/release.sgml
platform-specific FAQ's, if needed
* Miscellaneous files
- README
- register.txt
doc/bug.template
* Update pg_upgrade to handle new version, or disable
#
# pre and post-branch logs:
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
+#
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
#
-# pre and post-branch logs:
-# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
-# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
-# cvs log -d'>2000-05-29 00:00:00 GMT' -r
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
#