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. 08 9月, 2001 1 次提交
  3. 24 8月, 2001 1 次提交
  4. 13 6月, 2001 1 次提交
  5. 12 6月, 2001 1 次提交
    • B
      I installed postgres 7.1 with --enable-odbc. I then installed · 13a52c1f
      Bruce Momjian 提交于
      tclodbc (http://sourceforge.net/projects/tclodbc) and libiodbc-2.50.3
      (http://www.iodbc.org/dist/libiodbc-2.50.3.tar.gz).  I could not
      get either to work... postgres would not find the global odbcinst.ini
      file.  I traced this to src/interfaces/odbc/gpps.c -- here are the
      many things I think are wrong:
      
      Run tclodbc and do a ``database db <DSNname>'' where ``DSNname'' is
      one of the DSN's in /usr/local/etc/odbcinst.ini (or wherever the
      global ini file is installed.)  The result is always the error
      message that ``one of server,port,database,etc. are missing''.
      
      Run libiodbc-2.50.3/samples/odbctest <DSNname>.  The command fails
      to connect to the database and just exits.
      
      Dave Bodenstab
      13a52c1f
  6. 09 5月, 2001 2 次提交
  7. 27 3月, 2001 1 次提交
  8. 22 3月, 2001 1 次提交
  9. 11 3月, 2001 1 次提交
  10. 14 2月, 2001 1 次提交
  11. 10 2月, 2001 1 次提交
  12. 04 12月, 2000 1 次提交
  13. 09 6月, 2000 2 次提交
  14. 02 6月, 2000 1 次提交
  15. 27 5月, 2000 1 次提交
  16. 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
  17. 25 10月, 1999 1 次提交
    • T
      Standardize on MAXPGPATH as the size of a file pathname buffer, · 51f62d50
      Tom Lane 提交于
      eliminating some wildly inconsistent coding in various parts of the
      system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
      convinced that there ought to be a configure-time test to set the
      value, go right ahead ... but I think it's a waste of time.
      51f62d50
  18. 10 7月, 1999 1 次提交
  19. 17 1月, 1999 1 次提交
  20. 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
  21. 23 7月, 1998 1 次提交