psqlodbc.git
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...
2013-08-21 Heikki LinnakangasAdd test case for testing the effect of COMMIT/ROLLBACK...
2013-08-20 Heikki LinnakangasAdd test case for multi-statements.
2013-08-20 Heikki LinnakangasRemove common.o on "make clean"
2013-08-20 Heikki LinnakangasHandle turning standard_conforming_strings to off in...
2013-08-20 Heikki LinnakangasAdd test case for using SQLBindParameter with SQLExecDi...
2013-08-20 Heikki LinnakangasRemove some dead code.
2013-08-20 Heikki LinnakangasOops, used wrong #ifdef for CC_Copy.
2013-08-15 Heikki LinnakangasSilence misc compiler warnings.
2013-07-24 Hiroshi InoueConfigure is checking SIZEOF_LONG not SIZEOF_LONG_INT.
2013-07-14 Hiroshi InoueThe first cut of psqlodbc setup project. It builds...
2013-07-13 Hiroshi InoueChange configure.ac so that ODBC_CONFIG is set when...
2013-07-10 Hiroshi InoueIgnore automatically-generated files in source code...
2013-07-10 Hiroshi InoueRevise MSDTC support.
2013-06-21 Hiroshi InoueReduce the memory usage of ConnectinClass objects by...
2013-06-17 Hiroshi InoueChange SQL_ATTR_PARAMS_PROCESSED_PTR attribute which...
2013-06-14 Hiroshi InoueSQL_C_SLONG stands for SQLINTEGER not long.
2013-06-12 Heikki LinnakangasFix uninitialized use of 'allocbuf' variable, in case...
2013-06-02 Hiroshi SaitoChange release date. REL-09_02_0100
2013-06-02 Hiroshi Saitoadd change history.
2013-06-02 Hiroshi InoueMake sure accesses to a connection from multiple thread...
2013-05-28 Hiroshi Saitoinclude VS2010 Merge Modules.
2013-05-26 Hiroshi SaitoVS2010 module support at postgresql 9.2. per report...
2013-05-26 Hiroshi Saitoadd test modules.
2013-05-26 Hiroshi Saitoadd change history.
2013-05-25 Hiroshi InoueFix the *cursor XXXXXXXX already exists* error when...
2013-05-21 Hiroshi SaitoOptimal some modification.
2013-05-21 Hiroshi InoueApply blank date <-> null conversion functionality...
2013-05-21 Hiroshi InoueAvoid a conflict between winsock2.h and winsock.h?...
2013-05-20 Hiroshi InoueAllow special characters in the password value of a...
2013-05-20 Hiroshi InoueDon't #include errno.h on Windows. VC10 or later intent...
2013-05-19 Hiroshi Saitochange lib name by 9.2.
2013-05-19 Hiroshi Saitochange lib name by 9.2.
2013-05-18 Hiroshi SaitoPrep release version 09.02.0100
2013-05-16 Hiroshi Saitoadd the change history.
2013-05-14 Hiroshi InoueMerge branch 'snapshot'
2013-05-14 Hiroshi InoueFix a problem reported by Jack Wilson(ljwilson@digitala...
2013-05-13 Hiroshi Saitocommit check
2013-05-13 Saito HiroshiAdd history prep release.
2013-05-11 Hiroshi InoueMake the MSI build process of 32bit drivers available...
2013-05-02 Hiroshi InoueAvoid a gpf on Windows reported by Jack Wilson(ljwilson...
2013-04-24 Heikki LinnakangasFix bug with VARCHAR(5) parameter and UseServerSidePrep...
2013-04-24 Heikki LinnakangasAdd regression test suite.
2013-04-24 Heikki LinnakangasTeach installer that the FAQs and HOWTOs are not in...
2013-04-24 Heikki LinnakangasSilence some compiler warnings, when building on Windows.
2013-04-23 Heikki LinnakangasAdd items to release notes, for things I've fixed recently.
2013-04-23 Heikki LinnakangasImprove formatting of release notes.
2013-04-23 Heikki LinnakangasMove release notes for 7.3 and below to separate files.
2013-04-23 Heikki LinnakangasFix "make dist" target, now that some of the documentat...
2013-04-23 Heikki LinnakangasFix typo in docs.
2013-04-23 Heikki LinnakangasRemove documentation files that were moved to the new...
2013-04-20 Hiroshi InoueImprove the handing of installation errors.
2013-04-20 Hiroshi InoueFix a DataSource registration crash bug on 64bit Windows.
2013-04-20 Hiroshi InoueFix column size info of MACADDR, CIDR or INET type.
2013-04-20 Hiroshi InoueFix SQLPrepare() -> SQLDescibeCol() -> SQLPrepare(...
2013-04-20 Hiroshi InoueAdd some NULL checks to avoid crash.
2013-04-20 Hiroshi InoueFix the bug reported by Bernhard Goebel. When fetching...
2013-04-20 Hiroshi InoueFix the bug about empty bytea values reported by Nils...
2013-04-20 Hiroshi InoueAdd missing comparison
2013-04-18 Heikki LinnakangasChange permissions on 'bootstrap' to make it executable.
2013-04-18 Heikki LinnakangasAvoid multiple evaluation in some macros.
2013-04-18 Heikki LinnakangasChange the way chained result sets are free'd, to avoid...
2013-04-18 Heikki LinnakangasFormat if-statement with commented out "then"-block...
2013-04-18 Heikki LinnakangasSilence compiler warning that bmp variable might be...
2013-04-18 Heikki LinnakangasSilence warning about sscanf format vs var type mismatc...
2013-04-18 Heikki LinnakangasMark these two structs as const.
2013-04-18 Heikki LinnakangasRestructure < 7.4 protocol code a bit.
2013-04-18 Heikki LinnakangasInitialize field to silence a Coverity false positive.
2013-04-18 Heikki LinnakangasRemove spurious 'break'.
2013-04-18 Heikki LinnakangasAdd NULL-check, to silence a Coverity problem.
next