psqlodbc.git
2002-11-22 Hiroshi InoueUse SQL_TYPE_DATE, SQL_TYPE_TIME and SQL_TYPE_TIMESTAMP
2002-11-22 Hiroshi InoueChange SQLGetTypeinfo to display ODBC3.x info.
2002-11-13 Hiroshi Inoue1) Fixed pretty many 'if (..);' lines(my fault sorry).
2002-11-13 Hiroshi InoueFix a crash bug thanks to Ryo Hattori.
2002-11-12 Dave PageUpdated version number REL-07_02_0004
2002-11-08 Dave Page07.02.0004 Release
2002-11-07 Hiroshi InoueThread safe driver is available on some platforms.
2002-11-07 Dave PageRemoved out of date Installshield settings.
2002-11-07 Dave PageAdded the installer to CVS.
2002-11-06 Hiroshi Inoue1) Change to use thread-safe functions(xxxx_r) if possible.
2002-11-06 Hiroshi InoueBuild with multithread support by default in case ODBC...
2002-11-06 Hiroshi Inoue1) Improve the handling of dead connections mainly...
2002-10-30 Hiroshi Inoue1) Change SQLParamOptions to count errors as processed...
2002-10-24 Hiroshi InoueAdd multithreading on Solaris and Linux by Janet Borschowa
2002-10-21 Bruce MomjianAdd odbc.sgml.
2002-10-21 Hiroshi Inoue1) Change SQLExtendedFetch to return SQL_NO_DATA_FOUND...
2002-10-21 Hiroshi InoueChange updatable cursors for 'select func()' to not...
2002-10-16 Dave PageAdded README.unix to build system.
2002-10-16 Dave PageUpdated README.unix for new build environment.
2002-10-16 Dave PageAdded Unix build environment as supplied by Peter Eisen...
2002-10-10 Hiroshi Inoue1) Change SQLDescribeCol or SQLColAttribute to return...
2002-10-03 Hiroshi InoueChange the default precision of Timestamp type. REL-07_02_0003
2002-10-03 Dave PageAdded unix build instructions.
2002-09-23 Hiroshi Inoue1) Removed most static variables for thread safety.
2002-09-06 Hiroshi InoueChange NAMEDATALEN to 64 for 7.3 servers.
2002-08-09 Hiroshi InoueChange LOCK statements to start new transaction
2002-08-01 Hiroshi Inoue1) Improve the handling of the queries like (select...
2002-07-30 Hiroshi InoueFix a bug about automatic client_encoding setting.
2002-07-26 Hiroshi InoueFix a bug about the handling of CX parameter of the...
2002-07-15 Hiroshi InoueFix a bug about the handling of '.' in parse.c.
2002-07-12 Hiroshi InoueAn improvement of User Interface(Setup dialog) by Dave...
2002-07-12 Hiroshi Inoue1) Fix a memory leak in use declare/fetch mode.
2002-07-11 Hiroshi InoueMake NAMEDATALEN changeable at compile time.
2002-07-05 Hiroshi InoueFix a bug reported by Zhou Han.
2002-06-28 Hiroshi Inoue1) prevent setting of KSQO on 7.3+ servers(Thanks to...
2002-06-25 Hiroshi Inoue1) Add support for GB18030.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-12 Hiroshi Inoue1) Fix a bug *double error message*.
2002-06-06 Hiroshi InoueAdd missing win_setup.h.
2002-06-06 Hiroshi InoueAdd *Int8 As* option.
2002-05-22 Hiroshi Inoue1) Support Keyset Driven driver cursors.
2002-05-09 Hiroshi InoueAdd a file for version control.
2002-04-25 Hiroshi InoueFix for the following items about escape sequence
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().
next