psqlodbc.git
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-04-23 Hiroshi Inoue1) Fix SQLProcedures().
2002-04-15 Hiroshi Inoue1) Fix a bug about reporting varchar info thanks to...
2002-04-12 Hiroshi Inoue1) Fix a bug in declare/fetch mode.
2002-04-10 Hiroshi InouePrevent an infinite loop of error reporting.
2002-04-09 Hiroshi InoueLet psqlodbc30 be compilable without /D DRIVER_CURSOR_I...
2002-04-04 Hiroshi InoueFix a bug in SQLError().
2002-04-04 Hiroshi InoueFix a bug in multibyte_strchr().
2002-04-02 Hiroshi InoueFix compiler warnings.
2002-04-02 Hiroshi Inoue[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
2002-04-01 Hiroshi Inoue1) Add rollback functionality to updatable cursors.
2002-03-29 Bruce MomjianFix ODBC warnings about missing parens and pg_ismb...
2002-03-28 Hiroshi Inoue[2002-03-28]
2002-03-25 Bruce MomjianFix for ODBC compile warnings.
2002-03-14 Hiroshi Inoue1) Internal improvements to handle updatable cursors...
2002-03-11 Hiroshi InoueBug fixes for the 2002-03-08 change.
2002-03-08 Hiroshi InoueRemove compile errors.
2002-03-08 Hiroshi Inoue1) Implement SQLParamOptions().
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce Momjian> Tatsuo Ishii wrote:
2002-03-01 Hiroshi InoueAdd files for Unicode support.
2002-02-27 Hiroshi InoueImprove the handling of ODBC escape(a request from...
2002-02-18 Hiroshi InoueRemove compile warnings in multibute mode.
2002-02-18 Hiroshi InoueThe version is now 7.01.0010.
2002-02-18 Hiroshi InoueSeparate info30.c from info.c.
2002-02-18 Hiroshi InoueAdd files for ODBC3.0 support.
2002-02-18 Bruce MomjianRemove ODBC todo, add to main TODO.
2002-01-14 Bruce MomjianSmall AIX fixes from Rick Flower. REL7_2_STABLE REL7_2 REL7_2_RC1 REL7_2_RC2
2002-01-11 Hiroshi Inoue*** empty log message ***
2002-01-11 Hiroshi InoueAdd a directory to save the changes until 7.3-tree...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with... REL7_2_BETA5
2001-12-21 Thomas G. LockhartRemove duplicate lines from fouled up last commit ...
2001-12-10 Thomas G. LockhartRemove duplicate lines from previous patch attempt... REL7_2_BETA4
2001-12-10 Thomas G. LockhartSupport ODBC-style CURRENT_TIME, CURRENT_USER, etc...
2001-12-02 Peter EisentrautMore correct way to check for existence of types, which...
2001-12-02 Peter EisentrautUpdate since left and right are no longer key words.
2001-11-28 Bruce MomjianNo longer need define test in md5.h because of Hiroshi...
2001-11-19 Hiroshi InoueFix comment at top of file to match file name. REL7_2_BETA3
2001-11-18 Bruce MomjianImprove comments about duplicate files.
2001-11-16 Bruce MomjianAdd missing prototype.
2001-11-16 Bruce MomjianAdd configure result checks on odbc, per Peter E.
2001-11-16 Hiroshi InoueChange SQLDescribeCol so that it returns alias name...
2001-11-15 Bruce MomjianUpdate md5.h because it can't get the value from configure.
2001-11-15 Bruce MomjianFix comment at top of file to match file name.
2001-11-13 Bruce MomjianUpdate CVS tags.
2001-11-13 Bruce MomjianRemove md5.c check, add CVS log stamp. Update comments.
2001-11-12 Bruce MomjianSync up both files.
2001-11-12 Bruce MomjianAdd comments and remove CVS tag from md5.c so they...
2001-11-12 Bruce MomjianUpdate md5 to match.
2001-11-12 Hiroshi InoueAdd md5 authentication support thanks to Bruce Momjian.
2001-11-11 Hiroshi InoueUse abbreviated connection string more widely.
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch... REL7_2_BETA2
2001-11-05 Hiroshi InouePreparation for the parameter array handling.
2001-11-05 Hiroshi Inoue1) Fix a few bugs about SQLGetData()
2001-11-03 Hiroshi Inoue1) Improve literal handling in parse_statement().
2001-11-02 Tom LaneSuppress compiler warning (only seen in MULTIBYTE case).
2001-10-31 Hiroshi InoueSuppress a compiler warning.
2001-10-29 Hiroshi InoueChange position of a check button in multibyte mode.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ... REL7_2_BETA1
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-10-25 Bruce MomjianAdd missing "do { ... } while(0)" in ODBC macros and...
2001-10-19 Hiroshi InoueChange SC_fetch() to not retrieve data in case the
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-13 Peter EisentrautFix logic in insert() function.
2001-10-12 Hiroshi InoueUpdate the version of psqlodbc driver.
2001-10-12 Hiroshi InoueFix the bug reported by Chris Lee.
2001-10-09 Peter EisentrautAllow optional () after current_user, session_user...
2001-09-30 Tom LaneFix sloppiness about static vs non-static declaration...
2001-09-29 Hiroshi InoueFix the bug about boolean type handling reported by
2001-09-24 Hiroshi Inoue1) Fix compile errors on Windows.
2001-09-23 Peter EisentrautDon't refer to odbcinst.ini by absolute path. SQLGetPr...
2001-09-22 Peter EisentrautProvide some initial support for building the ODBC...
2001-09-21 Hiroshi Inoue1) Avoid an overflow of connection string for Access...
2001-09-14 Hiroshi InoueChange an *if condition*.
2001-09-14 Hiroshi Inoue1) Improve the implementation of *Disallow Premature...
2001-09-14 Hiroshi InoueFix a coversation error with pre 6.4 versions.
2001-09-13 Bruce MomjianAdd missing paren to ODBC compiles.
2001-09-13 Hiroshi Inoue1) Not export ODBC 3.0 functions.
2001-09-11 Peter EisentrautLink ODBC driver with -lnsl and -lsocket, for Solaris.
2001-09-11 Hiroshi InoueFix some multibyte related bugs.
2001-09-10 Hiroshi InoueChange dialog windows.
2001-09-10 Hiroshi Inoue1) Fix SQLForeignKeys() in multibyte mode.
2001-09-08 Hiroshi InoueImprove declare/fetch mode a little.
2001-09-08 Bruce MomjianMove updateCommon() into Win32 block because it is...
2001-09-08 Hiroshi InoueResolve compile errors on unix.
2001-09-07 Hiroshi Inoue1) Most driver options could be set per DSN.
2001-09-06 Tatsuo IshiiFix Karel's patch. Suggested by Eiji Tokuya
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-28 Hiroshi InoueFix a wrong error handling.
2001-08-27 Peter EisentrautDo not install the odbc header files, per discussion...
2001-08-27 Hiroshi InoueFix a complie error on Windows platform.
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-21 Hiroshi InoueFix a lot of compile errors on unix.
2001-08-21 Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
2001-08-18 Hiroshi Inoue1) Change all internal SQL function calls from
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-10 Hiroshi InoueAdd new files for the preparation.
next