psqlodbc.git
2016-08-06 Hiroshi InoueCleanup win.mak a little for regression test on Windows.
2016-07-30 Hiroshi SaitoPrep release 09.05.0400. REL-09_05_0400
2016-07-29 Hiroshi InoueAdd 6 expected output so as to fix regression test...
2016-07-29 Hiroshi InoueFix a regression test failure in catalogfunctions-test...
2016-07-29 Hiroshi InoueImprove the handling of common.obj in regression test...
2016-07-29 Hiroshi InoueFix some compilation warnings.
2016-07-26 Hiroshi InoueFix regression test failures in param-convesrions-test...
2016-07-25 Hiroshi InoueFix regression test failures in result-conversions...
2016-07-25 Hiroshi InoueFix regression test failures on armv7hl. 'char' type...
2016-07-20 Hiroshi InoueThe following infomation is from Dave Cramer(davecramer...
2016-07-17 Hiroshi InoueFix a warning on non-windows platform.
2016-07-13 Hiroshi InoueIgnore the difference between CR LF, LF and CR line...
2016-07-11 Hiroshi InoueMove src/*.exe to exe/*.exe on Windows.
2016-07-07 Hiroshi InoueFix the bug introduced by the commit 4d44165af04d40e8aa...
2016-07-06 Hiroshi InoueDefault of *level of rollback on errors* is default...
2016-07-06 Hiroshi InoueEnable COMMLOG and MYLOG button.
2016-06-17 Hiroshi SaitoPrep release 09.05.0300. REL-09_05_0300
2016-06-17 Hiroshi SaitoPrep release 09.05.0300.
2016-06-17 Hiroshi InoueMove test/src/*.exe to test/exe/*.exe so that directory...
2016-06-17 Hiroshi InoueAnother one where 'for' loop initial declarations are...
2016-06-17 Hiroshi Inoue'for' loop initial declarations are only allowed in...
2016-06-17 Hiroshi InoueImplement SQL_QUERY_TIMEOUT. Patch by Tsunakawa, Takayuki.
2016-06-17 Hiroshi Inouefix buffer overrun in logging, and code cleanup. Patch...
2016-05-21 Hiroshi InoueConvert tableoid to relation name in case of inheritance.
2016-05-21 Hiroshi InoueAdd one more delete-loop to cursor-block-delete-test...
2016-05-15 Hiroshi InouePreparation for handling inheritance.
2016-05-13 Hiroshi InoueRefine cursors with KEYSET using oid or oid alternative...
2016-05-09 Hiroshi InoueReflect the change in expected/result-conversions_1...
2016-05-08 Hiroshi InoueFix expected output of cursor-movement_1.
2016-05-08 Hiroshi InoueFix regression test diagnostic-test.
2016-05-08 Hiroshi InoueFix regression test result-conersions-test by setting...
2016-05-07 Hiroshi InoueOops, I forgot to add "Fetch=37" to connection string.
2016-05-05 Hiroshi InoueRefine SQLFetchScroll() for the orientations other...
2016-05-04 Hiroshi InoueAdd missing header time.h.
2016-05-03 Hiroshi InoueSet once_reached_eof status when useDeclareFetch=0...
2016-05-02 Hiroshi InoueEstimate the rowsetSize including deleted tuples correc...
2016-05-02 Hiroshi InoueFix the handling of boundary_should_be_adjusted case...
2016-05-02 Hiroshi InoueFix the use and the implementation of getNthValid().
2016-05-02 Hiroshi InoueAdd a test case cursor-block-delete which deletes all...
2016-04-30 Michael PaquierLargely reduce overhead of localtime() in SQLFetch
2016-04-30 Michael PaquierImprove tests for localtime() calls for NULL text values
2016-04-15 Hiroshi SaitoRelease 09.05.0210. REL-09_05_0210
2016-04-15 Hiroshi InoueAdd a helper batch for installer/buildInstallers.ps1.
2016-04-13 Hiroshi InoueUse LoadLibraryEx so that pgxalib.dll can load msvcp120...
2016-04-13 Hiroshi InoueChange Makefile.am in order to add new test case and...
2016-04-13 Hiroshi InoueRemove a message for debug.
2016-04-13 Hiroshi InoueDistribute msvcpxxx.dll for Windows package as well...
2016-04-09 Hiroshi SaitoPrep release 09.05.0200. REL-09_05_0200
2016-04-07 Hiroshi InouePrevent bus error crash on sparc in regression test.
2016-04-07 Hiroshi InoueAdd expected output for Big Edian machine.
2016-04-03 Hiroshi InoueThe third stricmp() in writeDriverCommoninfo() is usele...
2016-04-02 Hiroshi InoueSQLS(G)etDescRecW instead of SQLS(G)etDescRec for Unico...
2016-04-02 Hiroshi InoueThere's no msvcrxxx,dll in VC14.
2016-04-01 Hiroshi InoueIn Windows the use of external variables timezone,...
2016-04-01 Hiroshi InoueFix a parameter unmatch of snprintf.
2016-04-01 Hiroshi InoueLINKMT is not used in the build process. ADDL_INC...
2016-04-01 Hiroshi InoueFixed a typo.
2016-03-29 Hiroshi InoueThe statement linked list is not properly chained,...
2016-03-29 Hiroshi InoueThe existing memory is not freed upon realloc() failure.
2016-03-29 Hiroshi Inouesetup.c:test_connection() calls EN_Constructor() twice...
2016-03-29 Hiroshi InoueChecking a flag bit mistakenly resets other flag bits...
2016-03-28 Hiroshi InoueCorrectly judge the SQLSTATE 01S06(Attempt to fetch...
2016-03-28 Hiroshi InoueOops, don't forget to set cmd_fetch_size ( and cache_si...
2016-03-27 Hiroshi InoueAdd test declare-block-test.
2016-03-27 Hiroshi InoueCHAR causes a compilation error in some environment...
2016-03-27 Hiroshi InoueThough I made it possible once to build test suite...
2016-03-27 Hiroshi InoueRefine SQLGetData().
2016-03-24 Hiroshi InoueCorrectly handle SQLGetData() when the target type...
2016-03-21 Hiroshi InoueMake sure that EOF occurs when 'fetched < fetch requested'.
2016-03-20 Hiroshi InoueDon't forget to update num_total_read field of QResultC...
2016-03-14 Hiroshi InoueConsider decimal_digits of SQL_TIME (and time field...
2016-03-06 Hiroshi InoueFix the bug about MONEY type.
2016-03-02 Hiroshi InoueCorrect the detection of eof in useDeclare/fetch mode...
2016-02-28 Hiroshi InoueDon't initialize next_in_cache or rowstart_in_cache...
2016-02-27 Hiroshi InoueFix NULL dereferences which causes application crash...
2016-02-27 Hiroshi InoueCorrect a cast.
2016-02-27 Hiroshi InoueAdd support for VC14 build.
2016-02-27 Hiroshi InoueClear the parsed result before executing simple query...
2016-01-08 Hiroshi Saitochange distfiles. REL-09_05_0100
2016-01-08 Hiroshi SaitoPrep Release 09.05.0100.
2016-01-08 Hiroshi SaitoPrep Release 09.05.0100.
2015-12-21 Heikki LinnakangasFix handling of return value in {? = CALL ... } syntax.
2015-12-21 Heikki LinnakangasLet the server decide if SQL_LONGVARBINARY means a...
2015-12-21 Heikki LinnakangasFix SQL_DATA_AT_EXEC processing for large objects.
2015-12-06 Hiroshi InoueCall dumpbin recursively so that indirectly linked...
2015-12-01 Hiroshi InoueCorrect the precision of a timestamp representation.
2015-12-01 Hiroshi InoueOops, PROCESSOR_ARCHITECTURE of 64bit OS is AMD64 not...
2015-11-24 Hiroshi InoueRemove an unrefereced variable.
2015-11-24 Hiroshi InoueIt's not good to pass path name of files in system...
2015-11-21 Hiroshi InoueRemove useless statements.
2015-11-16 Hiroshi InoueIf libpq needs different version of MSVC runtime from...
2015-11-16 Hiroshi InoueImprove the way to intall libpq related modules.
2015-11-09 Heikki LinnakangasImprove parsing of INSERT INTO statements to support...
2015-11-09 Heikki LinnakangasSet an error message when password is required to connect.
2015-09-23 Heikki LinnakangasRemove obsolete references to pg_regress from README...
2015-09-22 Heikki LinnakangasFix buffer overrun in constructing error message.
2015-06-26 Heikki LinnakangasFix autoconf test for whether SQLColAttribute's argumen...
2015-06-23 Heikki LinnakangasRelease critical section if SQLAllocHandle() fails.
2015-05-06 Heikki LinnakangasDon't define strlcat prototype if the system has strlcat()
2015-05-06 Heikki LinnakangasSilence compiler warning about unused variable
next