psqlodbc.git
2014-02-28 Heikki LinnakangasAdd test case for CTE queries (WITH ...)
2014-02-24 Heikki LinnakangasFix encoding of release-7.3.html
2014-02-24 Heikki LinnakangasConvert line-endings from CT+LF to LF.
2014-02-24 Heikki LinnakangasFix locking in SC_set_prepared
2014-02-24 Heikki LinnakangasUpdate EXTRA_DIST in Makefile.am
2014-02-23 Hiroshi InoueSSL verify[-(ca|full)] is avaiable since 8.4. There...
2014-02-23 Hiroshi InoueCurrently PQConnectdbParams() not yet used anyway.
2014-02-23 Hiroshi Saitochange version number. REL-09_03_0200
2014-02-23 Hiroshi Saitochange version number.
2014-02-23 Hiroshi Saitochange version number.
2014-02-23 Hiroshi SaitoOoops missing change.
2014-02-23 Hiroshi SaitoForget win_md5.c.
2014-02-22 Hiroshi SaitoPrep release ver 09.03.0200.
2014-02-22 Hiroshi SaitoPrep release ver 09.03.0200.
2014-02-22 Hiroshi SaitoAdditional modules, and etc.
2014-02-22 Hiroshi Inouewinresrc.h instead of winres.h.
2014-02-22 Hiroshi InoueChange to supply non-NULL parameters for SC_set_error().
2014-02-22 Hiroshi InoueIt's safe to lock SC_set_prepared() itself.
2014-02-22 Hiroshi InoueThe next release allows minor version up from 09.03...
2014-02-20 Hiroshi InoueFix compilation errors caused by the commit 3116f70ab51...
2014-02-20 Hiroshi InoueThe 2dn argument of SC_set_prepared() is int(enum)...
2014-02-20 Hiroshi InoueFix the judgement condition of minor or major upgrade.
2014-02-20 Heikki LinnakangasAdd locking to SQLFreeStmt and SQLFreeHandle.
2014-02-20 Heikki LinnakangasRefactor utf8_to_ucs_lf.
2014-02-19 Hiroshi InoueRevert "When LF->CR+LF conversion causes an buffer...
2014-02-14 Heikki LinnakangasThe driver takes SQL_C_LONG to mean SQLINTEGER rather...
2014-02-14 Heikki LinnakangasAdd regression test for SQLBindCol.
2014-02-13 Heikki LinnakangasFix cursors test case on big-endian systems.
2014-02-04 Hiroshi InoueMSBuild instead of nmake to build binaries using 10...
2014-01-14 Hiroshi InoueSet TCP keepalive by default.
2014-01-09 Heikki LinnakangasFix out-of-bounds write when Bind request packet size...
2014-01-07 Heikki LinnakangasFix off-by-one error in parsing ExtraSysTablePrefixes...
2014-01-06 Heikki LinnakangasRemember "Description" DSN attribute
2013-12-20 Heikki LinnakangasUpdate link to MSDN appendix on ODCB scalar functions.
2013-12-18 Hiroshi InoueUpdate GUI to edit configuration.xml. REL-09_03_0100
2013-12-18 Hiroshi InoueThe environment variable env:ProgramFiles(x86) in Power...
2013-12-18 Hiroshi InoueThe value x64 for PROCESSOR_ARCHITECTURE on Windows...
2013-12-17 Hiroshi Saitoincrement of build number.
2013-12-17 Hiroshi SaitoFixed some typo.
2013-12-16 Hiroshi Saitoadjustment of the path name.
2013-12-16 Hiroshi Saitochange name libintl.dll.
2013-12-16 Hiroshi SaitoForget connexp.h.
2013-12-16 Hiroshi Saitoincrement of build number.
2013-12-16 Hiroshi InoueStop using inet_pton() when it's unavailable on Windows.
2013-12-16 Hiroshi InoueSuppress Windows Compile warnings: C4018 signed/unsigne...
2013-12-15 Hiroshi SaitoForget modification.
2013-12-15 Hiroshi Saito/bin/sh of standard equipment.
2013-12-15 Hiroshi SaitoOoops, test makefile (not gmake) is broken.
2013-12-15 Hiroshi InoueFix the bug introduced by
2013-12-15 Hiroshi Saitofixed build error in WiX v3.8.
2013-12-15 Hiroshi SaitoFixed not recognized by FreeBSD.
2013-12-14 Hiroshi SaitoPrep release 09.03.0100.
2013-12-14 Hiroshi SaitoAdding a split document.
2013-12-14 Hiroshi SaitoArrangement change history.
2013-12-13 Hiroshi Saitoadd some contents and adjustment.
2013-12-12 Hiroshi Saitochange history(prep release)
2013-12-11 Hiroshi InoueCall getaddrinfo() with AI_NUMERICSERV because the...
2013-12-11 Pavel Raiskupsocket: speedup also ipv6 connection
2013-12-10 Heikki LinnakangasFix memset() call, meant to clear the whole struct.
2013-11-22 Hiroshi InoueMake it possible to invoke several scripts from any...
2013-11-22 Hiroshi InoueStop dot-sourcing a script to avoid confusion of scope...
2013-11-22 Hiroshi InoueAdd formatVersion attribute to configuration.xml so...
2013-11-21 Hiroshi InoueRemove CRs from editConfiguration.ps1.
2013-11-18 Hiroshi Inouebufferoverflowu.lib seems no longer needed in recent...
2013-11-18 Hiroshi InoueAdd build_macros element to winbuild/configuration...
2013-11-15 Hiroshi InoueMove -Wall -Wno-pointer-sign CFLAGS option specified...
2013-11-14 Hiroshi InoueStop linking lib(i)odbc library because the library...
2013-11-12 Heikki LinnakangasUse snprintf() instead of sprintf() for safety.
2013-11-12 Heikki LinnakangasAdd regression test for SQLTables() function.
2013-11-12 Heikki LinnakangasFix buffer overflow in handling of SQLTables params.
2013-11-12 Heikki LinnakangasReplace calls to my_strcat and my_strcat with snprintf_add.
2013-11-12 Heikki LinnakangasCheck return value of stdup() for out-of-memory.
2013-11-12 Heikki LinnakangasFix buffer overflow in interval parsing.
2013-11-12 Heikki LinnakangasConstruct ctid string correctly for block no > 2^31.
2013-11-12 Heikki LinnakangasEscape double-quotes in table name correctly.
2013-11-12 Heikki LinnakangasAdd test case for positioned updates (SQLSetPos).
2013-11-12 Heikki LinnakangasAvoid double-free() bug.
2013-11-09 Hiroshi InoueImprove the help message of configure script.
2013-11-08 Hiroshi InoueSuppress compiler warnings.
2013-11-06 Hiroshi InoueUse with_xxxxx (xxxxx is the package name) variables...
2013-11-06 Hiroshi Inouewinres.h instead of afxres.h. There are some cases...
2013-11-04 Hiroshi InoueRename the name of elements in configuration(_template...
2013-11-04 Hiroshi InoueWhen nmake macros are given as command line parameters...
2013-11-03 Heikki LinnakangasVOID is not defined on all systems. Use void insted.
2013-10-31 Hiroshi InoueChange conifuration_template.xml so that its 64bit...
2013-10-30 Hiroshi InoueAdd support for verify-ca/full sslmode using Windows...
2013-10-28 Heikki LinnakangasFix the newly-introduced CORR_STRCPY and CORR_VALCPY...
2013-10-26 Hiroshi InoueFix a bug in CC_copy_conninfo() that free()s password...
2013-10-26 Hiroshi InoueOK I found the way to handle private keys of PEM form...
2013-10-23 Hiroshi InoueConcentrate the settings of Windows build system to...
2013-10-23 Hiroshi InoueChange Windows installer build system for the next...
2013-10-22 Hiroshi InoueHandle SSL client certificate authentication in Windows...
2013-09-04 Hiroshi InoueWhen LF->CR+LF conversion causes an buffer truncation...
2013-09-02 Heikki LinnakangasDon't issue a BEGIN when running VACUUM in auto-commit...
2013-09-02 Heikki LinnakangasAdd test case for interleaving operations on several...
2013-09-02 Heikki LinnakangasAdd test case for SQLDescribeParam
2013-09-02 Heikki LinnakangasRemove useless 'sync' parameter from prepareParameters...
2013-08-22 Heikki LinnakangasAdd preliminary release notes for upcoming 9.3 release.
2013-08-22 Heikki LinnakangasChange the default for UseServerSidePrepare to 1.
2013-08-22 Heikki LinnakangasFix bug when a statement is executed twice with data...
next