1. 15 Oct, 1999 1 commit
  2. 08 Oct, 1999 1 commit
  3. 27 Sep, 1999 2 commits
    • Bruce Momjian's avatar
      Hello, · 3f5a1643
      Bruce Momjian authored
      Two patches included:
      - the first one enables the use of bool variables in fields which might
      become NULL.
        Up to now the lib told you that NULL is not a bool variable, even if
      you provide a indicator.
      
      - the second patch checks whether a value is null and issues an error if
      no indicator is provided.
      
      Sidenote: IIRC, the variable should be left alone if the value is NULL.
      ECPGlib sets it's value to 0 on NULL. Is this a violation of the
      standard?
      
      Regards
           Christof
      3f5a1643
    • Michael Meskes's avatar
      *** empty log message *** · 66270c94
      Michael Meskes authored
      66270c94
  4. 17 Sep, 1999 2 commits
  5. 15 Sep, 1999 1 commit
  6. 02 Aug, 1999 1 commit
  7. 19 Jul, 1999 1 commit
  8. 25 Jun, 1999 1 commit
  9. 24 Jun, 1999 1 commit
  10. 16 Jun, 1999 1 commit
  11. 10 Jun, 1999 1 commit
  12. 25 May, 1999 1 commit
  13. 21 May, 1999 1 commit
  14. 18 May, 1999 1 commit
  15. 14 May, 1999 1 commit
  16. 07 May, 1999 1 commit
  17. 26 Apr, 1999 1 commit
  18. 16 Apr, 1999 1 commit
  19. 14 Apr, 1999 1 commit
  20. 13 Apr, 1999 1 commit
  21. 24 Mar, 1999 1 commit
  22. 20 Mar, 1999 1 commit
  23. 18 Mar, 1999 1 commit
  24. 15 Mar, 1999 1 commit
  25. 11 Mar, 1999 1 commit
  26. 07 Mar, 1999 1 commit
  27. 05 Mar, 1999 1 commit
  28. 28 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · d077c614
      Marc G. Fournier authored
      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
  29. 23 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · fa9db42a
      Marc G. Fournier authored
      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
  30. 21 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · ae4a40dc
      Marc G. Fournier authored
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      +
      + Fri Feb 19 21:40:14 CET 1999
      +
      +       - Fixed bug in libecpg that caused it to start transactions only for
      +         the first connection.
      +       - Set library version to 2.7.1
      ae4a40dc
  31. 20 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · bf6636ba
      Marc G. Fournier authored
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      See Changes file...
      bf6636ba
  32. 04 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · fc590b6f
      Marc G. Fournier authored
      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
  33. 31 Jan, 1999 1 commit
    • Marc G. Fournier's avatar
      · 91fed81c
      Marc G. Fournier authored
      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
  34. 21 Jan, 1999 1 commit
    • Marc G. Fournier's avatar
      · cdbaec77
      Marc G. Fournier authored
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      See attached file. Now accepts "exec sql whenever sqlwarning".
      cdbaec77
  35. 18 Jan, 1999 1 commit
    • Bruce Momjian's avatar
      Okay, I've updated the ecpg parser yet again. Unfortunately it has one · 0347dcc8
      Bruce Momjian authored
      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
  36. 07 Jan, 1999 1 commit
  37. 22 Dec, 1998 1 commit
    • Marc G. Fournier's avatar
      · e237194b
      Marc G. Fournier authored
      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
  38. 16 Oct, 1998 1 commit