|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.114 2002/01/31 18:31:44 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115 2002/01/31 21:20:03 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -378,7 +378,7 @@ Improve PL/pgSQL error reporting, including location of error (Tom) |
378 | 378 | Allow IS or FOR key words in cursor declaration, for compatibility (Bruce) |
379 | 379 | Fix for SELECT ... FOR UPDATE (Tom) |
380 | 380 | Fix for PERFORM returning multiple rows (Tom) |
381 | | -Make PL/PgSQL use the server's type coercion code (Tom) |
| 381 | +Make PL/pgSQL use the server's type coercion code (Tom) |
382 | 382 | Memory leak fix (Jan, Tom) |
383 | 383 | Make trailing semicolon optional (Tom) |
384 | 384 | </literallayout> |
@@ -585,7 +585,7 @@ Add new pg_resetxlog options (Bruce, Tom) |
585 | 585 | <programlisting> |
586 | 586 | Remove unused WAL segements of large transactions (Tom) |
587 | 587 | Multiaction rule fix (Tom) |
588 | | -Pl/pgSQL memory allocation fix (Jan) |
| 588 | +PL/pgSQL memory allocation fix (Jan) |
589 | 589 | VACUUM buffer fix (Tom) |
590 | 590 | Regression test fixes (Tom) |
591 | 591 | pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom) |
@@ -626,7 +626,7 @@ Cygwin build (Jason Tishler) |
626 | 626 |
|
627 | 627 | <para> |
628 | 628 | <programlisting> |
629 | | -Fix PL/PgSQL SELECTs when returning no rows |
| 629 | +Fix PL/pgSQL SELECTs when returning no rows |
630 | 630 | Fix for psql backslash core dump |
631 | 631 | Referential integrity permission fix |
632 | 632 | Optimizer fixes |
@@ -834,7 +834,7 @@ Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom) |
834 | 834 | Fix lpad() and rpad() to handle length less than input string (Tom) |
835 | 835 | Fix use of NOTIFY in some rules (Tom) |
836 | 836 | Overhaul btree code (Tom) |
837 | | -Fix NOT NULL use in Pl/PgSQL variables (Tom) |
| 837 | +Fix NOT NULL use in Pl/pgSQL variables (Tom) |
838 | 838 | Overhaul GIST code (Oleg) |
839 | 839 | Fix CLUSTER to preserve constraints and column default (Tom) |
840 | 840 | Improved deadlock detection handling (Tom) |
|
0 commit comments