1. 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
  2. 21 9月, 2001 1 次提交
  3. 10 9月, 2001 1 次提交
  4. 09 9月, 2001 1 次提交
  5. 08 9月, 2001 1 次提交
  6. 07 9月, 2001 1 次提交
  7. 24 8月, 2001 1 次提交
  8. 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
  9. 09 5月, 2001 2 次提交
  10. 27 3月, 2001 1 次提交
  11. 22 3月, 2001 2 次提交
  12. 16 3月, 2001 1 次提交
    • H
      Add multibyte support. · 9242e6c0
      Hiroshi Inoue 提交于
      	Provide an extenisible scheme of encoding conversion.
      	As the first step, SJIS and BIG5 are supported.
      	From now on multibyte people would be happy to use
      	this psqlodbc driver.
      
      Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
      9242e6c0
  13. 14 2月, 2001 1 次提交
  14. 11 2月, 2001 2 次提交
  15. 10 2月, 2001 4 次提交
  16. 20 6月, 2000 1 次提交
  17. 19 6月, 2000 2 次提交
  18. 13 6月, 2000 1 次提交
  19. 10 6月, 2000 1 次提交
    • B
      · 3fe3acb8
      Bruce Momjian 提交于
      I have made the couple of mods required to make the odbc driver with
      postgres build and use unixODBC (http://www.unixodbc.org)
      
      This patch was applied against the postgresql-7.0beta1 build
      
      Any problems let me know.
      
      Nick Gorham
      3fe3acb8
  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. 30 11月, 1999 1 次提交
  23. 07 1月, 1999 1 次提交
  24. 29 12月, 1998 1 次提交
  25. 12 11月, 1998 1 次提交
    • B
      · 87225ca3
      Byron Nikolaidis 提交于
      Update for version 06-40-0001
      87225ca3
  26. 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
  27. 23 7月, 1998 1 次提交
  28. 17 6月, 1998 1 次提交
  29. 09 6月, 1998 1 次提交
  30. 04 6月, 1998 1 次提交