psqlodbc.git
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
2015-04-09 Heikki LinnakangasFix description of error in comments.
2015-04-09 Heikki LinnakangasFix segfault when "SELECT current_schema()" returns...
2015-02-25 Heikki LinnakangasInitialize parameter type of NULL parameters correctly.
2015-02-06 Heikki LinnakangasFix regression test to use correct CHECK macro
2015-02-02 Heikki LinnakangasFix typo in connection string used in regression test.
2015-02-02 Heikki LinnakangasFix minor memory leaks.
2015-02-02 Heikki LinnakangasRemove dead code in ColAttSet.
2015-02-02 Heikki LinnakangasRemove dead code
2015-02-02 Heikki LinnakangasRemove dead code.
2015-02-02 Heikki LinnakangasRemove some dead code.
2015-02-02 Heikki LinnakangasRefactor regression tests to use a custom program inste...
2015-02-02 Heikki LinnakangasUse _MSC_VER to check for existence of isinf/isnan.
2015-01-29 Heikki LinnakangasA better fix for isnan() and isinf() on Windows.
2015-01-29 Heikki LinnakangasFix typo in README.
2015-01-29 Heikki LinnakangasFix crash when a query is described, without binding...
2015-01-29 Heikki LinnakangasDon't do premature execution.
2015-01-29 Heikki LinnakangasFix building on Windows systems without isinf()/isnan().
2015-01-28 Heikki LinnakangasRemove unused variable.
2015-01-28 Heikki LinnakangasCleanup after test, to silence Valgrind warnings about...
2015-01-28 Heikki LinnakangasUse PQconnectdbParams for connecting.
2015-01-28 Heikki LinnakangasSimplify the way the connection string is built.
2015-01-28 Heikki LinnakangasSilence Coverity warning about unsafe use of strcpy
2015-01-28 Heikki LinnakangasUse fixed-width fields for SQLState values.
2015-01-28 Heikki LinnakangasSilence Coverity warnings about derefencing NULL pointer.
2015-01-28 Heikki LinnakangasFix parsing of escaped quotes.
2015-01-28 Heikki LinnakangasDisable LF <-> LF+CR conversion in the param-conversion...
2015-01-27 Heikki LinnakangasMake boolsaschar test case insensitive to whether text...
2015-01-27 Heikki LinnakangasUse a larger buffer for error message.
2015-01-27 Heikki LinnakangasRemove unneeded tests from configure script.
2015-01-27 Heikki LinnakangasTeach deprecated-test regression test about keyset...
next