Index: release.sgml =================================================================== RCS file: /home/rbt/work/postgresql/cvs/pgsql-server/doc/src/sgml/release.sgml,v retrieving revision 1.206 diff -c -r1.206 release.sgml *** release.sgml 27 Aug 2003 03:35:35 -0000 1.206 --- release.sgml 31 Aug 2003 16:24:19 -0000 *************** *** 87,105 **** Changes ! ! ! Repair breakage in timestamp-to-date conversion for dates before 2000 ! Prevent rare possibility of server startup failure (Tom) ! Fix bugs in interval-to-time conversion (Tom) ! Add constraint names in a few places in pg_dump (Rod) ! Improve performance of functions with many parameters (Tom) ! Fix to_ascii() buffer overruns (Tom) ! Prevent restore of database comments from throwing an error (Tom) ! Work around buggy strxfrm() present in some Solaris releases (Tom) ! Properly escape jdbc setObject() strings to improve security (Barry) ! ! --- 87,103 ---- Changes ! ! Repair breakage in timestamp-to-date conversion for dates before 2000 ! Prevent rare possibility of server startup failure (Tom) ! Fix bugs in interval-to-time conversion (Tom) ! Add constraint names in a few places in pg_dump (Rod) ! Improve performance of functions with many parameters (Tom) ! Fix to_ascii() buffer overruns (Tom) ! Prevent restore of database comments from throwing an error (Tom) ! Work around buggy strxfrm() present in some Solaris releases (Tom) ! Properly escape jdbc setObject() strings to improve security (Barry) !