summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
AgeCommit message (Expand)Author
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
1999-09-03driver v06-40-0007Byron Nikolaidis
1999-09-03driver v06-40-0007Byron Nikolaidis
1999-07-09Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian
1999-06-30Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane
1999-05-13Update driver to 6-40-0006Byron Nikolaidis
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-08Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis
1999-01-06Update 06-40-0003Byron Nikolaidis