Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-22 | Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc | Marc G. Fournier | |
project ... | |||
2002-04-02 | [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l | Hiroshi Inoue | |
From: Bradley McLean <brad@bradm.net> Patch against 7,2 submitted for comment. This seems to work just fine; Now, when our users submit a 2 hour query with four million row sorts by accident, then cancel it 30 seconds later, it doesn't bog down the server ... | |||
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2001-09-22 | Provide some initial support for building the ODBC driver for | 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. | |||
2001-09-07 | 1) Most driver options could be set per DSN. | Hiroshi Inoue | |
2) Keep FE/BE protocol more precisely. 3) Improve procedure calls. 4) A trial to avoid PREMATURE execution(#ifdef'd now). Hiroshi Inoue | |||
2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | |
places that were including the wrong files. | |||
2001-06-19 | Changed the error handling as follows. | Hiroshi Inoue | |
1) ERRORs cause an SQL_ERROR and the SQLSTATE='S1000'. 2) NOTICEs cause an SQL_SUCCESS_WITH_INFO and the succeeding SQLError() returns the NOTICE message. | |||
2001-03-27 | ODBC source code cleanup. Mostly alignment of #define constants. | Bruce Momjian | |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian | |
2001-02-14 | Back out all ODBC formatting changes, and back out removal of <6.4 | Bruce Momjian | |
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. | |||
2001-02-11 | Include file alignment fixes. | Bruce Momjian | |
2001-02-11 | Source alignment cleanups. | Bruce Momjian | |
2001-02-11 | More cleanup. | Bruce Momjian | |
2001-02-10 | Run pgindent over ODBC source. We couldn't do this years ago because we | Bruce Momjian | |
weren't the master source. We are now, and it really needs it. | |||
1998-12-29 | Update for version 6-40-0002 and re-merge Thomas' changes. | Byron Nikolaidis | |
1998-11-11 | Update for version 06-40-0001 | Byron Nikolaidis | |
1998-11-04 | Test for and handle NULL arguments to mylog() print statements. | Thomas G. Lockhart | |
Include definition for _IN_ADDR_T if INADDR_NONE is not defined. | |||
1998-10-06 | Update source code to Byron's v6.30.0250 sources plus minor cleanup | 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. | |||
1998-07-22 | Version 06-30-0248 | Byron Nikolaidis | |
1998-06-03 | Update odbc driver to current version V.0244 | Byron Nikolaidis | |
1998-04-13 | Replace old PostODBC driver with new one... | Marc G. Fournier | |
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?) |