diff --git a/HISTORY b/HISTORY index 1c4224806900b71bd47a9e106b2e9ef16b32afa0..cae3fed04260689879905e008fbd8c6c698b6426 100644 --- a/HISTORY +++ b/HISTORY @@ -542,7 +542,7 @@ Data Type and Function Changes * Make EXTRACT(TIMEZONE) and SET/SHOW TIME ZONE follow the SQL convention for the sign of time zone offsets, i.e., positive is east from UTC (Tom) - * Fix date_trunc('quarter', ...) (B?jthe Zolt?n) + * Fix date_trunc('quarter', ...) (Böjthe Zoltán) Prior releases returned an incorrect value for this function call. * Make initcap() more compatible with Oracle (Mike Nolan) initcap() now uppercases a letter appearing after any @@ -757,9 +757,9 @@ Contrib Changes * Improve pgstattuple (Rod) * Fix bug in metaphone() in fuzzystrmatch * Improve adddepend (Rod) - * Update spi/timetravel (B?jthe Zolt?n) + * Update spi/timetravel (Böjthe Zoltán) * Fix dbase "-s" option and improve non-ASCII handling (Thomas - Behr,M?rcio Smiderle) + Behr, Márcio Smiderle) * Remove array module because features now included by default (Joe) _________________________________________________________________ diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 96f0947a6d93d2be232442de748697b591c6b27b..ff11045cdff92b4e158e1d2d7255f8b04c5ff99d 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -1375,7 +1375,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 mo - Fix date_trunc('quarter', ...) (B?jthe Zolt?n) + Fix date_trunc('quarter', ...) (Böjthe Zoltán) Prior releases returned an incorrect value for this function call. @@ -1844,8 +1844,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 mo Improve pgstattuple (Rod) Fix bug in metaphone() in fuzzystrmatch Improve adddepend (Rod) - Update spi/timetravel (B?jthe Zolt?n) - Fix dbase + Update spi/timetravel (Böjthe Zoltán) + Fix dbase Remove array module because features now included by default (Joe)