1. 30 5月, 2000 1 次提交
  2. 18 4月, 2000 1 次提交
  3. 13 4月, 2000 1 次提交
  4. 05 4月, 2000 1 次提交
  5. 07 3月, 2000 1 次提交
  6. 01 3月, 2000 1 次提交
  7. 25 2月, 2000 2 次提交
  8. 24 2月, 2000 1 次提交
  9. 23 2月, 2000 1 次提交
  10. 19 2月, 2000 1 次提交
  11. 18 2月, 2000 1 次提交
  12. 17 2月, 2000 1 次提交
  13. 26 5月, 1999 1 次提交
  14. 15 4月, 1999 1 次提交
  15. 13 4月, 1999 1 次提交
  16. 25 3月, 1999 1 次提交
  17. 21 3月, 1999 1 次提交
  18. 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
  19. 20 2月, 1999 1 次提交
    • M
      · bf6636ba
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael_Meskes@topmail.de>
      
      See Changes file...
      bf6636ba
  20. 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
  21. 01 9月, 1998 1 次提交
  22. 25 8月, 1998 1 次提交
    • M
      · 32cfc4aa
      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
      +
      32cfc4aa
  23. 12 8月, 1998 1 次提交
  24. 05 8月, 1998 1 次提交
    • M
      · 186aeb1d
      Marc G. Fournier 提交于
      From: Dr. Michael Meskes <meskes@online-club.de>
      
      So this should finally get cursors working. There was an ugly bug in it.
      186aeb1d
  25. 19 5月, 1998 1 次提交
    • M
      · ef567413
      Marc G. Fournier 提交于
      From: Michael Meskes <meskes@topsystem.de>
      
      +
      + Wed May  6 16:09:45 CEST 1998
      +
      +       - Some more cleanups in the library.
      +
      + Thu May  7 12:34:28 CEST 1998
      +
      +       - Made CONNECT and DISCONNECT statement more SQL3 compliant.
      +       - Changed the API for the ECPGconnect function to be able to handle
      +         hostnames and ports
      +
      + Fri May  8 13:54:45 CEST 1998
      +       - More changes to the parser. The connect statement now allows
      +         ORACLE style logins.
      +       - db-name is accepted in two ways:
      +               - <dbname>[@<server>][:<port>]
      +               - esql:postgresql://<server>[:<port>][/<dbname>]
      +
      + Mon May 11 10:28:37 CEST 1998
      +
      +       - Added '? options' to connect call.
      +       - Also allow USING as keyword for the password
      +
      + Thu May 14 15:09:58 CEST 1998
      +
      +       - Changed preproc.y and pgc.l according to the parser changes in the
      +         backend.
      +
      + Fri May 15 09:55:21 CEST 1998
      +
      +       - Added connection_name handling
      +
      +
      + Mon May 18 10:33:58 CEST 1998
      +
      +       - Fixed some more bugs
      +       - Set version to 2.3.1
      +       - Set library version to 2.2
      ef567413
  26. 06 5月, 1998 1 次提交
    • M
      From: Michael Meskes <meskes@topsystem.de> · 6bccf64d
      Marc G. Fournier 提交于
      Tue Apr 28 14:48:41 CEST 1998
      
            - Put operator "->" back into parser. Note that :foo->bar means the
              C term, but :foo ->bar means the operator "->".
      
      Tue Apr 28 15:49:07 CEST 1998
      
            - Added exec sql disconnect command.
            - Allow varchar in C to be written in uppercase too.
            - Added whenever option "do break;"
      
      Wed Apr 29 09:17:53 CEST 1998
      
            - Corrected parsing of C comments.
            - Also allow C++ style comments.
            - Make sure not found is only checked after commands that could
                return it.
            - Added error codes, see ecpgerror.h for details.
            - Added "exec sql <TransactionStmt> release" as disconnect statement
              for compatibility issues.
      
      Thu Apr 30 10:42:10 CEST 1998
      
            - Added a -t option to disable automatic transaction start.
            - Added sqlerrd[] to sqlca struct.
            - Give back number of tuples affect in sqlca.sqlerrd[2].
      
      Thu Apr 30 13:36:02 CEST 1998
      
            - Make the return code different in case of different errors.
      
      Wed May  6 11:42:48 CEST 1998
      
            - Free memory if possible
            - Some bugfixes for bugs I found while changing the memory
                allocation code
            - Now able to fill complete array with one call (see test1.pgc for
                an example)
            - Set version to 2.3.0
            - Set library version to 2.1
      6bccf64d
  27. 21 4月, 1998 1 次提交
  28. 20 3月, 1998 1 次提交
  29. 27 2月, 1998 1 次提交
  30. 26 2月, 1998 1 次提交
  31. 19 2月, 1998 1 次提交
  32. 11 2月, 1998 1 次提交
  33. 05 2月, 1998 1 次提交
    • M
      From: Michael Meskes <meskes@topsystem.de> · 82034103
      Marc G. Fournier 提交于
      Well this is not really a patch. But I mananged to get Linus' old Postgres95
      precompiler to compile and work with PostgreSQL. The next step would be to
      collect bug/missing feature reports and to put it into the distribution so
      that it is made with the standard make procedure.
      
      Warning! So far it is not tested much and it does not install correctly. But
      I was able to create a small binary with it.
      82034103