summaryrefslogtreecommitdiff
path: root/loadlib.c
AgeCommit message (Expand)Author
2017-08-15Review the use of mylog().Hiroshi Inoue
2017-06-09Rename snprintf_add() snprintfcat().Hiroshi Inoue
2017-06-02Add or change some mylog messages for debugging.Hiroshi Inoue
2016-11-23In psqlsetup, call both FreeLibrary() and __FUnloadDelayLoadedDLL2() for psql...Hiroshi Inoue
2016-11-23Give up the use of delayload hook for vc14 or later.Hiroshi Inoue
2016-11-21vc14 seems to have troubles with delayload hook. Load psqlodbc35w(30a) in psq...Hiroshi Inoue
2016-09-22Build the setup program psqlsetup used for the regression dsn.Hiroshi Inoue
2016-07-20The following infomation is from Dave Cramer(davecramer@gmail.com).Hiroshi Inoue
2015-01-14Silence compiler warnings about variables being used uninitialized.Heikki Linnakangas
2014-12-31Use libpq for everything.Heikki Linnakangas
2014-11-03Fix Windows compilation with libpq enabled, but without SSPIHeikki Linnakangas
2014-10-08Cleanup the code for *test* button and add the functionality to testHiroshi Inoue
2014-03-17Replace NOT_USE_LIBPQ with USE_LIBPQ #define.Heikki Linnakangas
2014-03-12Use "function(void)" instead of "function()" to declare 0-arg functions.Heikki Linnakangas
2014-03-11Whitespace and indentation fixes.Heikki Linnakangas
2014-02-23SSL verify[-(ca|full)] is avaiable since 8.4. There seems no need toHiroshi Inoue
2014-02-23Currently PQConnectdbParams() not yet used anyway.Hiroshi Inoue
2013-07-10Revise MSDTC support.Hiroshi Inoue
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
2010-08-211.Introduce pgtype_attr_xxxx functions which take a typmod parameter as well ...Hiroshi Inoue
2010-01-171) Allow password which contains special characters like {,},=,;.Hiroshi Inoue
2009-11-23 1) Fix memory leaks on connection failure (Shouji morimoto).Hiroshi Inoue
2009-11-15 1) Added --with(out)-libpq[=DIR} option to configure.Hiroshi Inoue
2009-04-241. Remove the implicit sslverify option and add 'verify-ca' and 'verify-full'Hiroshi Inoue
2009-03-23Change sslverify stuff so that it can be built with older version of libpq.Hiroshi Inoue
2009-03-20The version is now 8.03.0402.Hiroshi Inoue
2008-11-23The version is now 8.3.0401.Hiroshi Inoue
2008-05-031. Fix a bug in socket which uses a socket variable.Hiroshi Inoue
2008-01-22Fix final FreeLibrary of SSL.Hiroshi Saito
2007-12-26*** empty log message ***Hiroshi Inoue
2007-11-02I may have introduced a bug in the last change which may cause anHiroshi Inoue
2007-10-27The version is now 8.2.0501.Hiroshi Inoue
2007-06-02The version is now 8.2.0402.Hiroshi Inoue
2007-04-05. Use different dll name for Unicode and ANSI DTC enlist DLLHiroshi Inoue
2007-04-03The version is now 8.2.0205.Hiroshi Inoue
2006-10-17The version is now 8.2.0104.Hiroshi Inoue
2006-10-13The version is now 8.2.0103.Hiroshi Inoue
2006-08-27Adjustment of the order of a definition.Hiroshi Saito
2006-04-08Commit the changed files from the enhanced branchDave Page