summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>1999-10-08 11:05:05 +0000
committerMichael Meskes <meskes@postgresql.org>1999-10-08 11:05:05 +0000
commita4f59da1467422d71af3fcaeb09a860221ed7e3e (patch)
tree697d3db2b46fb07ea1e18455d5b948a0b7980249 /src/interfaces/ecpg/ChangeLog
parent7395d9ab4ee292395f34a616f334851f4dd89d4c (diff)
downloadpostgresql-a4f59da1467422d71af3fcaeb09a860221ed7e3e.tar.gz
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
-rw-r--r--src/interfaces/ecpg/ChangeLog31
1 files changed, 26 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index 961cd41610..f0043ed9bd 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -1,8 +1,3 @@
-Tue Aug 24 15:53:28 MEST 1999
-
- - made NULL a valid bool value
- - check for indicator variables on NULL
-
Wed Feb 11 10:58:13 CET 1998
- Added '-d' option to turn on debugging.
@@ -653,3 +648,29 @@ Mon Sep 27 07:40:20 CEST 1999
- Synced preproc.y with gram.y.
- Synced keyword.c.
- Set ecpg version to 2.6.5
+
+Tue Sep 28 17:58:37 CEST 1999
+
+ - Synced preproc.y with gram.y.
+ - Synced pgc.l with scan.l.
+
+Fri Oct 1 18:34:30 CEST 1999
+
+ - Synced preproc.y with gram.y.
+ - Synced keyword.c.
+ - Include patch by Christof Petig <christof.petig@wtal.de>:
+ - made NULL a valid bool value
+ - check for indicator variables on NULL
+
+Wed Oct 6 18:28:40 CEST 1999
+
+ - Synced preproc.y with gram.y.
+
+Thu Oct 7 15:12:58 CEST 1999
+
+ - Fixed bug that caused mixed case relation names to be converted to
+ upper case.
+ - Synced preproc.y with gram.y.
+ - Set ecpg version to 2.6.6
+ - Set library version to 3.0.4
+