| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-12 | Use lo_lseek64(lo_tell64) instead of lo_lseek(lo_tell) if the server's ↵ | Hiroshi Inoue | |
| version >= 9.3. We are now able to handle > 2GB BLOBs. | |||
| 2015-01-26 | Remove dead function. | Heikki Linnakangas | |
| 2014-12-31 | Use libpq for everything. | Heikki Linnakangas | |
| Instead of speaking the frontend/backend protocol directly, use libpq's functions for executing queries. This makes it libpq a hard dependency, but removes direct dependencies to SSL and SSPI, and a lot of related code. | |||
| 2013-04-18 | Fix references to 'notice.txt'. | Heikki Linnakangas | |
| notice.txt doesn't exist anymore, the copyright and license information is in readme.txt now. Update references in comments. | |||
| 2006-09-11 | The version is now 8.1.0102 | Hiroshi Inoue | |
| 1. Compensate a loss of report of being Jet when using MS Access. 2. Add NULL <-> "" date converion function for FOXPRO and revise parse/describe/execute mechanism. 3. Miscellaneous type changes for 64 bit drivers. | |||
| 2006-04-08 | Commit the changed files from the enhanced branch | Dave Page | |
| 2005-09-19 | These files are no longer used by the Libpq version of psqlodbc. | Anoop Kumar | |
| 2005-07-13 | New version of the driver with libpq based comms layer, courtesy of Anoop ↵ | Dave Page | |
| Kumar of Pervasive PostgreSQL. Version number bumped, and extra strings modified in the resource file to make it obvious when the libpq version of the driver is being run. | |||
| 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/regressionREL7_2_BETA1 | 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-05-08 | Run pgindent on ODBC code only, to reformat new comments. | Bruce Momjian | |
| 2001-05-08 | ODBC source code cleanup patch. Should match rest of PostgreSQL code better. | Bruce Momjian | |
| 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 | More cleanup. | Bruce Momjian | |
| 2001-02-10 | More ODBC formatting 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. | |||
| 2001-02-10 | Properly exit ODBC with 'X', allow linking on BSD/OS. | Bruce Momjian | |
| 2000-05-27 | Remove // comments from ODBC. | Bruce Momjian | |
| 2000-05-17 | Back out odbc changes until 7.1. | Bruce Momjian | |
| 2000-05-16 | Several compilation and run-time problems occur when building on SGI | 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 | |||
| 1998-06-08 | Update driver to official 6.30.0244 release. | Byron Nikolaidis | |
