@@ -414,7 +414,7 @@ Fix bug in pg_dump -z
414414Memory overrun cleanups(Tatsuo)
415415Fix for lo_import crash(Tatsuo)
416416Adjust handling of data type names to suppress double quotes(Thomas)
417- Use typecoersion for matching columns and DEFAULT(Thomas)
417+ Use typecoercion for matching columns and DEFAULT(Thomas)
418418Fix deadlock so it only checks once after one second of sleep(Bruce)
419419Fixes for aggregates and PL/pgsql(Hiroshi)
420420Fix for subquery crash(Vadim)
@@ -475,7 +475,7 @@ EXPLAIN all indices used(Tom)
475475Implement CASE, COALESCE, NULLIF expression(Thomas)
476476New pg_dump table output format(Constantin)
477477Add string min()/max() functions(Thomas)
478- Extend new typecoersion techniques to aggregates(Thomas)
478+ Extend new typecoercion techniques to aggregates(Thomas)
479479New moddatetime contrib(Terry)
480480Update to pgaccess 0.96(Constantin)
481481Add routines for single-byte "char" type(Thomas)
@@ -672,7 +672,7 @@ Fix for lo_import() crash(Bruce)
672672Better search for install program(Tom)
673673Timezone fixes(Tom)
674674HPUX fixes(Tom)
675- Use implicit typecoersion for matching DEFAULT values(Thomas)
675+ Use implicit typecoercion for matching DEFAULT values(Thomas)
676676Add routines to help with single-byte (internal) character type(Thomas)
677677Compilation of libpq for Win32 fixes(Magnus)
678678Upgrade to PyGreSQL 2.2(D'Arcy)
@@ -734,7 +734,7 @@ asynchronous messages and interrupts thanks to Tom Lane.
734734
735735<listitem>
736736<para>
737- The parser will now perform automatic typecoersion to match arguments
737+ The parser will now perform automatic typecoercion to match arguments
738738to available operators and functions, and to match columns and expressions
739739with target columns. This uses a generic mechanism which supports
740740the type extensibility features of <productname>Postgres</productname>.