diff --git a/HISTORY b/HISTORY index efb532d95387b2a14d08878fb00b551e04de328e..e8b6478408d0c15811ef9821ff45a23daf003cee 100644 --- a/HISTORY +++ b/HISTORY @@ -373,6 +373,10 @@ Changes Fix for GRANT parameters (Lee Kindness) Fix INITIALLY DEFERRED bug Various bug fixes (Michael, Christof Petig) + Auto allocation for indicator variable arrays (int *ind_p=NULL) + Auto allocation for string arrays (char **foo_pp=NULL) + ECPGfree_auto_mem fixed + All function names with external linkage are now prefixed by ECPG ---------------------------------------------------------------------- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 975e3c0129733be17622d7a1ecdec4ac0dc10f4d..7efe1fb1df699fa3738c1d17b1086603c47dc4a7 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.109 2001/12/28 05:00:32 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.110 2001/12/28 05:03:10 momjian Exp $ --> <appendix id="release"> @@ -487,6 +487,10 @@ Multiple row descriptor support (e.g. CARDINALITY) (Christof Petig) Fix for GRANT parameters (Lee Kindness) Fix INITIALLY DEFERRED bug Various bug fixes (Michael, Christof Petig) +Auto allocation for indicator variable arrays (int *ind_p=NULL) +Auto allocation for string arrays (char **foo_pp=NULL) +ECPGfree_auto_mem fixed +All function names with external linkage are now prefixed by ECPG </literallayout> </sect3>