1. 11 1月, 2002 1 次提交
  2. 06 11月, 2001 1 次提交
  3. 28 10月, 2001 1 次提交
  4. 25 10月, 2001 1 次提交
  5. 29 9月, 2001 1 次提交
  6. 23 9月, 2001 1 次提交
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
  7. 21 9月, 2001 1 次提交
  8. 13 9月, 2001 1 次提交
  9. 07 9月, 2001 1 次提交
  10. 24 8月, 2001 1 次提交
  11. 18 8月, 2001 1 次提交
    • H
      1) Change all internal SQL function calls from · 0c439e5e
      Hiroshi Inoue 提交于
         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
  12. 22 6月, 2001 1 次提交
  13. 09 5月, 2001 2 次提交
  14. 27 3月, 2001 1 次提交
  15. 22 3月, 2001 2 次提交
  16. 14 2月, 2001 1 次提交
  17. 11 2月, 2001 3 次提交
  18. 10 2月, 2001 3 次提交
  19. 06 2月, 2001 1 次提交
    • H
      Improved version handling introduced by Dave Page. · 5d08521f
      Hiroshi Inoue 提交于
      The driver version is 07.01.0002 now.
      1) initialized pg_version by DSN's protocol info
         so that we could always use pg_version info
         once a connection is established (pg_version()
         didn't exist before 6.4). PROTOCOL_XX() macros
         are removed(except from connection.[ch]).
      2) provided a few macros to encapsulate connection's
         version info and replaced existent comparison
         stuff by those macros.
      3) change SQLTables() so that 7.1 servers could show
         views.
      
      
      In addtion, the following patch from Dave Page is applied.
      
        This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the
        driver version string. The driver version number has also been incremented
        to 07.01.0002.
      
        Regards, Dave. <<odbc.diff>>
      5d08521f
  20. 27 5月, 2000 1 次提交
  21. 17 5月, 2000 2 次提交
    • B
      Back out odbc changes until 7.1. · a8020a78
      Bruce Momjian 提交于
      a8020a78
    • B
      Several compilation and run-time problems occur when building on SGI · a47e20b0
      Bruce Momjian 提交于
      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
  22. 06 1月, 2000 1 次提交
  23. 07 1月, 1999 1 次提交
  24. 05 1月, 1999 1 次提交
  25. 06 10月, 1998 1 次提交
    • T
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart 提交于
       to get rid of unused variables.
      Get clean compile on Linux (Thomas and Gerald).
      Implement autoconf/configure for standalone builds and use the existing
       autoconf/configure system when in the Postgres source tree.
      Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
      Changes should be backward compatible with WIN32 but still needs testing.
      1eab86e2
  26. 23 7月, 1998 1 次提交
  27. 17 6月, 1998 1 次提交
  28. 04 6月, 1998 1 次提交
  29. 13 4月, 1998 1 次提交