1. 22 Sep, 2001 1 commit
    • Peter Eisentraut's avatar
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut authored
      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. 07 Sep, 2001 1 commit
  3. 24 Aug, 2001 1 commit
  4. 08 May, 2001 1 commit
  5. 27 Mar, 2001 1 commit
  6. 22 Mar, 2001 2 commits
  7. 14 Feb, 2001 1 commit
  8. 11 Feb, 2001 1 commit
  9. 10 Feb, 2001 3 commits
  10. 14 Jul, 2000 1 commit
  11. 07 Jul, 2000 1 commit
    • Bruce Momjian's avatar
      |> The Makefile.shlib changes will have to be discussed with other Linux · 16e94878
      Bruce Momjian authored
      |> developers so we are sure it will work on all platforms.
      
      The problem with the current settings is that the linker is called
      directly.  This is wrong, it should always be called through the
      compiler
      driver (the only exception is `ld -r').  This will make sure that the
      necessary libraries like libgcc are linked in.
      
      But there is still a different problem with the setting of LDFLAGS_ODBC.
      The psqlodbc module defines the functions _init and _fini which are
      reserved for the shared library initialisation.  These should be changed
      to constructor functions.  Then LDFLAGS_ODBC can be changed to be just
      `-lm'.  Btw, why does it use -Bsymbolic?
      
      Andreas Schwab
      16e94878
  12. 29 Dec, 1998 1 commit
  13. 06 Oct, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart authored
       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
  14. 22 Jul, 1998 1 commit
  15. 03 Jun, 1998 1 commit
  16. 13 Apr, 1998 1 commit