- 22 Sep, 2001 1 commit
-
-
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.
-
- 07 Sep, 2001 1 commit
-
-
Hiroshi Inoue authored
2) Keep FE/BE protocol more precisely. 3) Improve procedure calls. 4) A trial to avoid PREMATURE execution(#ifdef'd now). Hiroshi Inoue
-
- 24 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
places that were including the wrong files.
-
- 08 May, 2001 1 commit
-
-
Bruce Momjian authored
-
- 27 Mar, 2001 1 commit
-
-
Bruce Momjian authored
-
- 22 Mar, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Feb, 2001 1 commit
-
-
Bruce Momjian authored
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new win32.mak file addition. I have also left in the 'X' connection close fix.
-
- 11 Feb, 2001 1 commit
-
-
Bruce Momjian authored
-
- 10 Feb, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
weren't the master source. We are now, and it really needs it.
-
Bruce Momjian authored
-
- 14 Jul, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 07 Jul, 2000 1 commit
-
-
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
-
- 29 Dec, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 06 Oct, 1998 1 commit
-
-
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.
-
- 22 Jul, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 03 Jun, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 13 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)
-