psqlodbc.git
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.
2013-04-18 Heikki LinnakangasRemove useless null-check.
2013-04-18 Heikki LinnakangasDon't crash if getpwuid() returns NULL.
2013-04-18 Heikki LinnakangasHandle realloc failures gracefully.
2013-04-18 Heikki LinnakangasRemove unused variable, to silence compiler warning.
2013-04-18 Heikki LinnakangasSilence compiler warnings about unused msg_truncated...
2013-04-18 Heikki LinnakangasAdd parens, per compiler warning's suggestion.
2013-04-18 Heikki LinnakangasSilence warning about losing const in "const char ...
2013-04-18 Heikki LinnakangasCall shared library destructor at dlclose() or end...
2013-04-18 Heikki LinnakangasSilence compiler warning by casting away a const.
2013-04-18 Heikki LinnakangasUse FORMAT_ULEN to print SQLULENs.
2013-04-18 Heikki LinnakangasFix typo in format string, which fixes passing an inter...
2013-04-18 Heikki LinnakangasSilence compiler warning about unhandled enum values...
2013-04-18 Heikki LinnakangasSilence compiler warnings about variables set but not...
2013-04-18 Heikki LinnakangasUse -Wno-pointer-sign to silence a lot of warnings.
2013-04-18 Heikki LinnakangasRemove commented-out if-check, and related unused variable.
2013-04-18 Heikki LinnakangasCheck BUILD_LEGACY_64_BIT_MODE instead of BUILD_REAL_64...
2013-04-18 Heikki LinnakangasCheck SIZEOF_LONG_INT when deciding whether SQLROWSETSI...
2013-04-18 Heikki LinnakangasIf one of 'Database', 'Port', or 'Servername' is missin...
2013-04-18 Heikki LinnakangasFix reference-after-free bug.
2013-04-18 Heikki LinnakangasAllocate right amount of space in malloc().
2013-04-18 Heikki Linnakangasmemset arguments were reversed.
2013-04-18 Heikki LinnakangasFix typo in comment.
2013-04-18 Heikki LinnakangasFix references to 'notice.txt'.
2013-04-18 Heikki LinnakangasRemove all CVS keywords.
2013-02-19 Hiroshi SaitoFixed EN_Destructor provided. Per Michael Kocherov.
2013-02-16 Hiroshi InoueProtect shared connection list when making cleanup...
2012-08-16 Hiroshi Saitoadjustment build spec. REL-09_01_0200
2012-08-16 Hiroshi SaitoPrep release 09.01.0200
2012-08-11 Hiroshi Saitoadd the change history.
2012-08-10 Hiroshi InoueTake care of an environment variable PGKRBSRVNAME.
2012-08-10 Hiroshi Saitoadd the change history.
2012-08-10 Hiroshi InoueFix the bug that when the show OID column option is...
2012-07-12 Hiroshi Saitofollow of fixed.
2012-07-11 Hiroshi InoueFix the bug which causes a segfault in SQLSpecialColumn...
2012-05-12 Hiroshi Saitoadd change history.
2012-05-12 Hiroshi Saitomissing end character.
2012-05-12 Hiroshi InoueRemove columns info of dropped tables ASAP.
2012-05-12 Hiroshi InoueFix the bug reported by Alexandre(alepaes@aldeiadigital...
2012-05-11 Hiroshi InoueFix a compilation error etc when MULTITHREAD support...
2012-05-11 Hiroshi InoueImprove the handling of ARRAY type.
2012-05-11 Hiroshi InoueFix a bug about reference count handling for columns...
2012-05-11 Hiroshi InoueAdd a missing constant.
2012-05-04 Hiroshi InoueAdd a necessary break in a switch statement etc.
2012-05-04 Hiroshi InoueUse int instead of size_t when condition >=0 is used.
2011-12-30 Hiroshi SaitoPrep release. REL-09_01_0100
2011-12-30 Hiroshi SaitoPrep release note.
2011-12-29 Hiroshi Inoue1. Don't clear the columns cache info when they are...
2011-12-29 Hiroshi SaitoPrep release 09.01.0100.
2011-12-29 Hiroshi SaitoPrep release 09.01.0100.
2011-12-03 Hiroshi Saitoadd the change history.
2011-12-02 Hiroshi InoueImprove the handling of BYTEA type.
2011-11-22 Hiroshi Saitoadd the change history.
2011-11-22 Hiroshi InoueClear col_info(columns info) cache ehen DROP/ALTER...
2011-11-16 Hiroshi InoueFix memory leaks in case memory overflow.
2011-11-11 Hiroshi Saitoadd the change history.
2011-11-11 Hiroshi InoueBefore dropping the statement, sync and discard the...
2011-11-11 Hiroshi InoueAdjust the operations after closing eof-detected cursors.
2011-11-10 Hiroshi InoueRevise the handling of decimal point.
2011-11-10 Hiroshi InoueFix the bug that the first fetch operation doesn't...
2011-10-31 Hiroshi InoueFix the bug that PostgreSQL's function calls in queries...
2011-10-15 Hiroshi InoueSQLStatistics() sets 'D' for the collation column when...
2011-07-03 Hiroshi SaitoPrep release the minor version. REL-09_00_0310
2011-06-24 Hiroshi SaitoSome bug fix notes.
2011-06-22 Hiroshi InoueCorrect the behavior of SQLSetConnectAttr() for the...
2011-06-19 Hiroshi InoueFix compilation errors 2.
2011-06-19 Hiroshi InoueFix compilation errors in case ODBC 2.5.
2011-06-19 Hiroshi InoueAdd some driver specific options for SQLSetConnectAttr().
2011-06-19 Hiroshi InoueUse SOCK_get_next_n_bytes() instead of SOCK_get_next_by...
2011-06-18 Hiroshi InoueTake the environment variable into account.
2011-06-18 Hiroshi InoueHandle *with or without oids* correctly.
2011-06-18 Hiroshi InoueNow SQLDescribeCol() can detect the changes of column...
2011-06-11 Hiroshi InoueDon't clear the parsed plan in SC_recycle_statement().
2011-05-21 Hiroshi InoueFix the bug that strings are copied to a null pointer. REL-09_00_0300
2011-05-21 Hiroshi InoueCosmetic changes.
2011-05-21 Hiroshi InoueLet SC_forget_unnamed() clear the result in case the...
2011-05-04 Hiroshi InoueRemove ssl_verify_available() because it's no longer...
2011-05-02 Hiroshi SaitoAdd the change history.
2011-05-02 Hiroshi InoueRemove a meaningless if clause.
2011-04-28 Hiroshi SaitoPrep release 09.00.0300.
2011-04-24 Hiroshi SaitoAdd change history.
2011-04-08 Hiroshi InoueResolve the trouble introduced by the change
2011-04-04 Hiroshi SaitoArrangement of a history.
next