1. 14 7月, 1999 1 次提交
  2. 10 7月, 1999 1 次提交
  3. 04 7月, 1999 1 次提交
  4. 03 7月, 1999 1 次提交
  5. 17 6月, 1999 1 次提交
  6. 11 6月, 1999 1 次提交
  7. 25 5月, 1999 1 次提交
  8. 22 5月, 1999 1 次提交
  9. 20 5月, 1999 1 次提交
  10. 18 5月, 1999 1 次提交
  11. 14 5月, 1999 1 次提交
  12. 08 5月, 1999 1 次提交
  13. 26 4月, 1999 1 次提交
  14. 16 4月, 1999 1 次提交
  15. 15 4月, 1999 1 次提交
  16. 25 3月, 1999 1 次提交
  17. 21 3月, 1999 1 次提交
  18. 18 3月, 1999 1 次提交
  19. 16 3月, 1999 1 次提交
  20. 15 3月, 1999 1 次提交
  21. 11 3月, 1999 1 次提交
  22. 07 3月, 1999 1 次提交
  23. 05 3月, 1999 1 次提交
  24. 28 2月, 1999 1 次提交
    • M
      · d077c614
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Tue Feb 23 17:32:25 CET 1999
      +
      +       - Other than a struct a union itself cannot be specified as variable.
      +
      + Fri Feb 26 07:18:25 CET 1999
      +
      +       - Synced preproc.y with gram.y.
      +
      + Sat Feb 27 20:30:03 CET 1999
      +
      +       - Added automatic allocating for NULL pointers.
      d077c614
  25. 23 2月, 1999 1 次提交
    • M
      · fa9db42a
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Son Feb 21 14:10:47 CET 1999
      +
      +       - Fixed variable detection in libecpg.
      +
      + Mon Feb 22 19:47:45 CET 1999
      +
      +       - Added 'at <db_connection>' option to all commands it is apllicable
      +         to. Due to changing the API of some libecpg functions this
      +         requires me to increase the major version number.
      +       - Synced pgc.l with scan.l.
      +       - Added support for unions.
      +       - Set library version to 3.0.0
      +       - Set ecpg version to 3.0.0
      fa9db42a
  26. 20 2月, 1999 1 次提交
    • M
      · bf6636ba
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      See Changes file...
      bf6636ba
  27. 04 2月, 1999 1 次提交
    • M
      · fc590b6f
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      + Tue Feb  2 07:40:52 CET 1999
      +
      +       - Brought preproc.y in sync again with gram.y.
      +       - Set ecpg version to 2.4.9
      +
      fc590b6f
  28. 01 2月, 1999 1 次提交
    • M
      · 91fed81c
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      +
      + Wed Jan 27 12:42:22 CET 1999
      +
      +       - Fixed bug that caused ecpg to lose 'goto' information.
      +       - Set ecpg version to 2.4.7
      +
      + Fri Jan 29 18:03:52 CET 1999
      +
      +       - Fixed bug that caused 'enum' to be rejected in pure C code.
      +       - Fixed bug that caused function names to be translated to lower case.
      +       - Set ecpg version to 2.4.8
      +
      91fed81c
  29. 22 1月, 1999 1 次提交
    • M
      · cdbaec77
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      See attached file. Now accepts "exec sql whenever sqlwarning".
      cdbaec77
  30. 19 1月, 1999 1 次提交
    • B
      Okay, I've updated the ecpg parser yet again. Unfortunately it has one · 0347dcc8
      Bruce Momjian 提交于
      remaining shift/reduce conflict. But the very same conflict is in gram.y, so
      I don't dig into it very much now.
      
      Anyway, I just saw that there were minor changes made to ecpg by others. Now
      I like that but I would prefer if I was told about that. Otherwise my
      version numbering and Changelog maintaining might break. Or simply change
      these too. :-)
      
      Also I had to add #include <errno.h> to  backend/libpq/pqcomprim.c to be
      able to compile postgresql.
      
      Patch is attached. Since my resubscription process is still not finished
      yet, I still send them here.
      
      Michael
      0347dcc8
  31. 08 1月, 1999 1 次提交
  32. 23 12月, 1998 1 次提交
    • M
      · e237194b
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      +
      +Wed Dec  9 11:24:54 MEZ 1998
      +
      +       - Synced preproc.y with gram.y and the keywords.c files to add CASE
      +         statement.
      +
      +Tue Dec 22 14:16:11 CET 1998
      +
      +       - Synced preproc.y with gram.y for locking statements.
      +       - Set version to 2.4.5
      e237194b
  33. 16 10月, 1998 1 次提交
  34. 03 10月, 1998 1 次提交
    • T
      Changes from Michael Meskes: · 607cd930
      Thomas G. Lockhart 提交于
      Check strdup calls for out of memory.
      Set library version to 2.6.2
      Synced preproc.y and keywords.c with gram.y and keywords.c yet again.
      Set version to 2.4.3
      607cd930
  35. 21 9月, 1998 1 次提交
    • M
      · bf395e89
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@usa.net>
      
      + Mon Aug 31 09:40:04 CEST 1998
      +
      +       - Minor patch to Makefile
      +       - Put pgc.l in sync with scan.l
      +
      + Tue Sep  1 11:31:05 CEST 1998
      +
      +       - Fixed another bug in preproc.y
      +
      + Thu Sep  3 12:21:16 CEST 1998
      +
      +       - Sync preproc.y with gram.y
      +
      + Mon Sep 14 09:21:02 CEST 1998
      +
      +       - Sync preproc.y with gram.y yet again
      +
      + Thu Sep 17 08:55:33 CEST 1998
      +
      +       - Synced preproc.y and gram.y one more time
      +
      + Thu Sep 17 19:23:24 CEST 1998
      +
      +       - Added missing ´;´ in preproc.y
      +       - Set version to 2.4.2
      bf395e89
  36. 01 9月, 1998 1 次提交
  37. 29 8月, 1998 1 次提交
    • M
      · b9b00d5f
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@online-club.de>
      
      This one is against the current archive (so it contains the one I send the
      other day). It should fix the AIX problems. Andreas, could you please try
      it? Thanks.
      
      + Wed Aug 26 16:17:39 CEST 1998
      +
      +       - Sync preproc.y with gram.y
      +
      + Thu Aug 27 15:32:23 CEST 1998
      +
      +       - Fix some minor glitches that the AIX compiler complains about
      +       - Added patchlevel to library
      +
      + Fri Aug 28 15:36:58 CEST 1998
      +
      +       - Removed one line of code that AIX complains about since it was not
      +         needed anyway
      +       - Set library version to 2.6.1
      b9b00d5f
  38. 27 8月, 1998 1 次提交
  39. 26 8月, 1998 1 次提交
    • M
      · f62d1253
      Marc G. Fournier 提交于
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      
      >       these patches define the UNLISTEN sql command. The code already
      >       existed but it was unknown to the parser. Now it can be used
      >       like the listen command.
      >       You must make clean and delete gram.c and parser.h before make.
      f62d1253
  40. 25 8月, 1998 1 次提交
    • M
      · 35478b80
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@online-club.de>
      
      +
      + Fri Aug 14 12:44:21 CEST 1998
      +
      +       - Added EXEC SQL DEFINE statement
      +       - Set version to 2.4.0
      +
      + Tue Aug 18 09:24:15 CEST 1998
      +
      +       - Removed keyword IS from DEFINE statement
      +       - Added latest changes from gram.y
      +       - Removed duplicate symbols from preproc.y
      +       - Initialize sqlca structure
      +       - Added check for connection to ecpglib
      +       - Set version to 2.4.1
      +
      + Thu Aug 20 15:31:29 CEST 1998
      +
      +       - Cleaned up memory allocation in ecpglib.c
      +       - Set library version to 2.6
      +
      35478b80