summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-28 05:03:10 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-28 05:03:10 +0000
commit593377f70c7d00290e62bcf446d8296efc425c22 (patch)
tree93a5f5bfcb08cd1ef53245ea8f2188be25918e63 /HISTORY
parent36e42823fb7e7e5c0ffa6825b7ee2304f283f40c (diff)
downloadpostgresql-593377f70c7d00290e62bcf446d8296efc425c22.tar.gz
Add more Christof Petig ecpg items.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index efb532d953..e8b6478408 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
----------------------------------------------------------------------