summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
AgeCommit message (Expand)Author
2000-10-28Remove compiler warnings (add missing include files). Only link againstPeter Eisentraut
2000-10-25From Zoltan Kovacs back in April (sorry for the delay Zoltan!):Thomas G. Lockhart
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-18Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-29Remove bogus use of int4out().Tom Lane
2000-07-14didn't compilePeter Eisentraut
2000-07-07|> The Makefile.shlib changes will have to be discussed with other LinuxBruce Momjian
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-20Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-19Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in lengthBruce Momjian
2000-06-19fix HAVE_SQLGETPRIVATEPROFILESTRING defineBruce Momjian
2000-06-14OK, I have tidied up todays (13th) snapshot with the attached patch, IBruce Momjian
2000-06-12Back out old unixodbc patches and apply new ones. Nick GorhamBruce Momjian
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-08More odbc include cleanupsBruce Momjian
2000-06-08Update odbc includeBruce Momjian
2000-06-08Fix ODBC for new binary fopen/open paramsBruce Momjian
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-27Remove // comments from ODBC.Bruce Momjian
2000-05-22Irix fixes from Murad NayalBruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-04-04Correct off-by-one error in strncat() usage.Tom Lane
2000-04-04Augment the function call map logic with code from Tom Lane.Thomas G. Lockhart
2000-03-27Change form of query which used "DISTINCT ON" to help support primary keys.Thomas G. Lockhart
2000-03-21Forgot that odbc had its own copies of config.sub/config.guess.Tom Lane
2000-03-21Fix query for primary keys to reflect new DISTINCT ON () syntax.Thomas G. Lockhart
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-03-02Patch for Irix from Mark Dalphin.Bruce Momjian
2000-02-28update to 6.40.0009 and provide WIN32 defines for auto-configured itemsByron Nikolaidis
2000-02-28missing state transitionByron Nikolaidis
2000-02-16Package: postgresqlBruce Momjian
2000-02-14I suspect that you are not the person to send this to, but I wasn't sureBruce Momjian
2000-01-30Added numeric and int8 types.Byron Nikolaidis
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-11-30Rename readonly to onlyread in odbc. Use varargs properly.Bruce Momjian
1999-11-29Small patch which fixes the ODBC driver so it doesn't segfault if:Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-25bug fix for large objects (free)Byron Nikolaidis