1. 24 Aug, 2001 1 commit
  2. 21 Aug, 2001 1 commit
  3. 18 Aug, 2001 1 commit
    • Hiroshi Inoue's avatar
      1) Change all internal SQL function calls from · 0c439e5e
      Hiroshi Inoue authored
         SQLxxxx() to PGAPI_xxxx().
      2) Handle an escaped date/time format as a parameter.
      3) Improve the tuple allocation a little.
      4) The preparation of ODBC 3.0 a little.
      5) Updatable cursors(may be deprecated before long).
      0c439e5e
  4. 27 Jun, 2001 1 commit
  5. 22 Jun, 2001 1 commit
  6. 20 Jun, 2001 1 commit
  7. 19 Jun, 2001 1 commit
  8. 25 May, 2001 1 commit
  9. 08 May, 2001 2 commits
  10. 23 Apr, 2001 1 commit
    • Hiroshi Inoue's avatar
      A patch to fix the following bugs. · cc6bdb3e
      Hiroshi Inoue authored
      1) [ODBC] Psqlodbc and Centura: here it is a patch
              posted by Matteo Cavalleli
      2) [ODBC] pgsqODBC binding parameters II
              posted by Ludek Finstrle
      3) Invalid Page Fault in PSQLODBC.DLL
              personal mail from Johann Zuschlag
      
         Hiroki Kataoka   kataoka@interwiz.koganei.tokyo.jp
      cc6bdb3e
  11. 27 Mar, 2001 1 commit
  12. 22 Mar, 2001 1 commit
  13. 10 Mar, 2001 1 commit
  14. 15 Feb, 2001 1 commit
    • Hiroshi Inoue's avatar
      1) Change transaction boundary in autocommit off mode · 462c1321
      Hiroshi Inoue authored
         per recent discussion in pgsql-odbc. Now SELECT is
         a boundary but VACUUM isn't.
      2) Put back the error handling behavior. When elog(ERROR)
         was detected the driver automatically issue "ABORT"
         if a transaction is in progress.
      3) Driver version is 7.01.0003(Dave already set it but
         it was put back).
      462c1321
  15. 14 Feb, 2001 1 commit
  16. 11 Feb, 2001 3 commits
  17. 10 Feb, 2001 6 commits
  18. 09 Feb, 2001 1 commit
  19. 30 Dec, 2000 1 commit
  20. 15 Dec, 2000 1 commit
  21. 25 Oct, 2000 1 commit
    • Thomas G. Lockhart's avatar
      From Zoltan Kovacs back in April (sorry for the delay Zoltan!): · c404d91c
      Thomas G. Lockhart authored
      I modified the current ODBC driver for
      
      * referential integrity error reporting,
      * SELECT in transactions and
      * disabling autocommit.
      
      I tested these changes with Borland C++ Builder -> ODBCExpress ->
      WinODBC driver (DLL) -> Postgres 7.0beta1 and Borland C++ Builder -> BDE ->
      WinODBC driver (DLL) -> Postgres 7.0beta1. The patch is based on snapshot of
      22th April (I don't think that someone has modified it since that: Byron
      hasn't gave any sign of living for about a month and I didn't find any
      comments about the ODBC driver on the list).
      c404d91c
  22. 27 May, 2000 1 commit
  23. 17 May, 2000 1 commit
  24. 16 May, 2000 1 commit
    • Bruce Momjian's avatar
      Several compilation and run-time problems occur when building on SGI · a47e20b0
      Bruce Momjian authored
      IRIX systems using the native compilers.  A summary is:
      - Various files use "//" as a comment delimiter in c files.
      - Problems caused by assuming "char" is signed.
        cash.in: building -signed the rules regression test fails as described
          in FAQ_QNX4.  If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
        postmaster.c: random number regression test failed without this change.
      - Some generic build issues and warning message cleanup.
      
      David Kaelbling
      a47e20b0
  25. 14 Feb, 2000 1 commit
    • Bruce Momjian's avatar
      I suspect that you are not the person to send this to, but I wasn't sure · f4ca323d
      Bruce Momjian authored
      where else to mail it. I am the maintainer of unixODBC, and we have a
      set of code in our project that started life as the Postgres windows
      ODBC driver, which has been ported back to unix. Anyway I have just
      fixed a memory leak in the driver, and I cant see any mention of the fix
      being done in the main Postgres code, so I thougth I would let you know.
      
      Its in the statement.c module, after the COMMIT statement has been
      executed in SC_Execute, the code was
      
      Nick Gorham
      f4ca323d
  26. 05 Jan, 2000 1 commit
  27. 29 Nov, 1999 1 commit
    • Bruce Momjian's avatar
      Small patch which fixes the ODBC driver so it doesn't segfault if: · 63d7df40
      Bruce Momjian authored
      You have CommLog and Debug enabled
      You encounter in error in any operation (SQLConnect/SQLExec).
      Previously, the extra logging didn't check for NULL pointers
      when trying to print some of the strings- the socket error
      message could frequently be NULL by design (if there was no socket
      error)
      and Solaris does not handle NULLS passed to things like printf
      ("%s\n",string);
      gracefully.
      This basically duplicates the functionality found in Linux where passing
      a null pointer
      to printf prints "(NULL)". No very elegant, but the logging is for debug
      only anyway.
      
      Dirk Niggemann
      63d7df40
  28. 25 Oct, 1999 1 commit
  29. 03 Sep, 1999 1 commit
  30. 08 Jan, 1999 1 commit
  31. 29 Dec, 1998 2 commits