- 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
-
- 06 Feb, 2001 1 commit
-
-
Hiroshi Inoue authored
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>>
-
- 19 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 27 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 17 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 16 May, 2000 1 commit
-
-
Bruce Momjian authored
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
-
- 11 Nov, 1998 1 commit
-
-
Byron Nikolaidis authored
Update for version 06-40-0001
-
- 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.
-
- 01 Sep, 1998 1 commit
-
-
Bruce Momjian authored
-
- 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(?)
-