summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-03-18 23:03:13 +0000
committerBruce Momjian <bruce@momjian.us>2002-03-18 23:03:13 +0000
commit658371fe9fb969b8dc4725f737f6c2e9412170db (patch)
tree0a5347b90b9a2fb6de18ae59995dd8c344103394 /HISTORY
parentb6cb03c7cec9206ff1cbe46d32a8f5c4076e2f6e (diff)
downloadpostgresql-658371fe9fb969b8dc4725f737f6c2e9412170db.tar.gz
Update for 7.2.1.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY39
1 files changed, 37 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 12d26e1d95..e9f0c486d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,40 @@
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
@@ -74,8 +109,8 @@ Migration to version 7.2
* 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.