psqlodbc.git
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.
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.
next